diff options
author | plegall <plg@piwigo.org> | 2010-12-31 12:43:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 12:43:41 +0000 |
commit | 108344400b85d1c3d5c8b4674efbfc8daf19cc38 (patch) | |
tree | 92e83845d000c1d3c7ffcf6b72df3dd17c5d55ba /admin/themes/default | |
parent | b8a38d634c518f585aba90b0702fa1406545777e (diff) |
feature 2060: remove adviser mode on the new Batch Manager
git-svn-id: http://piwigo.org/svn/trunk@8407 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index ea88b9a9a..8f08d8414 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -572,7 +572,7 @@ a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_ho </div> <p id="applyActionBlock" style="display:none" class="actionButtons"> - <input id="applyAction" class="submit" type="submit" value="{'Apply action'|@translate}" name="submit" {$TAG_INPUT_ENABLED}> <span id="applyOnDetails"></span></p> + <input id="applyAction" class="submit" type="submit" value="{'Apply action'|@translate}" name="submit"> <span id="applyOnDetails"></span></p> </div> <!-- #permitAction --> </fieldset> |