From 74e5d80e899562b6505ce7c4865041448b22470d Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 13 Dec 2006 01:05:38 +0000 Subject: - feature 599: option to forbid user registration - 1 language cleanup - added page_forbidden function (sends 403) git-svn-id: http://piwigo.org/svn/trunk@1652 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/configuration.tpl | 7 +++++++ template/yoga/admin/picture_modify.tpl | 4 ++-- template/yoga/default-layout.css | 1 + template/yoga/identification.tpl | 8 ++++++-- template/yoga/menubar.tpl | 4 +++- 5 files changed, 19 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index 7f86f6e1b..387bb5b47 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -59,6 +59,13 @@ +
  • + +
  • +
  • diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl index c10e7744e..28981589f 100644 --- a/template/yoga/admin/picture_modify.tpl +++ b/template/yoga/admin/picture_modify.tpl @@ -23,7 +23,7 @@ - {lang:Registration date} + {lang:Post date} {REGISTRATION_DATE} @@ -103,7 +103,7 @@ {TAG_SELECTION} - + {lang:Description} diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index afe4cf525..d246e32b8 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -181,6 +181,7 @@ FORM.properties LI, FORM#update UL { margin-bottom: 0.5em; padding: 0; line-height: 1.8em; + clear: left; } FORM.properties SPAN.property { diff --git a/template/yoga/identification.tpl b/template/yoga/identification.tpl index 7c8f6e0c3..6f364da23 100644 --- a/template/yoga/identification.tpl +++ b/template/yoga/identification.tpl @@ -4,7 +4,9 @@
    • {lang:Forgot your password?}
    • +
    • {lang:register}
    • +
    • {lang:home}

    {lang:Identification}

    @@ -60,8 +62,10 @@ document.login_form.username.focus(); //-->

    - {lang:Register} - {lang:Forgot your password?} + + {lang:Register} + + {lang:Forgot your password?}

    diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index dd3b72390..eafec20a6 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -79,7 +79,7 @@
    -- cgit v1.2.3