From 14778ce673277f2df41f963aa70df1cbed427294 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 13 Mar 2010 00:00:52 +0000 Subject: feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/cat_modify.tpl | 232 ------------------------------------- 1 file changed, 232 deletions(-) delete mode 100644 admin/template/goto/cat_modify.tpl (limited to 'admin/template/goto/cat_modify.tpl') diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl deleted file mode 100644 index 1878da75c..000000000 --- a/admin/template/goto/cat_modify.tpl +++ /dev/null @@ -1,232 +0,0 @@ - -{include file='include/autosize.inc.tpl'} -{include file='include/resize.inc.tpl'} - -
-

{'Edit a category'|@translate}

-
- -

{$CATEGORIES_NAV}

- - - -
- -
- {'Informations'|@translate} - - - {if isset($CAT_FULL_DIR) } - - - - - {/if} - - - - - - - - - -
{'Directory'|@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} -
{'Access type'|@translate} - - {html_radios name='status' values=$status_values output=$status_values|translate selected=$CAT_STATUS} -
{'Lock'|@translate} - - {html_radios name='visible' values='true,false'|@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} -
{'Authorize upload'|@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