aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/admin_upload.tpl
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-11-26 16:10:17 +0000
committergweltas <gweltas@piwigo.org>2004-11-26 16:10:17 +0000
commit2e6ace2df02bbd1499c351e32d1d10d68a4bb4ac (patch)
tree649e7658b9dc61bf5cf02cc058fcf2590bee75b2 /template/default/admin/admin_upload.tpl
parent8f97f21eb2025c563cf7d8a56adb0193f3dc5eab (diff)
New template for group management
French translation for synchronization Minor update of the css file git-svn-id: http://piwigo.org/svn/trunk@623 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/admin_upload.tpl')
-rw-r--r--template/default/admin/admin_upload.tpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/template/default/admin/admin_upload.tpl b/template/default/admin/admin_upload.tpl
deleted file mode 100644
index 045324455..000000000
--- a/template/default/admin/admin_upload.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-<div class="admin">{L_UPLOAD_TITLE}</div>
-<form name="form1" method="post" action="" style="text-align:center;width:80%;">
-<div style="clear:both;"></div>
- <div style="float:left;padding:10px;">
- {L_AUTHORIZED}<br />
- <select style="width:280px" name="cat_data[]" multiple="multiple" size="5">
- {UPLOADABLE_CATEGORIES}
- </select><br />
- <input type="submit" name="delete" value="{L_DELETE}" class="bouton" />
- </div>
- <div style="float:right;padding:10px;">
- {L_FORBIDDEN}<BR />
- <select style="width:280px" name="cat_data[]" multiple="multiple" size="5">
- {PRIVATE_CATEGORIES}
- </select>
- <br>
- <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" /> &nbsp;
- <input type="reset" name="reset" value="{L_RESET}" class="bouton" />
- </div>
-<div style="clear:both;"></div>
-</form>
-<div class="infoCat">{L_UPLOAD_INFO}</div> \ No newline at end of file