From 03fa3a807a7aa3a3dd7c8668179fcc10c36db365 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 10 Apr 2008 14:42:17 +0000 Subject: [PATCH] Make our i18n messagecatalog strings work (need global.css for binding xbl) git-svn-id: svn://svn.open-ils.org/ILS/trunk@9294 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 1 + Open-ILS/xul/staff_client/server/cat/marcedit.js | 2 ++ Open-ILS/xul/staff_client/server/cat/marcedit.xul | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 104158a586..6d343ca27f 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1883,6 +1883,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index cfbdcef9b0..e0a473fb31 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -14,6 +14,8 @@ var bib_data; var xml_record; +function $(id) { return document.getElementById(id); } + function mangle_005() { var now = new Date(); var y = now.getUTCFullYear(); diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.xul b/Open-ILS/xul/staff_client/server/cat/marcedit.xul index 53069c1305..d42c4c2fc8 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.xul +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.xul @@ -1,5 +1,7 @@ + + @@ -17,7 +19,7 @@ - +