From ae6a63bee0d834888c3b30b5bcc4df2216173c75 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 1 Feb 2012 23:03:35 +0000 Subject: feature 2561: redesign on album administration screen. * only one form on the screen and several tabs * simpler URL pattern : page=album-123-properties / page=album-123-sort_order / page=album-123-permissions * action to associate all photos of an album to another (new) virtual album was removed. This can be easily done with the new Batch Manager * notification by email on an album still has to be moved on a new dedicated tab * action icons (jump to album, manage photos, manage sub-albums, delete album...) replaced by plain text links git-svn-id: http://piwigo.org/svn/trunk@13013 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/cat_modify.tpl | 239 ++++++++------------------- 1 file changed, 69 insertions(+), 170 deletions(-) (limited to 'admin/themes/default/template/cat_modify.tpl') diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 91b580998..2b5f15fdc 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -1,209 +1,108 @@ - -{include file='include/autosize.inc.tpl'} -{include file='include/resize.inc.tpl'} -
-

{'Edit album'|@translate}

+

{$CATEGORIES_NAV} › {'Edit album'|@translate} {$TABSHEET_TITLE}

-

{$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 album'|@translate} - -
-{/if} - -
- {'Options'|@translate} - - - - - - - - {if isset($CAT_COMMENTABLE)} - - - - {/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} -
-
- -

- - -

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

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

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

- {/if} + {/if} +{/if}
-
+ + +

{$INTRO}

+