From dcf53a3de7dfd3407cba566f5e939c5790ebaf69 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 suppress 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 --- .../prog/en/modules/acqui/basketgroup.tt | 4 ---- 1 files changed, 0 insertions(+), 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 b6cdc52..c7c9a1b 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; } -- 1.7.2.5