Changeset 100:bfb2d5fe8d04 for plugins/themeEditor
- Timestamp:
- 05/02/11 10:46:37 (14 years ago)
- Branch:
- userprefs
- Location:
- plugins/themeEditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/help.html
r0 r100 6 6 7 7 <body> 8 <p>The Theme Editor lets you modify the template files, the stylesheets and the JavaScript files of the theme you are currently using. .</p>8 <p>The Theme Editor lets you modify the template files, the stylesheets and the JavaScript files of the theme you are currently using.</p> 9 9 10 10 <p>The file list is divided in three sections :</p> -
plugins/themeEditor/index.php
r0 r100 90 90 '<form id="file-form" action="'.$p_url.'" method="post">'. 91 91 '<fieldset><legend>'.__('File editor').'</legend>'. 92 '<p> '.sprintf(__('Editing file %s'),'<strong>'.$file['f']).'</strong></p>'.92 '<p><label for="file_content">'.sprintf(__('Editing file %s'),'<strong>'.$file['f']).'</strong></label></p>'. 93 93 '<p>'.form::textarea('file_content',72,25,html::escapeHTML($file['c']),'maximal','',!$file['w']).'</p>'; 94 94
Note: See TracChangeset
for help on using the changeset viewer.