Changeset 2955:9093abecaa42
- Timestamp:
- 02/03/15 15:23:32 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/index.php
r2849 r2955 124 124 echo 125 125 '<form id="file-form" action="'.$p_url.'" method="post">'. 126 '< fieldset><legend>'.__('File editor').'</legend>'.126 '<div class="fieldset"><h4>'.__('File editor').'</h4>'. 127 127 '<p><label for="file_content">'.sprintf(__('Editing file %s'),'<strong>'.$file['f']).'</strong></label></p>'. 128 128 '<p>'.form::textarea('file_content',72,25,html::escapeHTML($file['c']),'maximal','',!$file['w']).'</p>'; … … 143 143 144 144 echo 145 '</ fieldset></form>';145 '</div></form>'; 146 146 147 147 if ($user_ui_colorsyntax) {
Note: See TracChangeset
for help on using the changeset viewer.