CSS
This commit is contained in:
parent
c83f40fc7e
commit
297313e7de
@ -1629,7 +1629,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = '', $noprin
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Ref
|
// Ref
|
||||||
$out.='<td class="nowrap">';
|
$out.='<td class="nowraponall">';
|
||||||
if (isset($histo[$key]['type']) && $histo[$key]['type']=='mailing') {
|
if (isset($histo[$key]['type']) && $histo[$key]['type']=='mailing') {
|
||||||
$out.='<a href="'.DOL_URL_ROOT.'/comm/mailing/card.php?id='.$histo[$key]['id'].'">'.img_object($langs->trans("ShowEMailing"), "email").' ';
|
$out.='<a href="'.DOL_URL_ROOT.'/comm/mailing/card.php?id='.$histo[$key]['id'].'">'.img_object($langs->trans("ShowEMailing"), "email").' ';
|
||||||
$out.=$histo[$key]['id'];
|
$out.=$histo[$key]['id'];
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
/* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2005 Brice Davoleau <brice.davoleau@gmail.com>
|
* Copyright (C) 2005 Brice Davoleau <brice.davoleau@gmail.com>
|
||||||
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@inodbox.com>
|
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@inodbox.com>
|
||||||
* Copyright (C) 2006-2015 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2006-2019 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
|
* Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
|
||||||
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
||||||
* Copyright (C) 2015 Marcos García <marcosgdf@gmail.com>
|
* Copyright (C) 2015 Marcos García <marcosgdf@gmail.com>
|
||||||
|
|||||||
@ -1442,7 +1442,7 @@ img.photorefnoborder {
|
|||||||
}
|
}
|
||||||
.trextrafieldseparator td {
|
.trextrafieldseparator td {
|
||||||
/* border-bottom: 2px solid rgb(<?php echo $colorbackhmenu1 ?>) !important; */
|
/* border-bottom: 2px solid rgb(<?php echo $colorbackhmenu1 ?>) !important; */
|
||||||
border-bottom: 2px dashed rgb(<?php echo $colortopbordertitle1 ?>) !important;
|
border-bottom: 2px solid rgb(<?php echo $colortopbordertitle1 ?>) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tdhrthin {
|
.tdhrthin {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user