Change the glyphicon for room locking

The lock symbol will be used for join password setting
master
Daniel Berteaud 11 years ago
parent 27cbd18dcf
commit a82a55ac14
  1. 2
      templates/default/join.html.ep

@ -108,7 +108,7 @@
<div class="btn-group" data-toggle="buttons"> <div class="btn-group" data-toggle="buttons">
<label class="btn btn-default help" id="lockLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PREVENT_TO_JOIN' %>"> <label class="btn btn-default help" id="lockLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PREVENT_TO_JOIN' %>">
<input type="checkbox" id="lockButton"> <input type="checkbox" id="lockButton">
<span class="glyphicon glyphicon-lock"> <span class="glyphicon glyphicon-ban-circle">
</span> </span>
</label> </label>
<label class="btn btn-default help" id="askForNameLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'FORCE_DISPLAY_NAME' %>"> <label class="btn btn-default help" id="askForNameLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'FORCE_DISPLAY_NAME' %>">

Loading…
Cancel
Save