Changeset 3421:34cfd92ec45a for plugins/themeEditor/index.php
- Timestamp:
- 11/26/16 10:40:17 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/index.php
r3363 r3421 72 72 <title><?php echo __('Edit theme files'); ?></title> 73 73 <script type="text/javascript"> 74 //<![CDATA[75 74 <?php echo dcPage::jsVar('dotclear.msg.saving_document',__("Saving document...")); ?> 76 75 <?php echo dcPage::jsVar('dotclear.msg.document_saved',__("Document saved")); ?> … … 78 77 <?php echo dcPage::jsVar('dotclear.msg.confirm_reset_file',__("Are you sure you want to reset this file?")); ?> 79 78 <?php echo dcPage::jsVar('dotclear.colorsyntax',$user_ui_colorsyntax); ?> 80 //]]>81 79 </script> 82 80 <?php echo dcPage::jsConfirmClose('file-form'); ?> … … 145 143 echo 146 144 '<script type="text/javascript"> 147 //<![CDATA[148 145 window.CodeMirror.defineMode("dotclear", function(config) { 149 146 return CodeMirror.multiplexingMode( … … 160 157 ); 161 158 }); 162 //]]>163 159 </script>'; 164 160 echo dcPage::jsRunCodeMirror('editor','file_content','dotclear',$user_ui_colorsyntax_theme);
Note: See TracChangeset
for help on using the changeset viewer.