Dotclear

Changeset 454:0458313d8a11 for inc


Ignore:
Timestamp:
06/30/11 12:19:13 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
default
Message:

Accessibilité - ordre de tabulation - Step 1 :

  • Suppression intégrale des tabindex côté admin.
  • Reste à gérer l'ordre pour post.php (et son clone page.php)
Location:
inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.dc.page.php

    r448 r454  
    7575               __('Blogs:').' '. 
    7676               $core->formNonce(). 
    77                form::combo('switchblog',$blogs,$core->blog->id,  ''). 
     77               form::combo('switchblog',$blogs,$core->blog->id). 
    7878               '</label>'. 
    7979               '<noscript><div><input type="submit" value="'.__('ok').'" /></div></noscript>'; 
  • inc/public/default-templates/password-form.html

    r199 r454  
    3434 
    3535<p>{{tpl:lang You must give a password to access this area.}}</p> 
    36 <p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" 
    37 tabindex="1" /></label> <input type="submit" value="ok" /></p> 
     36<p><label>{{tpl:lang Password:}} <input type="password" name="password" value="" /></label> <input type="submit" value="ok" /></p> 
    3837 
    3938</form> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map