diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-20 09:11:30 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-20 09:11:30 +0000 |
commit | 4ec85205868c2057d6bceb59fbd71d6cfd5acf51 (patch) | |
tree | df35a89af0d44d7bc4b168a4a248d7a5167f2fad /template/cclear | |
parent | 750f0aeccf35dffd1e4cf47768d01a09f4eed0c0 (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/configuration.tpl | 15 | ||||
-rw-r--r-- | template/cclear/admin/thumbnail.tpl | 11 | ||||
-rw-r--r-- | template/cclear/admin/update.tpl | 4 | ||||
-rw-r--r-- | template/cclear/admin/waiting.tpl | 18 |
4 files changed, 17 insertions, 31 deletions
diff --git a/template/cclear/admin/configuration.tpl b/template/cclear/admin/configuration.tpl index 9349c63b7..1277de25a 100644 --- a/template/cclear/admin/configuration.tpl +++ b/template/cclear/admin/configuration.tpl @@ -1,15 +1,6 @@ -<!-- BEGIN errors --> -<div class="errors"> -<ul> - <!-- BEGIN error --> - <li>{errors.error.ERROR}</li> - <!-- END error --> -</ul> -</div> -<!-- END errors --> -<!-- BEGIN confirmation --> -<div class="info">{L_CONFIRM}</div> -<!-- END confirmation --> +<!-- $Id$ --> +<h2>{lang:title_configuration}</h2> + <form method="post" action="{F_ACTION}"> <table width="100%" align="center"> <!-- BEGIN general --> diff --git a/template/cclear/admin/thumbnail.tpl b/template/cclear/admin/thumbnail.tpl index d362b017d..e6e140f7d 100644 --- a/template/cclear/admin/thumbnail.tpl +++ b/template/cclear/admin/thumbnail.tpl @@ -1,12 +1,5 @@ -<!-- BEGIN errors --> -<div class="errors"> -<ul> - <!-- BEGIN error --> - <li>{errors.error.ERROR}</li> - <!-- END error --> -</ul> -</div> -<!-- END errors --> +<!-- $Id$ --> +<h2>{lang:title_thumbnails}</h2> <!-- BEGIN results --> <div class="admin">{L_RESULTS}</div> diff --git a/template/cclear/admin/update.tpl b/template/cclear/admin/update.tpl index 3f33689f7..af8c53654 100644 --- a/template/cclear/admin/update.tpl +++ b/template/cclear/admin/update.tpl @@ -1,3 +1,7 @@ +<!-- $Id$ --> + +<h2>{lang:title_update}</h2> + <!-- BEGIN update --> <h3>{L_RESULT_UPDATE}</h3> <ul> 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> |