29 require
'../main.inc.php';
30 require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
31 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formadmin.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formother.class.php';
33 require_once DOL_DOCUMENT_ROOT.
'/core/lib/agenda.lib.php';
34 require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
35 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
42 $langs->loadLangs(array(
'agenda',
'admin',
'other'));
45 $action =
GETPOST(
'action',
'alpha');
47 if (empty($conf->global->AGENDA_EXT_NB)) {
48 $conf->global->AGENDA_EXT_NB = 5;
50 $MAXAGENDA = $conf->global->AGENDA_EXT_NB;
53 $colorlist = array(
'BECEDD',
'DDBECE',
'BFDDBE',
'F598B4',
'F68654',
'CBF654',
'A4A4A5');
63 if (preg_match(
'/set_(.*)/', $action, $reg)) {
72 $errors[] = $db->lasterror();
81 header(
'Location: ' . $_SERVER[
"PHP_SELF"]);
84 } elseif (preg_match(
'/del_(.*)/', $action, $reg)) {
92 $errors[] = $db->lasterror();
101 header(
'Location: ' . $_SERVER[
"PHP_SELF"]);
104 } elseif ($action ==
'save') {
107 $disableext =
GETPOST(
'AGENDA_DISABLE_EXT',
'alpha');
108 $res =
dolibarr_set_const($db,
'AGENDA_DISABLE_EXT', $disableext,
'chaine', 0,
'', $conf->entity);
110 $i = 1; $errorsaved = 0;
113 while ($i <= $MAXAGENDA) {
114 $name = trim(
GETPOST(
'AGENDA_EXT_NAME'.$i,
'alpha'));
115 $src = trim(
GETPOST(
'AGENDA_EXT_SRC'.$i,
'alpha'));
116 $offsettz = trim(
GETPOST(
'AGENDA_EXT_OFFSETTZ'.$i,
'alpha'));
117 $color = trim(
GETPOST(
'AGENDA_EXT_COLOR'.$i,
'alpha'));
118 if ($color ==
'-1') {
121 $enabled = trim(
GETPOST(
'AGENDA_EXT_ENABLED'.$i,
'alpha'));
131 $res =
dolibarr_set_const($db,
'AGENDA_EXT_NAME'.$i, $name,
'chaine', 0,
'', $conf->entity);
135 $res =
dolibarr_set_const($db,
'AGENDA_EXT_SRC'.$i, $src,
'chaine', 0,
'', $conf->entity);
139 $res =
dolibarr_set_const($db,
'AGENDA_EXT_OFFSETTZ'.$i, $offsettz,
'chaine', 0,
'', $conf->entity);
143 $res =
dolibarr_set_const($db,
'AGENDA_EXT_COLOR'.$i, $color,
'chaine', 0,
'', $conf->entity);
147 $res =
dolibarr_set_const($db,
'AGENDA_EXT_ENABLED'.$i, $enabled,
'chaine', 0,
'', $conf->entity);
160 if (empty($conf->global->AGENDA_EXT_NB)) {
161 $conf->global->AGENDA_EXT_NB = 5;
163 $MAXAGENDA = empty($conf->global->AGENDA_EXT_NB) ? 5 : $conf->global->AGENDA_EXT_NB;
171 if (empty($errorsaved)) {
185 $arrayofjs = array();
186 $arrayofcss = array();
188 $wikihelp =
'EN:Module_Agenda_En|FR:Module_Agenda|ES:Módulo_Agenda';
189 llxHeader(
'', $langs->trans(
"AgendaSetup"),
$wikihelp,
'', 0, 0, $arrayofjs, $arrayofcss);
191 $linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
192 print
load_fiche_titre($langs->trans(
"AgendaSetup"), $linkback,
'title_setup');
194 print
'<form name="extsitesconfig" action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
195 print
'<input type="hidden" name="token" value="'.newToken().
'">';
196 print
'<input type="hidden" name="action" value="save">';
202 print
'<span class="opacitymedium">'.$langs->trans(
"AgendaExtSitesDesc").
"</span><br>\n";
206 $selectedvalue=$conf->global->AGENDA_DISABLE_EXT;
207 if ($selectedvalue==1) $selectedvalue=0;
else $selectedvalue=1;
209 print
"<table class=\"noborder\" width=\"100%\">";
211 print
"<tr class=\"liste_titre\">";
212 print
'<td>'.$langs->trans(
"Parameter").
"</td>";
213 print
'<td class="center">'.$langs->trans(
"Value").
"</td>";
218 print
'<tr class="oddeven">';
219 print
"<td>".$langs->trans(
"ExtSitesEnableThisTool").
"</td>";
220 print
'<td class="center">';
221 if ($conf->use_javascript_ajax) {
222 print
ajax_constantonoff(
'AGENDA_DISABLE_EXT', array(
'enabled'=>array(0=>
'.hideifnotset')),
null, 1);
224 if (empty($conf->global->AGENDA_DISABLE_EXT)) {
225 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?save=1&AGENDA_DISABLE_EXT=1">'.
img_picto($langs->trans(
"Enabled"),
'on').
'</a>';
227 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?save=1&AGENDA_DISABLE_EXT=0">'.
img_picto($langs->trans(
"Disabled"),
'off').
'</a>';
235 print
'<tr class="oddeven">';
236 print
"<td>".$langs->trans(
"ExtSitesNbOfAgenda").
"</td>";
237 print
'<td class="center">';
238 print
'<input class="flat hideifnotset" type="text" size="2" id="AGENDA_EXT_NB" name="AGENDA_EXT_NB" value="'.$conf->global->AGENDA_EXT_NB.
'">';
245 print
"<table class=\"noborder\" width=\"100%\">";
247 print
"<tr class=\"liste_titre\">";
248 print
"<td>".$langs->trans(
"Parameter").
"</td>";
249 print
"<td>".$langs->trans(
"Name").
"</td>";
250 print
"<td>".$langs->trans(
"ExtSiteUrlAgenda").
" (".$langs->trans(
"Example").
': http://yoursite/agenda/agenda.ics)</td>';
251 print
"<td>".$form->textwithpicto($langs->trans(
"FixTZ"), $langs->trans(
"FillFixTZOnlyIfRequired"), 1).
'</td>';
252 print
'<td class="right">'.$langs->trans(
"Color").
'</td>';
253 print
'<td class="right">'.$langs->trans(
"ActiveByDefault").
'</td>';
257 while ($i <= $MAXAGENDA) {
259 $name =
'AGENDA_EXT_NAME' . $key;
260 $src =
'AGENDA_EXT_SRC' . $key;
261 $offsettz =
'AGENDA_EXT_OFFSETTZ' . $key;
262 $color =
'AGENDA_EXT_COLOR' . $key;
263 $enabled =
'AGENDA_EXT_ENABLED' . $key;
264 $default =
'AGENDA_EXT_ACTIVEBYDEFAULT' . $key;
266 print
'<tr class="oddeven">';
268 print
'<td width="180" class="nowrap">' . $langs->trans(
"AgendaExtNb", $key) .
"</td>";
270 print
'<td><input type="text" class="flat hideifnotset" name="AGENDA_EXT_NAME' . $key .
'" value="' . (
GETPOST(
'AGENDA_EXT_NAME' . $key) ?
GETPOST(
'AGENDA_EXT_NAME' . $key,
'alpha') :
getDolGlobalString($name)) .
'" size="28"></td>';
272 print
'<td><input type="url" class="flat hideifnotset" name="AGENDA_EXT_SRC' . $key .
'" value="' . (
GETPOST(
'AGENDA_EXT_SRC' . $key) ?
GETPOST(
'AGENDA_EXT_SRC' . $key,
'alpha') :
getDolGlobalString($src)) .
'" size="60"></td>';
274 print
'<td><input type="text" class="flat hideifnotset" name="AGENDA_EXT_OFFSETTZ' . $key .
'" value="' . (
GETPOST(
'AGENDA_EXT_OFFSETTZ' . $key) ?
GETPOST(
'AGENDA_EXT_OFFSETTZ' . $key) :
getDolGlobalString($offsettz)) .
'" size="2"></td>';
276 print
'<td class="nowrap right">';
278 print $formother->selectColor((
GETPOST(
"AGENDA_EXT_COLOR" . $key) ?
GETPOST(
"AGENDA_EXT_COLOR" . $key) :
getDolGlobalString($color)),
"AGENDA_EXT_COLOR" . $key,
'extsitesconfig', 1,
'',
'hideifnotset');
281 print
'<td class="nowrap right">';
282 if (!empty($conf->use_javascript_ajax)) {
286 print
'<a href="' . $_SERVER[
'PHP_SELF'] .
'?action=del_AGENDA_EXT_ACTIVEBYDEFAULT' . $key .
'&token='.newToken().
'">' .
img_picto($langs->trans(
"Disabled"),
'off') .
'</a>';
288 print
'<a href="' . $_SERVER[
'PHP_SELF'] .
'?action=set_AGENDA_EXT_ACTIVEBYDEFAULT' . $key .
'&token='.newToken().
'">' .
img_picto($langs->trans(
"Enabled"),
'on') .
'</a>';
300 print
'<div class="center">';
301 print
'<input type="submit" id="save" name="save" class="button hideifnotset button-save" value="'.$langs->trans(
"Save").
'">';
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
dolibarr_del_const($db, $name, $entity=1)
Delete a constant.
agenda_prepare_head()
Prepare array with list of tabs.
if($actionsave) if(!isset($conf->global->MAIN_AGENDA_EXPORT_PAST_DELAY)) $wikihelp
View.
ajax_constantonoff($code, $input=array(), $entity=null, $revertonoff=0, $strict=0, $forcereload=0, $marginleftonlyshort=2, $forcenoajax=0, $setzeroinsteadofdel=0, $suffix='', $mode='', $morecss='')
On/off button for constant.
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
dol_is_url($url)
Return if path is an URL.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessage($mesgs, $style='mesgs')
Set event message in dol_events session object.
if(!function_exists('utf8_encode')) if(!function_exists('utf8_decode')) getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.