add URL filter input for dimension and filesize + batch_manager_url_filter trigger + fixes in doubleSlider.js

git-svn-id: http://piwigo.org/svn/trunk@29505 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-09-12 11:35:32 +00:00
parent 67ad8fb81a
commit f83e780249
3 changed files with 61 additions and 7 deletions
+7
View File
@@ -897,6 +897,13 @@ array(
'files' => array('include\ws_functions\pwg.users.php'),
'infos' => 'New in 2.6.2.',
),
array(
'name' => 'batch_manager_url_filter',
'type' => 'trigger_change',
'vars' => array('array', 'bulk_manager_filter', 'string', 'type', 'string', 'value'),
'files' => array('admin\batch_manager.php'),
'infos' => 'New in 2.7.',
),
);
?>
<!DOCTYPE html>