forked from Wavyzz/dolibarr
Fix js error
This commit is contained in:
@@ -105,8 +105,8 @@ if (!($_SERVER['HTTP_REFERER'] === $dolibarr_main_url_root.'/' || $_SERVER['HTTP
|
|||||||
|
|
||||||
if (value.type == 'agenda')
|
if (value.type == 'agenda')
|
||||||
{
|
{
|
||||||
url = '<?php echo DOL_URL_ROOT.'/comm/action/card.php?id='; ?>' + value.id_agenda;
|
url = '<?php print DOL_URL_ROOT.'/comm/action/card.php?id='; ?>' + value.id_agenda;
|
||||||
title = '<?php print $langs->trans('EventReminder') ?>';
|
title = '<?php print dol_escape_js($langs->trans('EventReminder')) ?>';
|
||||||
}
|
}
|
||||||
var extra = {
|
var extra = {
|
||||||
icon: '<?php print DOL_URL_ROOT.'/theme/common/bell.png'; ?>',
|
icon: '<?php print DOL_URL_ROOT.'/theme/common/bell.png'; ?>',
|
||||||
|
|||||||
@@ -3047,9 +3047,8 @@ div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border
|
|||||||
}
|
}
|
||||||
div .tdtop {
|
div .tdtop {
|
||||||
vertical-align: top !important;
|
vertical-align: top !important;
|
||||||
padding-top: 10px !important;
|
/*padding-top: 10px !important;
|
||||||
padding-bottom: 2px !important;
|
padding-bottom: 2px !important; */
|
||||||
padding-bottom: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.border td, table.bordernooddeven td, div.border div div.tagtd {
|
table.border td, table.bordernooddeven td, div.border div div.tagtd {
|
||||||
|
|||||||
Reference in New Issue
Block a user