Dotclear


Ignore:
Timestamp:
07/09/11 19:47:57 (13 years ago)
Author:
kozlika
Branch:
default
Message:

Accessibility: fieldset aren't used if not necessary.
Create a class="fieldset" for presentation needs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r500 r536  
    361361     echo '<form action="post.php" method="post" id="entry-form">'; 
    362362     echo '<div id="entry-wrapper">'; 
    363      echo '<div id="entry-content"><fieldset class="constrained">'; 
     363     echo '<div id="entry-content"><div class="constrained">'; 
    364364      
    365365     echo 
     
    393393     '</p>'; 
    394394      
    395      echo '</fieldset></div>';          // End #entry-content 
     395     echo '</div></div>';          // End #entry-content 
    396396     echo '</div>';      // End #entry-wrapper 
    397397 
     
    538538      
    539539     '<form action="comment.php" method="post" id="comment-form">'. 
    540      '<fieldset class="constrained">'. 
     540     '<div class="constrained">'. 
    541541     '<p><label for="comment_author" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Name:'). 
    542542     form::field('comment_author',30,255,html::escapeHTML($core->auth->getInfo('user_cn'))). 
     
    559559     $core->formNonce(). 
    560560     '<input type="submit" name="add" value="'.__('Save').'" /></p>'. 
    561      '</fieldset>'. 
     561     '</div>'. 
    562562     '</form>'. 
    563563     '</div>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map