diff options
author | plegall <plg@piwigo.org> | 2008-09-19 21:18:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-09-19 21:18:40 +0000 |
commit | f3c2080767dfeafa8aa0e645c8c713ca026aeeb9 (patch) | |
tree | 6205a0f4b2b216f78c9cef685f621eff122c42fa /admin/template/goto | |
parent | 324a4a112ac4a883f086372c8053c0021a4380d4 (diff) |
deletion: function export_pwg_data was inadvertently added with r1817 while
the development was not finished.
git-svn-id: http://piwigo.org/svn/trunk@2551 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/element_set_global.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/template/goto/element_set_global.tpl b/admin/template/goto/element_set_global.tpl index fc5a92e70..3bdf5688c 100644 --- a/admin/template/goto/element_set_global.tpl +++ b/admin/template/goto/element_set_global.tpl @@ -174,9 +174,6 @@ {else} <li><label><input type="radio" name="caddie_action" value="add_selected" /> {'Add selected elements to caddie'|@translate}</label></li> {/if} - - <li><label><input type="radio" name="caddie_action" value="export" /> {'Export data'|@translate}</label></li> - </ul> <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit_caddie" /></p> |