Current oav website
This commit is contained in:
49
dotclear._no/plugins/themeEditor/locales/en/help/help.html
Normal file
49
dotclear._no/plugins/themeEditor/locales/en/help/help.html
Normal file
@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html>
|
||||
<head>
|
||||
<title>Theme Editor</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h4>Theme Editor</h4>
|
||||
<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>
|
||||
|
||||
<p>The file list on the right is divided in four sections:</p>
|
||||
<ul>
|
||||
<li>Template files</li>
|
||||
<li>CSS files (stylesheets)</li>
|
||||
<li>Javascript files</li>
|
||||
<li>Locales files (files used for translation)</li>
|
||||
</ul>
|
||||
|
||||
<p>Each section of files may have three sub-sections :</p>
|
||||
<ul>
|
||||
<li>Files belonging to the current theme</li>
|
||||
<li>Files belonging to the parent theme</li>
|
||||
<li>Files belonging to the template set</li>
|
||||
</ul>
|
||||
|
||||
<p>The bullet in front of each file can have three different colors:</p>
|
||||
<ul>
|
||||
<li><strong>Yellow </strong> means it belongs to the current theme.</li>
|
||||
<li><strong>Red </strong> means it belongs to a parent theme.</li>
|
||||
<li><strong>Black</strong> means it is in the template set.</li>
|
||||
</ul>
|
||||
|
||||
<p>The files belonging to the current theme are also in bold.</p>
|
||||
|
||||
<h4>File mofidication</h4>
|
||||
<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>
|
||||
|
||||
<p>Be careful: Modifications are applied immediately after saving.</p>
|
||||
|
||||
<p>If you modify a file that comes from the template set or the parent theme, the file will be copied into your current theme.</p>
|
||||
|
||||
<h4>Syntax highlighting</h4>
|
||||
<p>You can activate the syntax highlighting in <a href="preferences.php#user-options">your preferences</a> (in <strong>My options</strong> tab).</p>
|
||||
|
||||
<h4>Further reading</h4>
|
||||
<p>To edit your template files, please check the <a href="https://dotclear.org/documentation/2.0/resources/themes/tags">list of template tags</a>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
12
dotclear._no/plugins/themeEditor/locales/en/resources.php
Normal file
12
dotclear._no/plugins/themeEditor/locales/en/resources.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!isset($__resources['help']['themeEditor'])) {
|
||||
$__resources['help']['themeEditor'] = dirname(__FILE__) . '/help/help.html';
|
||||
}
|
||||
Reference in New Issue
Block a user