Lines 5-14
Link Here
|
5 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title>Koha › Administration › System preferences</title> |
6 |
<title>Koha › Administration › System preferences</title> |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% Asset.css("css/preferences.css") | $raw %] |
|
|
9 |
[% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.css") | $raw %] |
10 |
[% Asset.css("css/humanmsg.css") | $raw %] |
8 |
[% Asset.css("css/humanmsg.css") | $raw %] |
11 |
[% Asset.css("lib/codemirror/codemirror.css") | $raw %] |
9 |
[% Asset.css("lib/codemirror/codemirror.css") | $raw %] |
|
|
10 |
[% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.css") | $raw %] |
11 |
[% Asset.css("css/preferences.css") | $raw %] |
12 |
</head> |
12 |
</head> |
13 |
<body id="admin_preferences" class="admin"> |
13 |
<body id="admin_preferences" class="admin"> |
14 |
[% INCLUDE 'header.inc' %] |
14 |
[% INCLUDE 'header.inc' %] |
Lines 207-213
Link Here
|
207 |
var MSG_CLICK_TO_COLLAPSE = _("Click to collapse this section"); |
207 |
var MSG_CLICK_TO_COLLAPSE = _("Click to collapse this section"); |
208 |
var MSG_INTERNAL_SERVER_ERROR = _( "Internal Server Error, please reload the page" ); |
208 |
var MSG_INTERNAL_SERVER_ERROR = _( "Internal Server Error, please reload the page" ); |
209 |
var MSG_SESSION_TIMED_OUT = _( "You need to log in again, your session has timed out" ); |
209 |
var MSG_SESSION_TIMED_OUT = _( "You need to log in again, your session has timed out" ); |
210 |
var MSG_DATA_NOT_SAVED = _( "Error; your data might not have been saved" ); |
210 |
var MSG_DATA_NOT_SAVED = _( "Error: your data might not have been saved" ); |
211 |
var MSG_LOADING = _( "Loading..." ); |
211 |
var MSG_LOADING = _( "Loading..." ); |
212 |
var MSG_ALL_VALUE_WARN = _("Note: _ALL_ value will override all other values"); |
212 |
var MSG_ALL_VALUE_WARN = _("Note: _ALL_ value will override all other values"); |
213 |
var MSG_UPD_LOC_FORMAT_WARN = _("The following values are not formatted correctly:"); |
213 |
var MSG_UPD_LOC_FORMAT_WARN = _("The following values are not formatted correctly:"); |