From 2e6ace2df02bbd1499c351e32d1d10d68a4bb4ac Mon Sep 17 00:00:00 2001 From: gweltas Date: Fri, 26 Nov 2004 16:10:17 +0000 Subject: New template for group management French translation for synchronization Minor update of the css file git-svn-id: http://piwigo.org/svn/trunk@623 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/admin_upload.tpl | 22 -------------- template/default/admin/group_list.tpl | 52 ++++++++++++++++++++++++++++++++ template/default/admin/group_list.vtp | 53 --------------------------------- 3 files changed, 52 insertions(+), 75 deletions(-) delete mode 100644 template/default/admin/admin_upload.tpl create mode 100644 template/default/admin/group_list.tpl delete mode 100644 template/default/admin/group_list.vtp (limited to 'template/default/admin') diff --git a/template/default/admin/admin_upload.tpl b/template/default/admin/admin_upload.tpl deleted file mode 100644 index 045324455..000000000 --- a/template/default/admin/admin_upload.tpl +++ /dev/null @@ -1,22 +0,0 @@ -
{L_UPLOAD_TITLE}
-
-
-
- {L_AUTHORIZED}
-
- -
-
- {L_FORBIDDEN}
- -
-   - -
-
-
-
{L_UPLOAD_INFO}
\ No newline at end of file diff --git a/template/default/admin/group_list.tpl b/template/default/admin/group_list.tpl new file mode 100644 index 000000000..3a5688af0 --- /dev/null +++ b/template/default/admin/group_list.tpl @@ -0,0 +1,52 @@ + +
+ +
+ +
+
{L_GROUP_SELECT}
+ +{S_GROUP_SELECT}   + +
+{L_GROUP_CONFIRM} +
+ + + +
+
+ +
{L_GROUP_EDIT} [{edit_group.GROUP_NAME}]
+ + + + + + + + + + + + + + + + +
{L_USER_NAME}{L_USER_EMAIL}{L_USER_SELECT}
{edit_group.user.NAME}{edit_group.user.EMAIL}
+ +
+
+ + + + +
+
+ +
\ No newline at end of file diff --git a/template/default/admin/group_list.vtp b/template/default/admin/group_list.vtp deleted file mode 100644 index 7c4520747..000000000 --- a/template/default/admin/group_list.vtp +++ /dev/null @@ -1,53 +0,0 @@ - -
- -
- - - - - - - - - - - -
{#group_confirm} "{#name}"
{#yes}{#no}
- - - -
{#info}
- - -
-
- {#group_add} - -
-
- - - - - - - - - - - - - -
{#group_list_title}
-
> {#name}
-
- {#listuser_permission} - - {#delete} -
- \ No newline at end of file -- cgit v1.2.3