27require
'../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formother.class.php';
38$langs->loadLangs(array(
"companies",
"other"));
42if ($user->socid > 0) {
43 $socid = $user->socid;
46require_once DOL_DOCUMENT_ROOT.
'/core/redirect_if_setup_not_complete.inc.php';
55 require_once DOL_DOCUMENT_ROOT.
'/core/class/infobox.class.php';
58 $boxorder =
GETPOST(
'boxorder',
'aZ09');
59 $boxorder .=
GETPOST(
'boxcombo',
'aZ09');
79$text = $langs->trans(
"Tools");
84print
'<div class="justify opacitymedium">'.$langs->trans(
"ToolsDesc").
'</div><br><br>';
87print
'<div class="fichecenter">';
89print
'<div class="twocolumns">';
91print
'<div class="firstcolumn fichehalfleft boxhalfleft" id="boxhalfleft">';
93print $resultboxes[
'boxlista'];
95print
'</div><div class="secondcolumn fichehalfright boxhalfright" id="boxhalfright">';
97print $resultboxes[
'boxlistb'];
99print
'</div></div></div>';
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.
static saveboxorder($dbs, $zone, $boxorder, $userid=0)
Save order of boxes for area and user.
Class to manage third parties objects (customers, suppliers, prospects...)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0, $nodefault=0)
Return value of a param into GET or POST supervariable.
GETPOSTINT($paramname, $method=0, $nodefault=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.