Bugzilla – Attachment 3106 Details for
Bug 5726
Fix a bug in the selection of biblios to merge
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-5726-MT1059-Follow-up-Fix-merge-reference-select.patch (text/plain), 2.16 KB, created by
Chris Cormack
on 2011-02-09 00:47:30 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-02-09 00:47:30 UTC
Size:
2.16 KB
patch
obsolete
>From effd21bf061198029e498bfeffbb4e559bf1e1c8 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 15 Dec 2010 20:50:22 +0100 >Subject: [PATCH] Bug 5726 : MT1059 Follow-up : Fix merge reference selection presentation > > A change in global-staff.css messed the merge reference selection presentation > > Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com> > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > .../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 2c46be8..b8c4869 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5726
: 3106