Bugzilla – Attachment 16109 Details for
Bug 9366
On cataloguing each user can easily display tags or not
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9366: FIX typo s/class/style
Bug-9366-FIX-typo-sclassstyle.patch (text/plain), 1.21 KB, created by
Jonathan Druart
on 2013-03-14 08:41:06 UTC
(
hide
)
Description:
Bug 9366: FIX typo s/class/style
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-03-14 08:41:06 UTC
Size:
1.21 KB
patch
obsolete
>From 532acdcaa8a689eab5753955b50c8de018e3f90c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 8 Jan 2013 16:32:15 +0100 >Subject: [PATCH] Bug 9366: FIX typo s/class/style > >It replaces the vertical-align with a margin-left > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 1ea4fdb..9574639 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -403,7 +403,7 @@ function Changefwk(FwkList) { > </option> > [% END %] > </select> >- <label><input id="hide_tags" type="checkbox" class="vertical-align:middle;"/>Hide tags</label> >+ <input id="hide_tags" type="checkbox" style="margin-left: 5px;" /><label for="hide_tags">Hide tags</label> > <input type="hidden" name="op" value="addbiblio" /> > </div> > [% END %] >-- >1.7.10.4
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 9366
:
14469
|
14470
|
14526
|
14527
|
15490
|
15491
|
16107
|
16108
|
16109
|
16978
|
16979
|
18868
|
18869
|
25821
|
26016
|
26327