1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00

Add a new button to force user to set a name

This commit is contained in:
Daniel Berteaud 2014-05-21 13:51:19 +02:00
parent 25a3dfd2c2
commit 5c0373ed8b

View File

@ -102,6 +102,11 @@
<span class="glyphicon glyphicon-lock">
</span>
</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>
</center>