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/category.php

    r270 r454  
    185185'<fieldset><legend>'.__('Category information').'</legend>'. 
    186186'<p><label class="required" for="cat_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 
    187 form::field('cat_title',40,255,html::escapeHTML($cat_title),'',2). 
     187form::field('cat_title',40,255,html::escapeHTML($cat_title)). 
    188188'</label></p>'; 
    189189if (!$cat_id) 
     
    192192     echo 
    193193     '<p><label for="new_cat_parent">'.__('Parent:').' '. 
    194      '<select id="new_cat_parent" name="new_cat_parent" tabindex="3">'. 
     194     '<select id="new_cat_parent" name="new_cat_parent" >'. 
    195195     '<option value="0">'.__('Top level').'</option>'; 
    196196     while ($rs->fetch()) { 
     
    204204echo 
    205205'<div class="lockable">'. 
    206 '<p><label for="cat_url">'.__('URL:').' '.form::field('cat_url',40,255,html::escapeHTML($cat_url),'',4). 
     206'<p><label for="cat_url">'.__('URL:').' '.form::field('cat_url',40,255,html::escapeHTML($cat_url)). 
    207207'</label></p>'. 
    208208'<p class="form-note warn" id="note-cat-url">'. 
     
    211211 
    212212'<p class="area"><label for="cat_desc">'.__('Description:').'</label> '. 
    213 form::textarea('cat_desc',50,8,html::escapeHTML($cat_desc),'',5). 
     213form::textarea('cat_desc',50,8,html::escapeHTML($cat_desc)). 
    214214'</p>'. 
    215215 
    216 '<p><input type="submit" accesskey="s" value="'.__('Save').'" tabindex="5" />'. 
     216'<p><input type="submit" accesskey="s" value="'.__('Save').'" />'. 
    217217($cat_id ? form::hidden('id',$cat_id) : ''). 
    218218$core->formNonce(). 
     
    232232     '<p><label for="cat_parent" class="classic">'.__('Parent:').' '. 
    233233     form::combo('cat_parent',$allowed_parents,$cat_parent).'</label></p>'. 
    234      '<p><input type="submit" accesskey="s" value="'.__('Save').'" tabindex="5" />'. 
     234     '<p><input type="submit" accesskey="s" value="'.__('Save').'" />'. 
    235235     form::hidden(array('id'),$cat_id).$core->formNonce().'</p>'. 
    236236     '</fieldset>'. 
     
    246246          form::combo('cat_move',array(__('before')=>'before',__('after')=>'after'),'','','',false,'title="'.__('position: ').'"').' '. 
    247247          form::combo('cat_sibling',$siblings).'</p>'. 
    248           '<p><input type="submit" accesskey="s" value="'.__('Save').'" tabindex="5" />'. 
     248          '<p><input type="submit" accesskey="s" value="'.__('Save').'" />'. 
    249249          form::hidden(array('id'),$cat_id).$core->formNonce().'</p>'. 
    250250          '</fieldset>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map