aboutsummaryrefslogtreecommitdiffstats
path: root/template/cclear/admin/waiting.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-08-20 09:11:30 +0000
committerchrisaga <chrisaga@piwigo.org>2005-08-20 09:11:30 +0000
commit4ec85205868c2057d6bceb59fbd71d6cfd5acf51 (patch)
treedf35a89af0d44d7bc4b168a4a248d7a5167f2fad /template/cclear/admin/waiting.tpl
parent750f0aeccf35dffd1e4cf47768d01a09f4eed0c0 (diff)
fix title
git-svn-id: http://piwigo.org/svn/trunk@841 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/cclear/admin/waiting.tpl18
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>