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/user_list.tpl | 312 -------------------------------------- 1 file changed, 312 deletions(-) delete mode 100644 template/yoga/admin/user_list.tpl (limited to 'template/yoga/admin/user_list.tpl') diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl deleted file mode 100644 index db67093f6..000000000 --- a/template/yoga/admin/user_list.tpl +++ /dev/null @@ -1,312 +0,0 @@ -{* $Id$ *} -
- -

{'title_liste_users'|@translate}

-
- -
-
- {'Add a user'|@translate} - - - - -
-
- -
-
- {'Filter'|@translate} - - - - - - - - - - - - - - -
- -
- -
- - - - - - - - - - {if not empty($plugin_user_list_column_titles)} - {foreach from=$plugin_user_list_column_titles item=title} - - {/foreach} - {/if} - - - {foreach from=$users item=user name=users_loop} - - - - - - - - {foreach from=$user.plugin_columns item=data} - - {/foreach} - - - {/foreach} -
 {'Username'|@translate}{'user_status'|@translate}{'Email address'|@translate}{'Groups'|@translate}{'properties'|@translate}{$title}{'Actions'|@translate}
{$user.STATUS}{$user.EMAIL}{$user.GROUPS}{$user.PROPERTIES}{$data} - {'permissions'|@translate} - {'Profile'|@translate} - {foreach from=$user.plugin_actions item=data} - {$data} - {/foreach} -
- - - -{* delete the selected users ? *} -
- {'Deletions'|@translate} - - -
- -
- {'Status'|@translate} - - - - - - - - {if isset($adviser)} - - - - - {/if} - -
{'Status'|@translate} - - - -
{'adviser'|@translate} - - / {'set to'|@translate} - - -
-
- -{* form to set properties for many users at once *} -
- {'Groups'|@translate} - - - - - - - - - - - - - -
{'associate to group'|@translate} - {html_options name=associate options=$association_options selected=$associate_selected} -
{'dissociate from group'|@translate} - {html_options name=dissociate options=$association_options selected=$dissociate_selected} -
- -
- -{* Properties *} -
- {'properties'|@translate} - - - - - - - - - - - - - -
{'enabled_high'|@translate} - - / {'set to'|@translate} - - -
{'Privacy level'|@translate} - - - -
- -
- -{* preference *} -
- {'Preferences'|@translate} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{'nb_image_per_row'|@translate} - - - -
{'nb_row_per_page'|@translate} - - - - -
{'theme'|@translate} - - - -
{'language'|@translate} - - - -
{'recent_period'|@translate} - - - -
{'auto_expand'|@translate} - - / {'set to'|@translate} - - -
{'show_nb_comments'|@translate} - - / {'set to'|@translate} - - -
{'show_nb_hits'|@translate} - - / {'set to'|@translate} - - -
{'maxwidth'|@translate} - - - - -
{'maxheight'|@translate} - - - - -
- -
- -

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

- -

- - -

- -
-- cgit v1.2.3