Dotclear


Ignore:
Timestamp:
08/16/13 14:16:11 (11 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/media.php

    r1358 r1399  
    317317     echo 
    318318     '<form action="media.php" method="get">'. 
    319      '<p><label for="file_sort" class="classic">'.__('Sort files:').' '. 
    320      form::combo('file_sort',$sort_combo,$file_sort).'</label>'. 
     319     '<p><label for="file_sort" class="classic">'.__('Sort files:').'</label> '. 
     320     form::combo('file_sort',$sort_combo,$file_sort). 
    321321     form::hidden(array('popup'),$popup). 
    322322     form::hidden(array('post_id'),$post_id). 
     
    399399     '<legend>'.__('New directory').'</legend>'. 
    400400     $core->formNonce(). 
    401      '<p><label for="newdir">'.__('Directory Name:'). 
    402      form::field(array('newdir','newdir'),35,255).'</label></p>'. 
     401     '<p><label for="newdir">'.__('Directory Name:').'</label>'. 
     402     form::field(array('newdir','newdir'),35,255).'</p>'. 
    403403     '<p><input type="submit" value="'.__('Create').'" />'. 
    404404     form::hidden(array('d'),html::escapeHTML($d)).'</p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map