From c81ae36162ba54b2de6cdb5e851f2985057ccace Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 2 Nov 2005 22:12:42 +0000 Subject: [PATCH] work around for remote DTD's for now. Mozilla will look for the base filename for a remote DTD in res/dtd/. Eventually, we'll get apache to handle entities for any xul files it serves git-svn-id: svn://svn.open-ils.org/ILS/trunk@1948 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 2 + .../locale/en-US/evergreen/menu_frame.dtd | 73 +++++++++++++++++++ .../en-US/evergreen/menu_frame.properties | 0 3 files changed, 75 insertions(+) create mode 100644 Open-ILS/xul/staff_client/chrome/locale/en-US/evergreen/menu_frame.dtd create mode 100644 Open-ILS/xul/staff_client/chrome/locale/en-US/evergreen/menu_frame.properties diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 87df089d52..6b7f3b706f 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -7,6 +7,7 @@ RETRIEVE_FIELDMAPPER=wget -N http://gapines.org/opac/common/js/util/fieldmapper. RETRIEVE_FM_ALL=wget -N http://gapines.org/opac/common/js/fmall.js RETRIEVE_ORG_TREE=wget -N http://gapines.org/opac/common/js/OrgTree.js RETRIEVE_CLIENT_CONFIG=cp ../../../../../../../OpenSRF/examples/math_xul_client/math/content/conf/client_config.xml . +MOZILLA_SPECIAL_RESOURCE=/home/phasefx/work/mozilla/dist/bin/res/dtd all: build package @echo @@ -67,6 +68,7 @@ circ: custom: #(cd chrome/content/evergreen/OpenILS/util; cp RemoteRequest.js~ RemoteRequest.js) + cp chrome/locale/en-US/evergreen/*.* ${MOZILLA_SPECIAL_RESOURCE} evergreen.xpi: evergreen.jar @echo diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/evergreen/menu_frame.dtd b/Open-ILS/xul/staff_client/chrome/locale/en-US/evergreen/menu_frame.dtd new file mode 100644 index 0000000000..0bf1fa1089 --- /dev/null +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/evergreen/menu_frame.dtd @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/evergreen/menu_frame.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/evergreen/menu_frame.properties new file mode 100644 index 0000000000..e69de29bb2 -- 2.43.2