From 80020dd7564f25f4af5d994df5690b1088456b41 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 25 Jan 2007 02:18:56 +0000 Subject: - user profiles available from admin page - user creation from admin page with email (bug 514) - some language cleanup - small template enhancements - php syntax corrections (my mistake) git-svn-id: http://piwigo.org/svn/trunk@1753 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/profile.tpl | 5 ++ template/yoga/admin/user_list.tpl | 30 +++++----- template/yoga/icon/edit_s.png | Bin 0 -> 585 bytes template/yoga/profile.tpl | 112 +------------------------------------ template/yoga/profile_content.tpl | 113 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 135 insertions(+), 125 deletions(-) create mode 100644 template/yoga/admin/profile.tpl create mode 100644 template/yoga/icon/edit_s.png create mode 100644 template/yoga/profile_content.tpl (limited to 'template/yoga') diff --git a/template/yoga/admin/profile.tpl b/template/yoga/admin/profile.tpl new file mode 100644 index 000000000..5de3efd5a --- /dev/null +++ b/template/yoga/admin/profile.tpl @@ -0,0 +1,5 @@ +
+

{lang:Profile}

+
+ +{PROFILE_CONTENT} diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index fc7c26a04..08b981882 100644 --- a/template/yoga/admin/user_list.tpl +++ b/template/yoga/admin/user_list.tpl @@ -10,6 +10,7 @@ {lang:Add a user} + @@ -69,11 +70,11 @@   {lang:Username} - {L_STATUS} + {lang:user_status} {lang:Email address} {lang:Groups} - {L_PROPERTIES} - {L_ACTIONS} + {lang:properties} + {lang:actions} @@ -84,7 +85,8 @@ {user.GROUPS} {user.PROPERTIES} - {L_PERMISSIONS} + {lang:permissions} + {lang:Profile} @@ -104,7 +106,7 @@ - +
{L_STATUS}{lang:Status} @@ -165,7 +167,7 @@
- {L_PROPERTIES} + {lang:properties} @@ -190,7 +192,7 @@
- + - + - + - + - + - + - + - +
{L_NB_IMAGE_LINE}{lang:nb_image_per_row} @@ -200,7 +202,7 @@
{L_NB_LINE_PAGE}{lang:nb_row_per_page} @@ -210,7 +212,7 @@
{L_TEMPLATE}{lang:theme} @@ -236,7 +238,7 @@
{L_RECENT_PERIOD}{lang:recent_period} @@ -246,7 +248,7 @@
{L_EXPAND}{lang:auto_expand} / {lang:set to} @@ -256,7 +258,7 @@
{L_SHOW_NB_COMMENTS}{lang:show_nb_comments} / {lang:set to} @@ -266,7 +268,7 @@
{L_MAXWIDTH}{lang:maxwidth} @@ -278,7 +280,7 @@
{L_MAXHEIGHT}{lang:maxheight} diff --git a/template/yoga/icon/edit_s.png b/template/yoga/icon/edit_s.png new file mode 100644 index 000000000..e4951d22f Binary files /dev/null and b/template/yoga/icon/edit_s.png differ diff --git a/template/yoga/profile.tpl b/template/yoga/profile.tpl index 1b2037d71..f48a711c1 100644 --- a/template/yoga/profile.tpl +++ b/template/yoga/profile.tpl @@ -17,115 +17,5 @@

{lang:Profile}

-
- -
- {lang:register_title} - -
    -
  • - {lang:Username} - {USERNAME} -
  • -
  • - - - - -
  • -
  • - - - - -
  • -
  • - - - - -
  • -
  • - - - - -
  • -
-
- -
- {lang:preferences} - -
    -
  • - - - - -
  • -
  • - - - - -
  • -
  • - - - - -
  • -
  • - - - - -
  • -
  • - - - - -
  • -
  • - {lang:auto_expand} - - -
  • -
  • - {lang:show_nb_comments} - - -
  • -
  • - - - - -
  • -
  • - - - - -
  • -
-
- -

- - -

- -
- +{PROFILE_CONTENT} diff --git a/template/yoga/profile_content.tpl b/template/yoga/profile_content.tpl new file mode 100644 index 000000000..e738e59c6 --- /dev/null +++ b/template/yoga/profile_content.tpl @@ -0,0 +1,113 @@ +
+ +
+ {lang:register_title} + + +
    +
  • + {lang:Username} + {USERNAME} +
  • +
  • + + + + +
  • + +
  • + + + + +
  • + +
  • + + + + +
  • +
  • + + + + +
  • +
+
+ +
+ {lang:preferences} + +
    +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
  • + {lang:auto_expand} + + +
  • +
  • + {lang:show_nb_comments} + + +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
+
+ +

+ + +

+ +
-- cgit v1.2.3