Changeset 100:bfb2d5fe8d04 for plugins/themeEditor/index.php
- Timestamp:
- 05/02/11 10:46:37 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.