From d700a5917233fb8049589a9e0aef3d94e87fb320 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 6 Apr 2006 02:23:54 +0000 Subject: improvement: urls for tags can contain now only the tag or the id and tag improvement: urls for category can be now id and category names (instead of only id) improvement: added 2 indexes (#image_tag.tag_id and #tags.url_name) improvement: identification, register, search pages automatically set focus on first form input improvement: focus, nofocus css class now valid for all forms fix: category comment is tag stripped in category_subcats.inc.php (otherwise issues with html/scripts inside category comment) git-svn-id: http://piwigo.org/svn/trunk@1131 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 4 ++-- template/yoga/identification.tpl | 18 +++++++++++------- template/yoga/index.tpl | 4 ++-- template/yoga/register.tpl | 6 +++++- template/yoga/search.tpl | 4 ++++ 5 files changed, 24 insertions(+), 12 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index d8f70bfb6..bcbfe81f2 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -188,11 +188,11 @@ FORM.properties SPAN.property { padding: 0 0.5em 0 0; } -FORM.properties .focus { +FORM .focus { background-color: whitesmoke; } -FORM.properties .nofocus { +FORM .nofocus { background-color: lightgrey; /* must be the same as input background-color */ } diff --git a/template/yoga/identification.tpl b/template/yoga/identification.tpl index 8f28ac224..1fd0e7619 100644 --- a/template/yoga/identification.tpl +++ b/template/yoga/identification.tpl @@ -20,27 +20,27 @@ -
+
{lang:Connection settings} - + - +
    -
  • +
  • - +
  • - +
  • @@ -54,7 +54,11 @@

    - + + +

    {L_REGISTER} {lang:Forgot your password?} diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index e56ceaa97..062a99061 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -89,12 +89,12 @@ diff --git a/template/yoga/register.tpl b/template/yoga/register.tpl index 90115d101..b00dd9e79 100644 --- a/template/yoga/register.tpl +++ b/template/yoga/register.tpl @@ -19,7 +19,7 @@ -

    +
    {lang:Enter your personnal informations} @@ -63,5 +63,9 @@ + + diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 433a2d4f0..2ac9ba0b1 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -146,4 +146,8 @@ + + -- cgit v1.2.3