From 38aad287ebe7fc945203051aff477b049fa2418b Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 31 Dec 2010 15:19:11 +0000 Subject: feature 2089: finish removing element_set, now it's time for batch_manager git-svn-id: http://piwigo.org/svn/trunk@8417 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../themes/default/template/element_set_global.tpl | 227 --------------------- 1 file changed, 227 deletions(-) delete mode 100644 admin/themes/default/template/element_set_global.tpl (limited to 'admin/themes/default/template/element_set_global.tpl') diff --git a/admin/themes/default/template/element_set_global.tpl b/admin/themes/default/template/element_set_global.tpl deleted file mode 100644 index d2c08bf8b..000000000 --- a/admin/themes/default/template/element_set_global.tpl +++ /dev/null @@ -1,227 +0,0 @@ -{include file='include/tag_selection.inc.tpl'} -{include file='include/datepicker.inc.tpl'} - -{footer_script}{literal} - pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#date_creation_year", "#date_creation_linked_date", "#date_creation_action_set"); -{/literal}{/footer_script} - -{combine_script id='jquery.fcbkcomplete' load='async' require='jquery' path='themes/default/js/plugins/jquery.fcbkcomplete.js'} -{footer_script require='jquery.fcbkcomplete'}{literal} -jQuery(document).ready(function() { - jQuery("#tags").fcbkcomplete({ - json_url: "admin.php?fckb_tags=1", - cache: false, - filter_case: false, - filter_hide: true, - firstselected: true, - filter_selected: true, - maxitems: 100, - newel: true - }); -}); -{/literal}{/footer_script} - -

{'Batch management'|@translate}

- -

{$CATEGORIES_NAV}

- -{if !empty($thumbnails)} -

- {'global mode'|@translate} - | {'unit mode'|@translate} -

- -
- - {'Display options'|@translate} - -

{'elements per page'|@translate}: - 20 - | 50 - | 100 - | {'all'|@translate} -

- -
- -
- -
- - {'Elements'|@translate} - - {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} - - {if !empty($thumbnails)} -
    - {foreach from=$thumbnails item=thumbnail} -
  • - - -
  • - {/foreach} -
- {/if} - -
- - {if isset($show_delete_form) } -
- {'Deletions'|@translate} -

- {'target'|@translate} - - -

-

- - -

-
- {/if} - -
- - {'Form'|@translate} - - - - - - - - - - - - - - - - - - - {if !empty($DEL_TAG_SELECTION)} - - - - - {/if} - - - - - - - - - - - - - - - - - - - - - -
{'Associate to album'|@translate} - -
{'Dissociate from album'|@translate} - -
{'add tags'|@translate} - -
{'remove tags'|@translate}{$DEL_TAG_SELECTION}
{'Author'|@translate} - - - - -
{'title'|@translate} - - - - -
{'Creation date'|@translate} - - - - - - - -
{'Who can see these photos?'|@translate} - - - -
- -

- {'target'|@translate} - - -

- - -

- -
- -
- - {'Caddie management'|@translate} - -
    - {if ($IN_CADDIE)} -
  • -
  • - {else} -
  • - {/if} -
- -

- -
- -
- -{else} -

{'Caddie is currently empty'|@translate}

-{/if} -- cgit v1.2.3