diff options
author | plegall <plg@piwigo.org> | 2010-12-31 15:06:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 15:06:36 +0000 |
commit | 6495263fd499ed6a9b9020865f84b1c0e4ca171e (patch) | |
tree | d883fcc5f6bb3cf9aa55268f0dd1d5c803858e6d /admin/themes/default/template/batch_manager_global.tpl | |
parent | c811651769f55a401f2d0f59657e2c5676382e94 (diff) |
feature 2089: Batch Manager, switch from global to unit mode with tabs
git-svn-id: http://piwigo.org/svn/trunk@8413 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/batch_manager_global.tpl')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index c62092c19..1fb57289a 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -329,10 +329,6 @@ a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_ho </style> {/literal} - <p style="float:left; font-size:90%;margin:5px 0 0 0;padding:0;"> - <a href="{$U_UNIT_MODE}">Switch to unit mode</a> - </p> - <h2>{'Batch Manager'|@translate}</h2> <form action="{$F_ACTION}" method="post"> |