Add a new "wipe data" button in the conf menu

master
Daniel Berteaud 11 years ago
parent 136a92efa6
commit d094539207
  1. 17
      templates/default/join.html.ep

@ -180,6 +180,23 @@
</li> </li>
<li> <li>
<center> <center>
<div class="navbar-form">
<div class="btn-group" data-toggle="buttons">
<%
my $wipeTitle = ($etherpad) ? 'WIPE_CHAT_AND_PAD' : 'WIPE_CHAT';
%>
<button class="btn btn-default help" id="wipeData" data-toggle="tooltip" data-placement="bottom" title="<%=l $wipeTitle %>">
<span class="glyphicon glyphicon-fire">
</span>
</button>
</div>
</div>
</center>
</li>
<li class="divider">
</li>
<li>
<center>
<p><%=l 'NOTIFICATION_ON_JOIN' %></p> <p><%=l 'NOTIFICATION_ON_JOIN' %></p>
</center> </center>
<ul class="list-inline" id="emailNotificationList"> <ul class="list-inline" id="emailNotificationList">

Loading…
Cancel
Save