Dotclear


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)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_index.js

    r343 r454  
    1111 
    1212          if ($('input[name=save-publish]',f).length > 0) { 
    13                var btn = $('<input type="submit" value="' + $('input[name=save-publish]',f).val() + '" tabindex="3" />'); 
     13               var btn = $('<input type="submit" value="' + $('input[name=save-publish]',f).val() + '" />'); 
    1414               $('input[name=save-publish]',f).remove(); 
    1515               $('input[name=save]',f).after(btn).after(' '); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map