Last change
on this file since 15290 was
7919,
checked in by ddtddt, 14 years ago
|
[extensions] - delete_rate - News feature delete rages for all pctures of a category
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.5 KB
|
Rev | Line | |
---|
[7893] | 1 | <div class="titrePage"> |
---|
| 2 | <h2>Delete Rate</h2> |
---|
| 3 | </div> |
---|
| 4 | |
---|
| 5 | {if isset ($gestion)} |
---|
| 6 | <h3>{'rate_all'|@translate}</h3> |
---|
| 7 | <div> |
---|
| 8 | <form method="post" > |
---|
| 9 | <div style="text-align:center;"> |
---|
| 10 | <input class="submit" name="submitchoixall" type="submit" "onclick="return confirm('{'Are you sure?'|@translate}');" value="{'rate_purgeall'|@translate}" {$TAG_INPUT_ENABLED} /> |
---|
| 11 | </div> |
---|
| 12 | </form> |
---|
| 13 | </div> |
---|
| 14 | {/if} |
---|
| 15 | |
---|
| 16 | {if isset ($gestionA)} |
---|
| 17 | <h3>{'rate_photo'|@translate}</h3> |
---|
| 18 | <div> |
---|
| 19 | <form method="post" > |
---|
| 20 | <fieldset> |
---|
| 21 | <legend>{'rate_listphoto'|@translate}</legend> |
---|
| 22 | |
---|
| 23 | {html_options name="delratephoto" options=$gestionA.OPTIONS selected=$gestionA.SELECTED} |
---|
| 24 | <br> |
---|
| 25 | <br> |
---|
| 26 | <div style="text-align:center;"> |
---|
| 27 | <input class="submit" name="submitchoixphoto" type="submit" "onclick="return confirm('{'Are you sure?'|@translate}');" value="{'rate_purgephoto'|@translate}" {$TAG_INPUT_ENABLED} /> |
---|
| 28 | </div> |
---|
| 29 | </fieldset> |
---|
| 30 | </form> |
---|
| 31 | </div> |
---|
[7919] | 32 | {/if} |
---|
| 33 | |
---|
| 34 | {if isset ($gestionB)} |
---|
| 35 | <h3>{'rate_cat'|@translate}</h3> |
---|
| 36 | <div> |
---|
| 37 | {'rate_onglet_categorie_info'|@translate} |
---|
| 38 | <form method="post" > |
---|
| 39 | <fieldset> |
---|
| 40 | <legend>{'rate_listcat'|@translate}</legend> |
---|
| 41 | |
---|
| 42 | {html_options name="delratecat" options=$gestionB.OPTIONS selected=$gestionB.SELECTED} |
---|
| 43 | <br> |
---|
| 44 | <br> |
---|
| 45 | <div style="text-align:center;"> |
---|
| 46 | <input class="submit" name="submitchoixcat" type="submit" "onclick="return confirm('{'Are you sure?'|@translate}');" value="{'rate_purgecat'|@translate}" {$TAG_INPUT_ENABLED} /> |
---|
| 47 | </div> |
---|
| 48 | </fieldset> |
---|
| 49 | </form> |
---|
| 50 | </div> |
---|
[7893] | 51 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.