source: extensions/delete_hit_rate/admin/admin.tpl @ 15820

Last change on this file since 15820 was 12999, checked in by ddtddt, 12 years ago

[extensions] - delete_hit_rate - rename key language to EN

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 629 bytes
Line 
1<div class="titrePage">
2  <h2>Delete Hit/Rate</h2>
3</div>
4
5{if isset ($gestion)}
6        <div>
7                <form method="post" >
8                        <div style="text-align:center;">
9                                <input class="submit" name="pdhr_all_h" type="submit" "onclick="return confirm('{'Are you sure?'|@translate}');" value="{'Purge all hits on all pictures gallery'|@translate|@escape:'javascript'}" {$TAG_INPUT_ENABLED} />
10                                <input class="submit" name="pdhr_all_r" type="submit" "onclick="return confirm('{'Are you sure?'|@translate}');" value="{'Purge all rate on all pictures gallery'|@translate|@escape:'javascript'}" {$TAG_INPUT_ENABLED} />
11                        </div>
12                </form>
13        </div>
14{/if}
Note: See TracBrowser for help on using the repository browser.