Changeset 2534:c333aa67c0b0 for plugins/themeEditor/locales
- Timestamp:
- 11/11/13 11:25:35 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/locales/en/help/help.html
r2368 r2534 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 <h4>Theme Editor</h4> 9 <p>The Theme Editor allows you to modify the template files, the stylesheets and the Javascript files of the theme you are currently using.</p> 9 10 10 <p>The file list is divided in three sections :</p>11 <p>The file list on the right is divided in four sections:</p> 11 12 <ul> 12 <li>Template files : the templates</li> 13 <li>CSS files : the stylesheets</li> 14 <li>JavaScript files</li> 13 <li>Template files</li> 14 <li>CSS files (stylesheets)</li> 15 <li>Javascript files</li> 16 <li>Locales files (files used for translation)</li> 15 17 </ul> 16 18 17 <p>The yellow bullet in front of the name of a file indicates that this file is part of the theme. The red bullet means it is a part of the parent theme. The black bullet means it is a part of the "default" theme.</p> 19 <p>The bullet in front of each file can have three different colors:</p> 20 <ul> 21 <li><strong>Black</strong> means it is in the <code>default</code> theme.</li> 22 <li><strong>Yellow </strong> means it belongs to the current theme.</li> 23 <li><strong>Red </strong> means it belongs to a parent theme.</li> 24 </ul> 18 25 19 <p>If you modify a file belonging to the "default" theme, it will be copied into the theme you are currently using.</p> 26 <h4>File mofidication</h4> 27 <p>To modify a file, click on its name. Its content will be displayed in the editor. If the file can be overwritten you will be able to save it by pressing the <strong>Save (s)</strong> button.</p> 20 28 21 <p> To edit a file, click on its name to display its content in the edition area. If the file can be written, you will be able to save your modifications by ckicking on "save".</p>29 <p>Be careful: Modifications are applied immediately after saving.</p> 22 30 23 <p> The modifications are applied immediately after saving, so be careful.</p>31 <p>If you modify a file that comes from the <code>default</code> theme, the file will be copied into your current theme.</p> 24 32 25 <p>To help modify your templates, you may consult the <a href="http://doc.dotclear.net/2.0/resources/templates">template tag list</a>.</p> 33 <h4>Syntax highlighting</h4> 34 <p>You can activate the syntax highlighting in <a href="preferences.php#user-options">your preferences</a> (in <strong>My options</strong> tab).</p> 26 35 27 <p>Note: You can activate syntax coloration in your preferences (“My options” tab).</p> 36 <h4>Further reading</h4> 37 <p>To edit your template files, please check the <a href="http://dotclear.org/documentation/2.0/resources/themes/tags">list of template tags</a>.</p> 28 38 29 39 </body>
Note: See TracChangeset
for help on using the changeset viewer.