|
@@ -801,6 +801,9 @@ select.flat.selectlimit {
|
|
|
.fa-file-text-o, .fa-file-code-o, .fa-file-powerpoint-o, .fa-file-excel-o, .fa-file-word-o, .fa-file-o, .fa-file-image-o, .fa-file-video-o, .fa-file-audio-o, .fa-file-archive-o, .fa-file-pdf-o {
|
|
|
color: #505;
|
|
|
}
|
|
|
+.fa-trash, .fa-crop, .fa-pencil {
|
|
|
+ font-size: 1.4em;
|
|
|
+}
|
|
|
|
|
|
/* DOL_XXX for future usage (when left menu has been removed). If we do not use datatable */
|
|
|
/*.table-responsive {
|
|
@@ -1333,9 +1336,12 @@ table.noborder tr.liste_titre td {
|
|
|
.pictowarning, .pictopreview {
|
|
|
padding-<?php echo $left; ?>: 3px;
|
|
|
}
|
|
|
-.pictoedit, .pictowarning, .pictodelete {
|
|
|
+.pictowarning {
|
|
|
vertical-align: text-bottom;
|
|
|
}
|
|
|
+.fiche img.pictoedit, .fiche span.pictoedit {
|
|
|
+ opacity: 0.9;
|
|
|
+}
|
|
|
img.hideonsmartphone.pictoactionview {
|
|
|
vertical-align: bottom;
|
|
|
}
|
|
@@ -1682,6 +1688,10 @@ div.mainmenu.project {
|
|
|
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/project.png',1) ?>);
|
|
|
}
|
|
|
|
|
|
+div.mainmenu.ticketsup {
|
|
|
+ background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/ticketsup.png',1) ?>);
|
|
|
+}
|
|
|
+
|
|
|
div.mainmenu.tools {
|
|
|
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/tools.png',1) ?>);
|
|
|
}
|
|
@@ -1696,7 +1706,7 @@ div.mainmenu.website {
|
|
|
$moduletomainmenu=array('user'=>'','syslog'=>'','societe'=>'companies','projet'=>'project','propale'=>'commercial','commande'=>'commercial',
|
|
|
'produit'=>'products','service'=>'products','stock'=>'products',
|
|
|
'don'=>'accountancy','tax'=>'accountancy','banque'=>'accountancy','facture'=>'accountancy','compta'=>'accountancy','accounting'=>'accountancy','adherent'=>'members','import'=>'tools','export'=>'tools','mailing'=>'tools',
|
|
|
- 'contrat'=>'commercial','ficheinter'=>'commercial','deplacement'=>'commercial',
|
|
|
+ 'contrat'=>'commercial','ficheinter'=>'commercial','ticketsup'=>'ticketsup','deplacement'=>'commercial',
|
|
|
'fournisseur'=>'companies',
|
|
|
'barcode'=>'','fckeditor'=>'','categorie'=>'',
|
|
|
);
|
|
@@ -1712,7 +1722,7 @@ $generic=1;
|
|
|
// Put here list of menu entries when the div.mainmenu.menuentry was previously defined
|
|
|
$divalreadydefined=array('home','companies','products','commercial','externalsite','accountancy','project','tools','members','agenda','ftp','holiday','hrm','bookmark','cashdesk','ecm','geoipmaxmind','gravatar','clicktodial','paypal','stripe','webservices','website');
|
|
|
// Put here list of menu entries we are sure we don't want
|
|
|
-$divnotrequired=array('multicurrency','salaries','margin','opensurvey','paybox','expensereport','incoterm','prelevement','propal','workflow','notification','supplier_proposal','cron','product','productbatch','expedition');
|
|
|
+$divnotrequired=array('multicurrency','salaries','ticketsup','margin','opensurvey','paybox','expensereport','incoterm','prelevement','propal','workflow','notification','supplier_proposal','cron','product','productbatch','expedition');
|
|
|
foreach($mainmenuusedarray as $val)
|
|
|
{
|
|
|
if (empty($val) || in_array($val,$divalreadydefined)) continue;
|