Add a new button to force user to set a name

master
Daniel Berteaud 11 years ago
parent 25a3dfd2c2
commit 5c0373ed8b
  1. 5
      templates/default/join.html.ep

@ -102,6 +102,11 @@
<span class="glyphicon glyphicon-lock"> <span class="glyphicon glyphicon-lock">
</span> </span>
</label> </label>
<label class="btn btn-default help" id="askForNameLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'FORCE_DISPLAY_NAME' %>">
<input type="checkbox" id="askForNameButton">
<span class="glyphicon glyphicon-leaf">
</span>
</label>
</div> </div>
</div> </div>
</center> </center>

Loading…
Cancel
Save