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

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

This commit is contained in:
Daniel Berteaud 2014-06-16 17:56:10 +02:00
parent 136a92efa6
commit d094539207

View File

@ -178,6 +178,23 @@
</li>
<li class="divider">
</li>
<li>
<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>