Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Jonathan Druart 57666e07ac Bug 18026: Correct URL to database columns from .pref files
Recently the DB schema website has been updated.
The link to the columns' tables is now
  http://schema.koha-community.org/master/tables/table.html
  http://schema.koha-community.org/16_11/tables/table.html
  http://schema.koha-community.org/16_05/tables/table.html
instead of
  http://schema.koha-community.org/tables/table.html

To have a specific schema per Koha version.

To avoid fixing this link every release this patch adds a __VERSION__
marker to replace with the $version if stable ($version % 2) or 'master'

Test plan:
On master, 16.11.x and 16.05.x
Search for PatronSelfRegistrationBorrowerUnwantedField,
BorrowerMandatoryField and UniqueItemFields
Click on the link
You should get the correct page

This patch WILL NOT WORK on 3.22.x

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2017-02-21 19:54:23 +00:00
..
acquisitions.pref Bug 18026: Correct URL to database columns from .pref files 2017-02-21 19:54:23 +00:00
admin.pref Bug 17486: Remove Mozilla Persona 2017-01-13 12:32:19 +00:00
authorities.pref Bug 17913: Add AuthorityMergeMode preference 2017-01-20 13:55:09 +00:00
cataloguing.pref Bug 14629 - Add aggressive ISSN matching feature equivalent to the aggressive ISBN matcher 2016-10-28 11:58:14 +00:00
circulation.pref Bug 17453: Add exceptions 2017-02-17 17:15:06 +00:00
enhanced_content.pref Bug 11606: (followup) minor typos 2016-07-22 17:16:12 +00:00
i18n_l10n.pref
labs.pref
local_use.pref
logs.pref Bug 14642: Add HoldsLog syspref 2016-08-17 18:43:12 +00:00
opac.pref Bug 18026: Correct URL to database columns from .pref files 2017-02-21 19:54:23 +00:00
patrons.pref Bug 18026: Correct URL to database columns from .pref files 2017-02-21 19:54:23 +00:00
searching.pref Bug 15929 - typo in explanation for MaxSearchResultsItemsPerRecordStatusCheck 2016-07-08 13:09:00 +00:00
serials.pref Bug 7677 [Follow-up]: New areas in subscriptions and new functions when receiving. 2016-09-12 09:13:56 +00:00
staff_client.pref Bug 14902 - Add qualifier menu to staff side "Search the Catalog" 2016-07-08 13:57:59 +00:00
tools.pref Bug 11490: Add prefs MaxItemsToProcessForBatchMod and MaxItemsToDisplayForBatchDel 2016-06-24 11:50:27 +00:00
web_services.pref Bug 16165 - Include link to ILS-DI documentation page in ILS-DI system preference 2016-06-10 18:08:13 +00:00