aboutsummaryrefslogtreecommitdiffstats
path: root/admin/element_set_global.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-04-16 07:49:55 +0000
committerplegall <plg@piwigo.org>2005-04-16 07:49:55 +0000
commit41e52d7a8a4086f92fe318c22ed69ef3e6a4047b (patch)
treef7d958f1bcd6d3dc87b4125d4babcfbaded29a5c /admin/element_set_global.php
parent8549bee38a9c7d1ace16bc99c292e7a66c125eba (diff)
- elements batch management : in addition to global mode, a unit mode is
added : ability to manage a set of elements, element by element. This screen is very close to the existing "infos_images" (which will soon disappear). * elements batch management : in screen element_set_global, the display options are displayed at the top as in element_set_unit git-svn-id: http://piwigo.org/svn/trunk@763 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/element_set_global.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/element_set_global.php b/admin/element_set_global.php
index 720ab0c13..cf95c1d1f 100644
--- a/admin/element_set_global.php
+++ b/admin/element_set_global.php
@@ -303,7 +303,7 @@ SELECT id, keywords
array_push($datas, $data);
}
- echo '<pre>'; print_r($datas); echo '</pre>';
+ // echo '<pre>'; print_r($datas); echo '</pre>';
mass_updates(IMAGES_TABLE, $dbfields, $datas);
}
}
@@ -323,6 +323,7 @@ $template->assign_vars(
'L_SUBMIT'=>$lang['submit'],
'U_ELEMENTS_LINE'=>$base_url.get_query_string_diff(array('display')),
+ 'U_UNIT_MODE'=>add_session_id($base_url.'?page=element_set_unit'),
'F_ACTION'=>$base_url.get_query_string_diff(array()),
)