Fix look and feel v8
This commit is contained in:
parent
c74ad61365
commit
5bbf7e8f1d
@ -107,7 +107,7 @@ class modPaypal extends DolibarrModules
|
|||||||
// Main menu entries
|
// Main menu entries
|
||||||
$this->menus = array(); // List of menus to add
|
$this->menus = array(); // List of menus to add
|
||||||
$r=0;
|
$r=0;
|
||||||
$this->menu[$r]=array(
|
/*$this->menu[$r]=array(
|
||||||
'fk_menu'=>'fk_mainmenu=billing,fk_leftmenu=customers_bills_payment', // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
|
'fk_menu'=>'fk_mainmenu=billing,fk_leftmenu=customers_bills_payment', // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
|
||||||
'mainmenu'=>'billing',
|
'mainmenu'=>'billing',
|
||||||
'leftmenu'=>'customers_bills_payment_paypal',
|
'leftmenu'=>'customers_bills_payment_paypal',
|
||||||
@ -121,7 +121,7 @@ class modPaypal extends DolibarrModules
|
|||||||
'target'=>'',
|
'target'=>'',
|
||||||
'user'=>2
|
'user'=>2
|
||||||
); // 0=Menu for internal users, 1=external users, 2=both
|
); // 0=Menu for internal users, 1=external users, 2=both
|
||||||
$r++;
|
$r++;*/
|
||||||
|
|
||||||
// Add here entries to declare new menus
|
// Add here entries to declare new menus
|
||||||
// Example to declare the Top Menu entry:
|
// Example to declare the Top Menu entry:
|
||||||
|
|||||||
@ -92,7 +92,7 @@ class modStripe extends DolibarrModules
|
|||||||
|
|
||||||
// Main menu entries
|
// Main menu entries
|
||||||
$r=0;
|
$r=0;
|
||||||
$this->menu[$r]=array(
|
/* $this->menu[$r]=array(
|
||||||
'fk_menu'=>'fk_mainmenu=billing,fk_leftmenu=customers_bills_payment', // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
|
'fk_menu'=>'fk_mainmenu=billing,fk_leftmenu=customers_bills_payment', // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
|
||||||
'mainmenu'=>'billing',
|
'mainmenu'=>'billing',
|
||||||
'leftmenu'=>'customers_bills_payment_stripe',
|
'leftmenu'=>'customers_bills_payment_stripe',
|
||||||
@ -106,7 +106,7 @@ class modStripe extends DolibarrModules
|
|||||||
'target'=>'',
|
'target'=>'',
|
||||||
'user'=>2
|
'user'=>2
|
||||||
); // 0=Menu for internal users, 1=external users, 2=both
|
); // 0=Menu for internal users, 1=external users, 2=both
|
||||||
$r++;
|
$r++;*/
|
||||||
|
|
||||||
$this->menu[$r] = array(
|
$this->menu[$r] = array(
|
||||||
'fk_menu'=>'fk_mainmenu=bank',
|
'fk_menu'=>'fk_mainmenu=bank',
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2007-2015 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2007-2018 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2018 All-3kcis <contact@all-3kcis.fr>
|
* Copyright (C) 2018 All-3kcis <contact@all-3kcis.fr>
|
||||||
* Copyright (C) ---Put here your own copyright and developer email---
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -317,7 +316,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$linkback = '<a href="' . DOL_URL_ROOT . '/product/stock/productlot_list.php' . '">' . $langs->trans("BackToList") . '</a>';
|
$linkback = '<a href="' . DOL_URL_ROOT . '/product/stock/productlot_list.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
|
||||||
|
|
||||||
$shownav = 1;
|
$shownav = 1;
|
||||||
if ($user->societe_id && ! in_array('batch', explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL))) $shownav=0;
|
if ($user->societe_id && ! in_array('batch', explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL))) $shownav=0;
|
||||||
|
|||||||
@ -131,7 +131,7 @@ if ($object->id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$linkback = '<a href="' . DOL_URL_ROOT . '/product/stock/productlot_list.php' . '">' . $langs->trans("BackToList") . '</a>';
|
$linkback = '<a href="' . DOL_URL_ROOT . '/product/stock/productlot_list.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
|
||||||
|
|
||||||
$shownav = 1;
|
$shownav = 1;
|
||||||
if ($user->societe_id && ! in_array('batch', explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL))) $shownav=0;
|
if ($user->societe_id && ! in_array('batch', explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL))) $shownav=0;
|
||||||
|
|||||||
@ -331,7 +331,7 @@ input, select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Focus definitions must be after standard definition */
|
/* Focus definitions must be after standard definition */
|
||||||
textarea:focus, button:focus {
|
textarea:focus {
|
||||||
/* v6 box-shadow: 0 0 4px #8091BF; */
|
/* v6 box-shadow: 0 0 4px #8091BF; */
|
||||||
border: 1px solid #aaa !important;
|
border: 1px solid #aaa !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user