Dotclear


Ignore:
Location:
admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin/comment.php

    r3 r45  
    191191     echo 
    192192     '<form action="comment.php" method="post" id="comment-form">'. 
    193      '<p><label>'.__('IP address:').'</label> '. 
     193     '<p>'.__('IP address:').'<br /> '. 
    194194     '<a href="comments.php?ip='.$comment_ip.'">'.$comment_ip.'</a></p>'. 
    195195      
    196      '<p><label>'.__('Date:').'</label> '. 
     196     '<p>'.__('Date:').'<br /> '. 
    197197     dt::dt2str(__('%Y-%m-%d %H:%M'),$comment_dt).'</p>'. 
    198198      
    199      '<p><label class="required" title="'.__('Required field').'">'.__('Author:'). 
     199     '<p><label for="comment_author" class="required"><abbr title="'.__('Required field').'">*</abbr>'.__('Author:'). 
    200200     form::field('comment_author',30,255,html::escapeHTML($comment_author)). 
    201201     '</label></p>'. 
    202202      
    203      '<p><label>'.__('Email:'). 
     203     '<p><label for="comment_email">'.__('Email:'). 
    204204     form::field('comment_email',30,255,html::escapeHTML($comment_email)). 
    205205     $comment_mailto. 
    206206     '</label></p>'. 
    207207      
    208      '<p><label>'.__('Web site:'). 
     208     '<p><label for="comment_site">'.__('Web site:'). 
    209209     form::field('comment_site',30,255,html::escapeHTML($comment_site)). 
    210210     '</label></p>'. 
    211211      
    212      '<p><label>'.__('Status:'). 
     212     '<p><label for="comment_status">'.__('Status:'). 
    213213     form::combo('comment_status',$status_combo,$comment_status,'','',!$can_publish). 
    214214     '</label></p>'. 
  • admin/comments.php

    r3 r45  
    159159     '<div class="three-cols">'. 
    160160     '<div class="col">'. 
    161      '<label>'.__('Type:').' '. 
     161     '<label for="type">'.__('Type:').' '. 
    162162     form::combo('type',$type_combo,$type). 
    163163     '</label> '. 
    164      '<label>'.__('Status:').' '. 
     164     '<label for="status">'.__('Status:').' '. 
    165165     form::combo('status',$status_combo,$status). 
    166166     '</label>'. 
     
    168168      
    169169     '<div class="col">'. 
    170      '<p><label>'.__('Order by:').' '. 
     170     '<p><label for="sortby">'.__('Order by:').' '. 
    171171     form::combo('sortby',$sortby_combo,$sortby). 
    172172     '</label> '. 
    173      '<label>'.__('Sort:').' '. 
     173     '<label for="order">'.__('Sort:').' '. 
    174174     form::combo('order',$order_combo,$order). 
    175175     '</label></p>'. 
    176      '<p><label class="classic">'. form::field('nb',3,3,$nb_per_page).' '. 
     176     '<p><label for="nb" class="classic">'.  form::field('nb',3,3,$nb_per_page).' '. 
    177177     __('Comments per page').'</label></p>'. 
    178178     '</div>'. 
    179179      
    180180     '<div class="col">'. 
    181      '<p><label>'.__('Comment author:').' '. 
     181     '<p><label for="author">'.__('Comment author:').' '. 
    182182     form::field('author',20,255,html::escapeHTML($author)). 
    183183     '</label>'. 
    184      '<label>'.__('IP address:').' '. 
     184     '<label for="ip">'.__('IP address:').' '. 
    185185     form::field('ip',20,39,html::escapeHTML($ip)). 
    186186     '</label></p>'. 
     
    213213     '<p class="col checkboxes-helpers"></p>'. 
    214214      
    215      '<p class="col right">'.__('Selected comments action:').' '. 
    216      form::combo('action',$combo_action). 
     215     '<p class="col right"><label for="action" class="inline">'.__('Selected comments action:').'</label> '. 
     216     form::combo('action',$combo_action,'','','','','title="'.__('action: ').'"'). 
    217217     $core->formNonce(). 
    218218     '<input type="submit" value="'.__('ok').'" /></p>'. 
  • admin/index.php

    r13 r45  
    249249          '<form id="quick-entry" action="post.php" method="post">'. 
    250250          '<fieldset>'. 
    251           '<p class="col"><label class="required" title="'.__('Required field').'">'.__('Title:'). 
     251          '<p class="col"><label for="post_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:'). 
    252252          form::field('post_title',20,255,'','maximal',2). 
    253253          '</label></p>'. 
    254           '<p class="area"><label class="required" title="'.__('Required field').'" '. 
    255           'for="post_content">'.__('Content:').'</label> '. 
     254          '<p class="area"><label class="required" '. 
     255          'for="post_content"><abbr title="'.__('Required field').'">*</abbr> '.__('Content:').'</label> '. 
    256256          form::textarea('post_content',50,7,'','',2). 
    257257          '</p>'. 
    258           '<p><label class="classic">'.__('Category:').' '. 
     258          '<p><label for="cat_id" class="classic">'.__('Category:').' '. 
    259259          form::combo('cat_id',$categories_combo,'','',2).'</label></p>'. 
    260260          '<p><input type="submit" value="'.__('save').'" name="save" tabindex="3" /> '. 
  • admin/style/default.css

    r29 r45  
    10941094     font-size: 1.3em; 
    10951095} 
    1096 /* à supprimer quand tous les formulaires auront été corrigés */ 
    1097 label.required:before { 
    1098      content: '* '; 
    1099      color: #c00; 
    1100 } 
    1101  
     1096label.inline { 
     1097     display: inline; 
     1098} 
    11021099p.field { 
    11031100     position: relative; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map