From b5fb22ea7bdcfc141ceffee90f60546fad875d3d Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Thu, 13 Aug 2009 14:14:03 -0400 Subject: [PATCH] [29/40] Work on label module general tool bar. --- .../prog/en/css/staff-global.css | 6 +- .../prog/en/includes/labels-home-toolbar.inc | 35 --------- .../prog/en/includes/labels-toolbar.inc | 75 +++++++++++++++++++ .../en/modules/labels/label-edit-layout.tmpl | 1 - .../prog/en/modules/labels/label-manage.tmpl | 2 +- 5 files changed, 81 insertions(+), 38 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/labels-home-toolbar.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 980d7658cc..dc25249a76 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -5,10 +5,14 @@ a, a:link, a:visited, a:active { color : #0000CC; } -.yui-button a,.yui-button a:link,.yui-button a:visited { +.yui-button,.yui-button a:link,.yui-button a:visited { color : #000; } +a.yuimenuitemlabel { + color: #000000; +} + a:hover { color : #669ACC; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-home-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-home-toolbar.inc deleted file mode 100644 index 09ce2ed76c..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-home-toolbar.inc +++ /dev/null @@ -1,35 +0,0 @@ - -
- -
-
- -
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc new file mode 100644 index 0000000000..44be9ae447 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc @@ -0,0 +1,75 @@ + +
+ +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tmpl index 50c9d53fed..0834cb51d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tmpl @@ -32,7 +32,6 @@
-
EditCreate Label Layout diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tmpl index 2a7765130f..2413a6471a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tmpl @@ -105,7 +105,7 @@
- +
Current Branch:
-- 2.39.5