Dotclear


Ignore:
Timestamp:
08/16/13 14:16:11 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Semantic xhtml and a11y. Let labels to be labels. Step One: admin. Plugins and Themes will come later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r1379 r1399  
    325325          '<form id="quick-entry" action="post.php" method="post">'. 
    326326          '<fieldset><legend>'.__('New entry').'</legend>'. 
    327           '<p class="col"><label for="post_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:'). 
     327          '<p class="col"><label for="post_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'. 
    328328          form::field('post_title',20,255,'','maximal'). 
    329           '</label></p>'. 
     329          '</p>'. 
    330330          '<p class="area"><label class="required" '. 
    331331          'for="post_content"><abbr title="'.__('Required field').'">*</abbr> '.__('Content:').'</label> '. 
    332332          form::textarea('post_content',50,7). 
    333333          '</p>'. 
    334           '<p><label for="cat_id" class="classic">'.__('Category:').' '. 
    335           form::combo('cat_id',$categories_combo).'</label></p>'. 
     334          '<p><label for="cat_id" class="classic">'.__('Category:').'</label> '. 
     335          form::combo('cat_id',$categories_combo).'</p>'. 
    336336          '<p><input type="submit" value="'.__('Save').'" name="save" /> '. 
    337337          ($core->auth->check('publish',$core->blog->id) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map