Skip to content

Commit

Permalink
feature 2089: finish removing element_set, now it's time for batch_ma…
Browse files Browse the repository at this point in the history
…nager

git-svn-id: http://piwigo.org/svn/trunk@8417 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Dec 31, 2010
1 parent 68634c2 commit 38aad28
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 1,419 deletions.
1 change: 0 additions & 1 deletion admin/batch_manager_global.php
Expand Up @@ -42,7 +42,6 @@

trigger_action('loc_begin_element_set_global');

// the $_POST['selection'] was already checked in element_set.php
check_input_parameter('del_tags', $_POST, true, PATTERN_ID);
check_input_parameter('associate', $_POST, false, PATTERN_ID);
check_input_parameter('dissociate', $_POST, false, PATTERN_ID);
Expand Down
2 changes: 1 addition & 1 deletion admin/cat_list.php
Expand Up @@ -311,7 +311,7 @@ function save_categories_order($categories)
if ( array_key_exists($category['id'], $categories_with_images) )
{
$tpl_cat['U_MANAGE_ELEMENTS']=
$base_url.'element_set&cat='.$category['id'];
$base_url.'batch_manager&cat='.$category['id'];
}

if ('private' == $category['status'])
Expand Down
2 changes: 1 addition & 1 deletion admin/cat_modify.php
Expand Up @@ -278,7 +278,7 @@
{
$template->assign(
'U_MANAGE_ELEMENTS',
$base_url.'element_set&cat='.$category['id']
$base_url.'batch_manager&cat='.$category['id']
);
$template->assign(
'U_MANAGE_RANKS',
Expand Down
247 changes: 0 additions & 247 deletions admin/element_set.php

This file was deleted.

0 comments on commit 38aad28

Please sign in to comment.