- 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
This commit is contained in:
parent
8549bee38a
commit
41e52d7a8a
6 changed files with 348 additions and 17 deletions
|
|
@ -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()),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue