From eca16da01f2a21dce351ac736e54092972c97f65 Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Thu, 10 Oct 2013 13:34:37 +0200 Subject: [PATCH] Bug 11033: Make Save button and Cancel link always visible on basketgroup page This patch suppresses the first CSS declaration in basketgroup.tt. It was unneeded, and was the cause of the Save button and Cancel link not being visible if the bar for changing language was activated. To test : 1. activate the "language" syspref, with at least 2 languages 2. open a basketgroup : the 'Save' button and 'Cancel' link are now visible at the bottom of basketgroup page 3. Check you can use the basketgroup as before : put a basket in it, cancel, save etc. Signed-off-by: Koha Team Amu Signed-off-by: Paul Poulain Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index b6cdc52c94..c7c9a1bccb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -20,10 +20,6 @@ element position and are not recommended; we turn them off as a foundation for YUI CSS treatments. */ -body { - margin:0; - padding:0; -} #basketgroupcolumns { width: 58em; } -- 2.39.2