Bug 11033: Make Save button and Cancel link always visible on basketgroup page
authorMathieu Saby <mathieu.saby@univ-rennes2.fr>
Thu, 10 Oct 2013 11:34:37 +0000 (13:34 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 1 Nov 2013 00:32:23 +0000 (00:32 +0000)
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 <koha.aixmarseille@gmail.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt

index b6cdc52..c7c9a1b 100644 (file)
   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;
 }