From e2f922ea30a76e2dd51c3ba5d8b48a4a166dc5f8 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 31 Jul 2006 14:01:50 +0000 Subject: [PATCH] minor fix to avoid errors in javascript console --- .../default/en/includes/acquisitions-top.inc | 4 ++-- .../en/includes/calendar/calendar-system.css | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc b/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc index 313887f3ba..530f4be649 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc +++ b/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc @@ -27,12 +27,12 @@ function Help() { background-color: #ffdf61; color:#000000; background-image:none; - text-decoration: normal; + text-decoration: none; } a.acquisition:hover { background-color: #ffdf61; color: #000000; - text-decoration: normal; + text-decoration: none; } diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/calendar/calendar-system.css b/koha-tmpl/intranet-tmpl/default/en/includes/calendar/calendar-system.css index e6a4f5f0e7..ac0bc4f1e7 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/calendar/calendar-system.css +++ b/koha-tmpl/intranet-tmpl/default/en/includes/calendar/calendar-system.css @@ -64,7 +64,7 @@ } .calendar thead .weekend { /* How a weekend day name shows in header */ -// color: #f00; +/* color: #f00;*/ } .calendar thead .hilite { /* How do the buttons in header appear when hover */ @@ -102,8 +102,8 @@ } .calendar tbody .rowhilite td { -// background: Highlight; -// color: HighlightText; +/* background: Highlight;*/ +/* color: HighlightText;*/ } .calendar tbody td.hilite { /* Hovered cells */ @@ -115,9 +115,9 @@ } .calendar tbody td.active { /* Active (pressed) cells */ -// padding: 2px 2px 0px 2px; -// border: 1px solid; -// border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; +/* padding: 2px 2px 0px 2px;*/ +/* border: 1px solid;*/ +/* border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;*/ } .calendar tbody td.selected { /* Cell showing selected date */ @@ -130,7 +130,7 @@ } .calendar tbody td.weekend { /* Cells showing weekend days */ -// color: #f00; +/* color: #f00;*/ } .calendar tbody td.today { /* Cell showing today date */ -- 2.39.5