26require
'../main.inc.php';
27require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
30$action =
GETPOST(
'action',
'aZ09');
31$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'adminaccoutant';
42$langs->loadLangs(array(
'admin',
'companies',
'other'));
57$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
62if (($action ==
'update' && !
GETPOST(
"cancel",
'alpha'))
63|| ($action ==
'updateedit')) {
64 if (!
dolibarr_set_const($db,
"MAIN_INFO_OPENINGHOURS_MONDAY",
GETPOST(
"monday",
'alpha'),
'chaine', 0,
'', $conf->entity)) {
67 if (!
dolibarr_set_const($db,
"MAIN_INFO_OPENINGHOURS_TUESDAY",
GETPOST(
"tuesday",
'alpha'),
'chaine', 0,
'', $conf->entity)) {
70 if (!
dolibarr_set_const($db,
"MAIN_INFO_OPENINGHOURS_WEDNESDAY",
GETPOST(
"wednesday",
'alpha'),
'chaine', 0,
'', $conf->entity)) {
73 if (!
dolibarr_set_const($db,
"MAIN_INFO_OPENINGHOURS_THURSDAY",
GETPOST(
"thursday",
'alpha'),
'chaine', 0,
'', $conf->entity)) {
76 if (!
dolibarr_set_const($db,
"MAIN_INFO_OPENINGHOURS_FRIDAY",
GETPOST(
"friday",
'alpha'),
'chaine', 0,
'', $conf->entity)) {
79 if (!
dolibarr_set_const($db,
"MAIN_INFO_OPENINGHOURS_SATURDAY",
GETPOST(
"saturday",
'alpha'),
'chaine', 0,
'', $conf->entity)) {
82 if (!
dolibarr_set_const($db,
"MAIN_INFO_OPENINGHOURS_SUNDAY",
GETPOST(
'sunday',
'alpha'),
'chaine', 0,
'', $conf->entity)) {
86 if ($action !=
'updateedit' && !$error) {
88 header(
"Location: ".$_SERVER[
"PHP_SELF"]);
100llxHeader(
'', $langs->trans(
"CompanyFoundation"), $help_url,
'', 0, 0,
'',
'',
'',
'mod-admin page-openinghours');
102print
load_fiche_titre($langs->trans(
"CompanyFoundation"),
'',
'title_setup');
108print
'<span class="opacitymedium">'.$langs->trans(
"OpeningHoursDesc").
"</span><br>\n";
111if (empty($action) || $action ==
'edit' || $action ==
'updateedit') {
115 print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'" name="form_index">';
116 print
'<input type="hidden" name="token" value="'.newToken().
'">';
117 print
'<input type="hidden" name="action" value="update">';
119 print
'<table class="noborder centpercent editmode">';
120 print
'<tr class="liste_titre"><th class="titlefieldcreate wordbreak">'.$langs->trans(
"Day").
'</th><th>'.$langs->trans(
"Value").
'</th></tr>'.
"\n";
122 print
'<tr class="oddeven"><td>';
123 print $form->textwithpicto($langs->trans(
"Monday"), $langs->trans(
"OpeningHoursFormatDesc"));
125 print
'<input name="monday" id="monday" class="minwidth100" value="'.getDolGlobalString(
'MAIN_INFO_OPENINGHOURS_MONDAY',
GETPOST(
"monday",
'alpha')).
'"'.(
getDolGlobalString(
'MAIN_INFO_OPENINGHOURS_MONDAY') ?
'' :
' autofocus="autofocus"').
'></td></tr>'.
"\n";
127 print
'<tr class="oddeven"><td>';
128 print $form->textwithpicto($langs->trans(
"Tuesday"), $langs->trans(
"OpeningHoursFormatDesc"));
130 print
'<input name="tuesday" id="tuesday" class="minwidth100" value="'.getDolGlobalString(
'MAIN_INFO_OPENINGHOURS_TUESDAY',
GETPOST(
"tuesday",
'alpha')).
'"></td></tr>'.
"\n";
132 print
'<tr class="oddeven"><td>';
133 print $form->textwithpicto($langs->trans(
"Wednesday"), $langs->trans(
"OpeningHoursFormatDesc"));
135 print
'<input name="wednesday" id="wednesday" class="minwidth100" value="'.getDolGlobalString(
'MAIN_INFO_OPENINGHOURS_WEDNESDAY',
GETPOST(
"wednesday",
'alpha')).
'"></td></tr>'.
"\n";
137 print
'<tr class="oddeven"><td>';
138 print $form->textwithpicto($langs->trans(
"Thursday"), $langs->trans(
"OpeningHoursFormatDesc"));
140 print
'<input name="thursday" id="thursday" class="minwidth100" value="'.getDolGlobalString(
'MAIN_INFO_OPENINGHOURS_THURSDAY',
GETPOST(
"thursday",
'alpha')).
'"></td></tr>'.
"\n";
142 print
'<tr class="oddeven"><td>';
143 print $form->textwithpicto($langs->trans(
"Friday"), $langs->trans(
"OpeningHoursFormatDesc"));
145 print
'<input name="friday" id="friday" class="minwidth100" value="'.getDolGlobalString(
'MAIN_INFO_OPENINGHOURS_FRIDAY',
GETPOST(
"friday",
'alpha')).
'"></td></tr>'.
"\n";
147 print
'<tr class="oddeven"><td>';
148 print $form->textwithpicto($langs->trans(
"Saturday"), $langs->trans(
"OpeningHoursFormatDesc"));
150 print
'<input name="saturday" id="saturday" class="minwidth100" value="'.getDolGlobalString(
'MAIN_INFO_OPENINGHOURS_SATURDAY',
GETPOST(
"saturday",
'alpha')).
'"></td></tr>'.
"\n";
152 print
'<tr class="oddeven"><td>';
153 print $form->textwithpicto($langs->trans(
"Sunday"), $langs->trans(
"OpeningHoursFormatDesc"));
155 print
'<input name="sunday" id="sunday" class="minwidth100" value="'.getDolGlobalString(
'MAIN_INFO_OPENINGHOURS_SUNDAY',
GETPOST(
"sunday",
'alpha')).
'"></td></tr>'.
"\n";
159 print $form->buttonsSaveCancel(
"Save",
'');
if(! $sortfield) if(! $sortorder) $object
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).
company_admin_prepare_head()
Return array head with list of tabs to view object information.
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0, $morecssdiv='')
Show tabs of a record.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
getDolGlobalString($key, $default='')
Return a 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.