mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user