[Koha-patches] [PATCH 16/17] MT1059 Follow-up : Fix merge reference selection presentation

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu Dec 16 15:11:22 CET 2010


From: Paul Poulain <paul.poulain at biblibre.com>

    A change in global-staff.css messed the merge reference selection presentation

    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
---
 .../prog/en/modules/cataloguing/merge.tmpl         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tmpl
index 6230faa..e51cec3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tmpl
@@ -195,8 +195,8 @@ $(document).ready(function(){
     <fieldset class="rows">
 	<legend>Merge reference</legend>
 	<ol>
-	<li class="radio"><input type="radio" value="<!-- TMPL_VAR NAME="biblio1" -->" checked="checked" id="mergereference1" name="mergereference" /><label for="mergereference1"><!-- TMPL_VAR NAME="title1" --> (<!-- TMPL_VAR NAME="biblio1" -->)</label></li>
-	<li class="radio"><input type="radio" value="<!-- TMPL_VAR NAME="biblio2" -->" id="mergereference2" name="mergereference" /><label for="mergereference2"><!-- TMPL_VAR NAME="title2" --> (<!-- TMPL_VAR NAME="biblio2" -->)</label></li>
+	<li class="radio"><input type="radio" value="<!-- TMPL_VAR NAME="biblio1" -->" checked="checked" id="mergereference1" name="mergereference" /><label style="float:none" for="mergereference1"><!-- TMPL_VAR NAME="title1" --> (<!-- TMPL_VAR NAME="biblio1" -->)</label></li>
+	<li class="radio"><input type="radio" value="<!-- TMPL_VAR NAME="biblio2" -->" id="mergereference2" name="mergereference" /><label style="float:none" for="mergereference2"><!-- TMPL_VAR NAME="title2" --> (<!-- TMPL_VAR NAME="biblio2" -->)</label></li>
 </ol>
 	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblio1" -->" />
 	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblio2" -->" />
-- 
1.7.1



More information about the Koha-patches mailing list