diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-11-01 15:01:28 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-11-01 15:01:28 +0000 |
commit | b1db5e55ae77c1ce386b25f8083a8bdd88607a96 (patch) | |
tree | 1d49d20a6cd52a82b1373c4e7784e931fd563eb0 /template/default/admin/infos_images.tpl | |
parent | fa9a5cd07bc9931d1dffb9c54ab93ce3736ac506 (diff) |
- synchronization interface redesigned : a form lets user choose option of
dirs/files/metadata sync on all categories or a defined one (including
subcategories)
- database sync is only available through update.php
git-svn-id: http://piwigo.org/svn/trunk@589 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/infos_images.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/default/admin/infos_images.tpl b/template/default/admin/infos_images.tpl index 8609c514c..0d6ac2e21 100644 --- a/template/default/admin/infos_images.tpl +++ b/template/default/admin/infos_images.tpl @@ -7,6 +7,7 @@ </ul> </div> <!-- END errors --> + <form action="{F_ACTION}" method="POST"> <div class="admin">{L_INFOS_TITLE} "{CATEGORY}"</div> <table width="100%"> @@ -76,7 +77,7 @@ </tr> <!-- END picture --> <tr> - <td colspan="6"> + <td colspan="7"> <img src="./template/default/admin/images/arrow_select.gif" alt="<" /> {L_INFOS_ASSOCIATE} <!-- BEGIN associate_LOV --> @@ -89,9 +90,9 @@ </td> </tr> <tr> - <td colspan="6" style="text-align:center;"> + <td colspan="7" style="text-align:center;"> <input type="submit" value="{L_SUBMIT}" name="submit" class="bouton" /> </td> </tr> </table> -</form>
\ No newline at end of file +</form> |