source: extensions/delete_hit_rate/admin.tpl @ 31991

Last change on this file since 31991 was 31437, checked in by ddtddt, 8 years ago

[extensions] - delete_hit_rate - update key language

File size: 577 bytes
Line 
1<div class="titrePage">
2  <h2>{'Delete Hit/Rate'|@translate}</h2>
3</div>
4
5{if isset ($gestion)}
6  <div style="text-align:left;padding:10px;">
7        <a href="{$gestion.U_DELETEHIT}" onclick="return confirm('{'Are you sure?'|@translate|@escape:javascript}');"><span class="icon-trash mouse"></span>{'Purge all hits on all pictures gallery'|@translate}</a> 
8        | <a href="{$gestion.U_DELETERATE}" onclick="return confirm('{'Are you sure?'|@translate|@escape:javascript}');"><span class="icon-trash mouse"></span>{'Purge all rate on all pictures gallery'|@translate}</a> 
9  </div>
10{/if}
Note: See TracBrowser for help on using the repository browser.