From 8549bee38a9c7d1ace16bc99c292e7a66c125eba Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 11 Apr 2005 20:31:50 +0000 Subject: - functions get_day_list and get_month_list moved from search.php to include/functions.inc.php : these functions are now also used in admin/element_set_global.php - elements batch management improved : ability to set the number of elements to display per line, ability to set {author, name, creation date} fields, ability to add and remove keywords, ability to take selected elements out of caddie git-svn-id: http://piwigo.org/svn/trunk@762 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/element_set_global.tpl | 155 ++++++++++++++++++++++---- 1 file changed, 135 insertions(+), 20 deletions(-) (limited to 'template/default/admin') diff --git a/template/default/admin/element_set_global.tpl b/template/default/admin/element_set_global.tpl index c693ff53a..9af80caac 100644 --- a/template/default/admin/element_set_global.tpl +++ b/template/default/admin/element_set_global.tpl @@ -1,26 +1,123 @@ -

Empty caddie

-
- associate to - - -
dissociate from - - -
target - all - selection +
+ + Caddie management + +
    +
  • Empty caddie
  • +
  • Take selected elements out of caddie
  • +
+ +

+ +
+ +
+ + Form + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
associate to category + +
dissociate from category + +
add keywords
remove keyword + +
author + leave unchanged + unset + set to + +
title + leave unchanged + unset + set to + +
creation date + leave unchanged + unset + set to + + + +
+ +

+ target + all + selection +

+ -
+

+ +
+ +
+ + Elements @@ -41,4 +138,22 @@
+
+ +
+ + Display options + +

elements per line : + 4 + | 5 + | 6 + | 7 + | 8 + | 9 + | 10 +

+ +
+
-- cgit v1.2.3