Current oav website
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Maintenance</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h4>Alert settings</h4>
|
||||
|
||||
<dl>
|
||||
<dt>Activation</dt>
|
||||
<dd><p>Check this box to display alert messages under tasks that are late or that have never been executed.</p>
|
||||
<p>Note: in <strong>My preferences</strong>, additional options allow you to display these tasks on your dashboard.</p></dd>
|
||||
|
||||
<dt>Frequency</dt>
|
||||
<dd><p>Schedules the alert display of tasks to be done.</p>
|
||||
<p>This frequency can be common to all the tasks (select the <strong>Use one recall time for all tasks</strong> radio button) or can be set for each tasks.</p></dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
12
dotclear._no/plugins/maintenance/locales/en/resources.php
Normal file
12
dotclear._no/plugins/maintenance/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']['maintenance'])) {
|
||||
$__resources['help']['maintenance'] = dirname(__FILE__) . '/help/maintenance.html';
|
||||
}
|
||||
Reference in New Issue
Block a user