diff options
Diffstat (limited to 'template/cclear/admin/waiting.tpl')
-rw-r--r-- | template/cclear/admin/waiting.tpl | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/template/cclear/admin/waiting.tpl b/template/cclear/admin/waiting.tpl index 6c2cbd104..8da061a2e 100644 --- a/template/cclear/admin/waiting.tpl +++ b/template/cclear/admin/waiting.tpl @@ -1,7 +1,7 @@ -<form action="{F_ACTION}" method="post"> - <!-- BEGIN confirmation --> - <div class="info">{L_WAITING_CONFIRMATION}</div> - <!-- END confirmation --> +<!-- $Id$ --> +<h2>{lang:title_waiting}</h2> + +<form action="{F_ACTION}" method="post" id="waiting"> <table style="width:100%;" > <tr class="throw"> <th style="width:20%;">{L_CATEGORY}</th> @@ -32,11 +32,9 @@ </td> </tr> <!-- END picture --> - <tr> - <td colspan="6" align="center"> - <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" /> - <input type="reset" name="reset" value="{L_RESET}" class="bouton" /> - </td> - </tr> </table> + <p> + <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" /> + <input type="reset" name="reset" value="{L_RESET}" class="bouton" /> + </p> </form> |