- 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:
plegall
2005-04-16 07:49:55 +00:00
parent 8549bee38a
commit 41e52d7a8a
6 changed files with 348 additions and 17 deletions
+6
View File
@@ -155,6 +155,12 @@ switch ( $_GET['page'] )
$page_valide = true;
break;
}
case 'element_set_unit' :
{
$title = 'batch management';
$page_valide = true;
break;
}
default:
$title = $lang['title_default']; break;
}