Ignore:
Timestamp:
Apr 6, 2006, 4:23:54 AM (18 years ago)
Author:
rvelices
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/index.tpl

    r1130 r1131  
    9090        <label>
    9191          {lang:Username}
    92           <input type="text" name="username" size="15" value="">
     92          <input type="text" name="username" size="15" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">
    9393        </label>
    9494
    9595        <label>
    9696          {lang:password}
    97           <input type="password" name="password" size="15">
     97          <input type="password" name="password" size="15" onfocus="this.className='focus';" onblur="this.className='nofocus';">
    9898        </label>
    9999
Note: See TracChangeset for help on using the changeset viewer.