Dotclear


Ignore:
Timestamp:
04/29/11 10:06:34 (13 years ago)
Author:
kozlika
Branch:
userprefs
Parents:
39:859596664e23 (diff), 37:89b90dfd3913 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Correction des formulaires, étape 2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/comment.php

    r0 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>'. 
     
    226226      
    227227     if ($can_delete) { 
    228           echo '<input type="submit" name="delete" value="'.__('delete').'" />'; 
     228          echo '<input type="submit" class="delete" name="delete" value="'.__('delete').'" />'; 
    229229     } 
    230230     echo 
  • 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>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map