Bugzilla – Attachment 6092 Details for
Bug 7108
Lists of "Similar" languages break display across multiple lines in both Opac and Intranet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Intranet
0001-Bug7108-Intranet-Language-Menu-Display-Patch.patch (text/plain), 2.01 KB, created by
Martin Renvoize (ashimema)
on 2011-10-28 14:46:20 UTC
(
hide
)
Description:
Patch for Intranet
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2011-10-28 14:46:20 UTC
Size:
2.01 KB
patch
obsolete
>From 748e65d573adfd88d9da00d80f6fdef25fc57bf6 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin@dev1.vm.bytemark.co.uk> >Date: Fri, 28 Oct 2011 15:30:39 +0100 >Subject: [PATCH] Bug7108: Intranet Language Menu Display Patch >Content-Type: text/plain; charset="utf-8" > >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 6 +++++- > .../prog/en/includes/intranet-bottom.inc | 2 ++ > 2 files changed, 7 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 7b38062..4e2bb3e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -1720,6 +1720,10 @@ ul#i18nMenu li.more ul li a { > background-image : none; > padding-right : 20px; > } >+ >+div.lang { >+ float:left; >+} > > div#changelanguage{ > background-color: #fff; >@@ -2080,4 +2084,4 @@ div.pager input.pagedisplay { > background-color : transparent; > font-weight: bold; > text-align : center; >-} >\ No newline at end of file >+} >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >index 1873ef1..ebe7f37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >@@ -5,6 +5,7 @@ > <div id="changelanguage" class="ft"> > <ul id="i18nMenu" class="footermenu"> > [% FOREACH languages_loo IN languages_loop %] >+ <div class="lang"> > [% IF ( languages_loo.group_enabled ) %] > [% IF ( languages_loo.plural ) %] > <li class="more"><a class="sublangs" id="show[% languages_loo.rfc4646_subtag %]" href="#">[% languages_loo.native_description %] ([% languages_loo.rfc4646_subtag %])</a><div id="sub[% languages_loo.rfc4646_subtag %]"> >@@ -31,6 +32,7 @@ > [% END %] > [% END %] > [% END %] >+ </div> > [% END %] > </ul> > </div> >-- >1.7.2.5 >
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 7108
:
6081
|
6082
|
6088
|
6092
|
6158