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';
|
||||
}
|
||||
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Maintenance</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h4>Réglage des alertes</h4>
|
||||
|
||||
<dl>
|
||||
<dt>Activation</dt>
|
||||
<dd><p>Cocher cette option pour afficher des messages d'alerte sous chaque tâche
|
||||
en retard ou n'ayant jamais été exécutée.</p>
|
||||
<p>Note : dans « Mes préférences », des options complémentaires permettent d'afficher également ces messages
|
||||
sur le tableau de bord.</p></dd>
|
||||
|
||||
<dt>Périodicité</dt>
|
||||
<dd><p>Permet de choisir le délai de rappel des tâches à exécuter.</p>
|
||||
<p>Ce délai peut être commun à toutes les tâches (choisir le bouton radio « Utiliser le même délai pour toutes les tâches » ou différencié pour chacune d'elles.</p></dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
12
dotclear._no/plugins/maintenance/locales/fr/resources.php
Normal file
12
dotclear._no/plugins/maintenance/locales/fr/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