dolibarr  17.0.4
setup.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) 2004-2017 Laurent Destailleur <eldy@users.sourceforge.net>
3  * Copyright (C) 2019 Frédéric FRANCE <frederic.france@free.fr>
4  *
5  * This program is free software: you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation, either version 3 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program. If not, see <https://www.gnu.org/licenses/>.
17  */
18 
25 // Load Dolibarr environment
26 require '../../main.inc.php';
27 
28 // Libraries
29 require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
30 require_once DOL_DOCUMENT_ROOT.'/zapier/lib/zapier.lib.php';
31 
32 // Translations
33 $langs->loadLangs(array('admin', 'zapier'));
34 
35 // Access control
36 if (!$user->admin) {
38 }
39 
40 // Parameters
41 $action = GETPOST('action', 'aZ09');
42 $backtopage = GETPOST('backtopage', 'alpha');
43 
44 $arrayofparameters = array(
45 // 'ZAPIERFORDOLIBARR_MYPARAM1'=>array('css'=>'minwidth200', 'enabled'=>1),
46 // 'ZAPIERFORDOLIBARR_MYPARAM2'=>array('css'=>'minwidth500', 'enabled'=>1)
47 );
48 
49 if (empty($conf->zapier->enabled)) accessforbidden();
50 if (empty($user->admin)) accessforbidden();
51 
52 
53 /*
54  * Actions
55  */
56 
57 if ((float) DOL_VERSION >= 6) {
58  include DOL_DOCUMENT_ROOT.'/core/actions_setmoduleoptions.inc.php';
59 }
60 
61 
62 /*
63  * View
64  */
65 
66 $page_name = 'ZapierForDolibarrSetup';
67 $help_url = 'EN:Module_Zapier';
68 llxHeader('', $langs->trans($page_name), $help_url);
69 
70 // Subheader
71 $linkback = '<a href="'.($backtopage ? $backtopage : DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1').'">'.$langs->trans("BackToModuleList").'</a>';
72 
73 print load_fiche_titre($langs->trans($page_name), $linkback, 'object_zapier');
74 
75 // Configuration header
76 $head = zapierAdminPrepareHead();
77 print dol_get_fiche_head($head, 'settings', '', -1, "zapier");
78 
79 
80 if ($action == 'edit') {
81  print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
82  print '<input type="hidden" name="token" value="'.newToken().'">';
83  print '<input type="hidden" name="action" value="update">';
84 
85  print '<table class="noborder centpercent">';
86  print '<tr class="liste_titre"><td class="titlefield">'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td></tr>';
87 
88  foreach ($arrayofparameters as $key => $val) {
89  print '<tr class="oddeven"><td>';
90  print $form->textwithpicto($langs->trans($key), $langs->trans($key.'Tooltip'));
91  print '</td><td><input name="'.$key.'" class="flat '.(empty($val['css']) ? 'minwidth200' : $val['css']).'" value="'.getDolGlobalString($key).'"></td></tr>';
92  }
93  print '</table>';
94 
95  print '<br><div class="center">';
96  print '<input class="button button-save" type="submit" value="'.$langs->trans("Save").'">';
97  print '</div>';
98 
99  print '</form>';
100  print '<br>';
101 } else {
102  if (!empty($arrayofparameters)) {
103  print '<table class="noborder centpercent">';
104  print '<tr class="liste_titre"><td class="titlefield">'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td></tr>';
105 
106  foreach ($arrayofparameters as $key => $val) {
107  print '<tr class="oddeven"><td>';
108  print $form->textwithpicto($langs->trans($key), $langs->trans($key.'Tooltip'));
109  print '</td><td>'.getDolGlobalString($key).'</td></tr>';
110  }
111 
112  print '</table>';
113 
114  print '<div class="tabsAction">';
115  print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action=edit&token='.newToken().'">'.$langs->trans("Modify").'</a>';
116  print '</div>';
117  } else {
118  // Setup page goes here
119  echo '<br><br><span class="opacitymediumdisabled">'.$langs->trans("ZapierSetupPage").'</span><br><br>';
120  //print '<br>'.$langs->trans("NothingToSetup");
121  }
122 }
123 
124 
125 // Page end
126 print dol_get_fiche_end();
127 
128 llxFooter();
129 $db->close();
if(GETPOST('button_removefilter_x', 'alpha')||GETPOST('button_removefilter.x', 'alpha')||GETPOST('button_removefilter', 'alpha')) if(GETPOST('button_search_x', 'alpha')||GETPOST('button_search.x', 'alpha')||GETPOST('button_search', 'alpha')) if($action=="save" &&empty($cancel)) $help_url
View.
Definition: agenda.php:118
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
Definition: wrapper.php:56
llxFooter()
Empty footer.
Definition: wrapper.php:70
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
Definition: card.php:143
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.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
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.
zapierAdminPrepareHead()
Prepare admin pages header.
Definition: zapier.lib.php:29