Bugzilla – Attachment 8019 Details for
Bug 7645
System preferences editor save button obscured by language chooser
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7645 - System preferences editor save button obscured by language chooser
Bug-7645---System-preferences-editor-save-button-o.patch (text/plain), 2.35 KB, created by
Owen Leonard
on 2012-03-05 17:43:05 UTC
(
hide
)
Description:
Bug 7645 - System preferences editor save button obscured by language chooser
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-03-05 17:43:05 UTC
Size:
2.35 KB
patch
obsolete
>From c800141a9595d1e7d0e4fdc36114aa7662795f98 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 5 Mar 2012 12:38:00 -0500 >Subject: [PATCH] Bug 7645 - System preferences editor save button obscured by language chooser >Content-Type: text/plain; charset="utf-8" > >This patch amends the preferences page's CSS file to add >bottom padding to the page container. This gives the bottom- >most submit button some breathing room. > >Markup correction: Adding "row" and "col" attributes to ><textareas> to quiet validation errors. This doesn't >affect output at all (dimensions are specified in CSS). > >To test, open the system preferences page to a tab like OPAC >which contains many preferences. At the bottom of the page >the last submit button should have about a line's worth of >white space below it. >--- > .../intranet-tmpl/prog/en/css/preferences.css | 4 ++++ > .../prog/en/modules/admin/preferences.tt | 2 +- > 2 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css b/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css >index d9fde24..262fe11 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css >@@ -65,4 +65,8 @@ h3.collapsed { > .humanMsg strong { > display: block; > font-weight: normal; >+} >+ >+#yui-main { >+ margin-bottom:2em; > } >\ No newline at end of file >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index d762be7..ed2a964 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -98,7 +98,7 @@ > </select> > [% ELSIF ( CHUNK.type_textarea ) %] > <a class="expand-textarea" style="display: none" href="#">Click to Edit</a> >- <textarea name="pref_[% CHUNK.name %]" id="pref_[% CHUNK.name %]" class="preference preference-[% CHUNK.class or "short" %]">[% CHUNK.value %]</textarea> >+ <textarea name="pref_[% CHUNK.name %]" id="pref_[% CHUNK.name %]" class="preference preference-[% CHUNK.class or "short" %]" rows="10" cols="40">[% CHUNK.value %]</textarea> > [% ELSIF ( CHUNK.type_languages ) %] > <dl> > [% FOREACH language IN CHUNK.languages %] >-- >1.7.3
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 7645
:
8017
|
8019
|
8092