Bugzilla – Attachment 18695 Details for
Bug 10425
Help page missing for Local Use preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-10425-Help-page-missing-for-Local-Use-preference.patch (text/plain), 4.39 KB, created by
Fridolin Somers
on 2013-06-06 09:00:05 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-06-06 09:00:05 UTC
Size:
4.39 KB
patch
obsolete
>From cd1b846aed78335348b20409125aeef30dfca751 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Thu, 6 Jun 2013 10:57:29 +0200 >Subject: [PATCH] Bug 10425 - Help page missing for Local Use preferences > >When viewing Local Use system preferences tab, the help button will lead to an error page. >This is because Local Use tab uses not the same script has other tabs : systempreferences.pl. > >This patch simply copies help/prefences.tt as help/systemprefences.tt > >Test plan : >- Go to Local Use preferences : /cgi-bin/koha/admin/systempreferences.pl >- Click on Help link (at right top) >- See you get the same page as other preferences tab help >--- > .../en/modules/help/admin/systempreferences.tt | 38 ++++++++++++++++++++ > 1 file changed, 38 insertions(+) > create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt >new file mode 100644 >index 0000000..de954e9 >--- /dev/null >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt >@@ -0,0 +1,38 @@ >+[% INCLUDE 'help-top.inc' %] >+ >+<h1>System Preferences</h1> >+ >+<p>Global system preferences control the way your Koha system works in general. Set these preferences before anything else in Koha.</p> >+ >+<p>System preferences can be searched (using any part of the preference name or description) using the search box on the 'Administration' page or the search box at the top of each system preferences page.</p> >+ >+<p>When editing preferences a '(modified)' tag will appear next to items you change until you click the 'Save All' button</p> >+ >+<p>After saving your preferences you'll get a confirmation message telling you what preferences were saved</p> >+ >+<p>Each section of preferences can be sorted alphabetically by clicking the small down arrow to the right of the word 'Preference' in the header column</p> >+ >+<p>Each of the tabs on the left holds several different preferences:</p> >+ >+<ul> >+ <li><strong>Acquisitions:</strong> holds preferences related to acquisitions such as handling patron suggestions and local taxes.</li> >+ <li><strong>Administration:</strong> holds administrative preferences such as admin email address, sessions and timout.</li> >+ <li><strong>Authorities:</strong> holds preference related to handling authority records.</li> >+ <li><strong>Cataloging:</strong> holds preferences that control the cataloging functions. This is where you choose your MARC flavor, set up Z39.50 and barcoding.</li> >+ <li><strong>Circulation:</strong> holds preferences that control circulation functions such as holds and fines.</li> >+ <li><strong>Creators:</strong> this tab contains preferences related to modules that create objects.</li> >+ <li><strong>Enhanced Content:</strong> holds preferences that will add content from outside sources to your OPAC and Staff Client. This is where you can turn on cover images, FRBR and tagging.</li> >+ <li><strong>I18N/L10N:</strong> holds preferences related to internationalization and localization such as date formats and languages.</li> >+ <li><strong>Local Use:</strong> this tab will usually be empty unless your library has a preference just for your library.</li> >+ <li><strong>Logs:</strong> turn on/off logging functionality in your system.</li> >+ <li><strong>OPAC:</strong> customize the OPAC and OPAC functions (aside from the Enhanced Content preferences).</li> >+ <li><strong>Patrons:</strong> holds preferences that control how your system handles patron functions. Some preferences include the minimum password length and membership number settings.</li> >+ <li><strong>Searching:</strong> holds preference related to advanced search functions such as removing stop words or allowing stemming.</li> >+ <li><strong>Serials</strong> holds all preferences related to managing serial subscriptions.</li> >+ <li><strong>Staff Client:</strong> customize the staff client by editing the stylesheet and navigation menu.</li> >+ <li><strong>Web Services:</strong> includes preferences related to services like OAI-PMH.</li> >+</ul> >+ >+<p><strong>See the full documentation for System Preferences in the <a href="http://manual.koha-community.org/3.12/en/administration.html#globalsysprefs">manual</a> (online).</strong></p> >+ >+[% INCLUDE 'help-bottom.inc' %] >\ No newline at end of file >-- >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 10425
:
18695
|
18739
|
18889
|
18979