Changeset 3363:3e9a397754cb
- Timestamp:
- 10/22/16 16:18:39 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/index.php
r3256 r3363 117 117 echo 118 118 '<form id="file-form" action="'.$p_url.'" method="post">'. 119 '<div class="fieldset"><h 4>'.__('File editor').'</h4>'.119 '<div class="fieldset"><h3>'.__('File editor').'</h3>'. 120 120 '<p><label for="file_content">'.sprintf(__('Editing file %s'),'<strong>'.$file['f']).'</strong></label></p>'. 121 121 '<p>'.form::textarea('file_content',72,25,html::escapeHTML($file['c']),'maximal','',!$file['w']).'</p>';
Note: See TracChangeset
for help on using the changeset viewer.