Dotclear

Changeset 2955:9093abecaa42


Ignore:
Timestamp:
02/03/15 15:23:32 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switch fieldset+legend to div+h4, adresses #2067

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/themeEditor/index.php

    r2849 r2955  
    124124     echo 
    125125     '<form id="file-form" action="'.$p_url.'" method="post">'. 
    126      '<fieldset><legend>'.__('File editor').'</legend>'. 
     126     '<div class="fieldset"><h4>'.__('File editor').'</h4>'. 
    127127     '<p><label for="file_content">'.sprintf(__('Editing file %s'),'<strong>'.$file['f']).'</strong></label></p>'. 
    128128     '<p>'.form::textarea('file_content',72,25,html::escapeHTML($file['c']),'maximal','',!$file['w']).'</p>'; 
     
    143143 
    144144     echo 
    145      '</fieldset></form>'; 
     145     '</div></form>'; 
    146146 
    147147     if ($user_ui_colorsyntax) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map