Bugzilla – Attachment 1148 Details for
Bug 3181
Highlight global system preferences and add search box on admin-home
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Add-system-preference-search-to-administration-home.patch (text/plain), 1.77 KB, created by
Chris Cormack
on 2009-05-02 18:43:00 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-05-02 18:43:00 UTC
Size:
1.77 KB
patch
obsolete
>From 0d6e34b9df1c175172b17c5ce79840c8245bce31 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sat, 2 May 2009 13:33:24 -0500 >Subject: [PATCH] Add system preference search to administration home page (Bug 3181) >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/admin/admin-home.tmpl | 15 ++++++++++----- > 1 files changed, 10 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl >index c4c2f72..ce940b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl >@@ -12,14 +12,19 @@ > > <div id="bd"> > <div id="yui-main" class="sysprefs"> >- <div class="yui-g"><h1>System Preferences</h1></div> >+ <div class="yui-g"><h1>Koha Administration</h1></div> > <div class="yui-g"> > > <div class="yui-u first"> >-<dl> >- <dt><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></dt> >- <dd>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</dd> >-</dl> >+<form action="/cgi-bin/koha/admin/systempreferences.pl" method="post"> >+<fieldset> >+<h4><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></h4> >+ <p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p> >+ <input type="hidden" value="all" name="tab" /> >+ <input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" /> >+ <input type="submit" name="ok" class="submit" value="Search" /> >+</fieldset> >+</form> > > > <div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div> >-- >1.5.6.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 3181
:
1147
| 1148