From 8ab0da7da22a84b735aff05f40ac57f347a739bd Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 12 Aug 2008 20:43:56 +0000 Subject: Admin advices can be easily extended to new advices. Admin advices plugin can be translated like any other plugins. Admin advices plugin has been extended with External summary (a technical and non translated part). Some template cleaning. git-svn-id: http://piwigo.org/svn/trunk@2472 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/cat_modify.tpl | 229 ------------------------------------- 1 file changed, 229 deletions(-) delete mode 100644 template/yoga/admin/cat_modify.tpl (limited to 'template/yoga/admin/cat_modify.tpl') diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl deleted file mode 100644 index 88e07e329..000000000 --- a/template/yoga/admin/cat_modify.tpl +++ /dev/null @@ -1,229 +0,0 @@ -{* $Id$ *} -
- -

{'title_edit_cat'|@translate}

-
- -

{$CATEGORIES_NAV}

- - - -
- -
- {'Informations'|@translate} - - - {if isset($CAT_FULL_DIR) } - - - - - {/if} - - - - - - - - - -
{'storage'|@translate}{$CAT_FULL_DIR}
{'name'|@translate} - -
{'description'|@translate} - -
-
- -{if isset($move_cat_options) } -
- {'Move'|@translate} - {'Parent category'|@translate} - -
-{/if} - -
- {'Options'|@translate} - - - - - - - - - - - {if isset($SHOW_UPLOADABLE) } - - - - {/if} -
{'conf_access'|@translate} - - {html_radios name='status' values=$status_values output=$status_values|translate selected=$CAT_STATUS} -
{'lock'|@translate} - - {html_radios name='visible' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_VISIBLE} -
{'comments'|@translate} - - {html_radios name='commentable' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_COMMENTABLE} -
{'editcat_uploadable'|@translate} - - {html_radios name='uploadable' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_UPLOADABLE} -
-
- -
- {'Sort order'|@translate} - - -
- - -
- - {foreach from=$image_orders item=order} - -
- {/foreach} - -
- -

- - -

- -{if isset($representant) } -
- {'Representant'|@translate} - - - - - -
- {if isset($representant.picture) } - - {else} - {'Random picture'|@translate} - {/if} - - {if $representant.ALLOW_SET_RANDOM } -

- {/if} - - {if isset($representant.ALLOW_DELETE) } -

- {/if} -
-
-{/if} - -
- - -- cgit v1.2.3