Bug 14576: Allow arbitrary automatic update of location on checkin
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences.tt
index 8e36c71..54d27fe 100644 (file)
     [% Asset.js( "lib/codemirror/css.min.js" ) | $raw %]
     [% Asset.js( "lib/codemirror/javascript.min.js" ) | $raw %]
     [% Asset.js( "lib/codemirror/xml.min.js" ) | $raw %]
+    [% Asset.js( "lib/codemirror/yaml.min.js" ) | $raw %]
     <script>
         var Sticky;
         $(document).ready(function(){
         var MSG_SESSION_TIMED_OUT = _( "You need to log in again, your session has timed out" );
         var MSG_DATA_NOT_SAVED = _( "Error; your data might not have been saved" );
         var MSG_LOADING = _( "Loading..." );
+        var MSG_ALL_VALUE_WARN = _("Note: _ALL_ value will override all other values");
+        var MSG_UPD_LOC_FORMAT_WARN = _("The following values are not formatted correctly:");
     </script>
     [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
     [% Asset.js("js/ajax.js") | $raw %]