aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/index.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-04-06 02:23:54 +0000
committerrvelices <rv-github@modusoptimus.com>2006-04-06 02:23:54 +0000
commitd700a5917233fb8049589a9e0aef3d94e87fb320 (patch)
tree81f8c53ccf908e900638abd117f3dc8719ca67a1 /template/yoga/index.tpl
parentb9a37cd6f06a19fd48d4a8e546b10c8fb3ff5b33 (diff)
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
Diffstat (limited to 'template/yoga/index.tpl')
-rw-r--r--template/yoga/index.tpl4
1 files changed, 2 insertions, 2 deletions
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 @@
<label>
{lang:Username}
- <input type="text" name="username" size="15" value="">
+ <input type="text" name="username" size="15" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">
</label>
<label>
{lang:password}
- <input type="password" name="password" size="15">
+ <input type="password" name="password" size="15" onfocus="this.className='focus';" onblur="this.className='nofocus';">
</label>
<!-- BEGIN remember_me -->