[open-ils-commits] r16272 - trunk/Open-ILS/xul/staff_client/chrome/content/util (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 19 10:52:37 EDT 2010


Author: phasefx
Date: 2010-04-19 10:52:35 -0400 (Mon, 19 Apr 2010)
New Revision: 16272

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul
Log:
use xmlent for the dtd's.  this is remote xul, even if the src file lives in chrome

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul	2010-04-19 13:01:47 UTC (rev 16271)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul	2010-04-19 14:52:35 UTC (rev 16272)
@@ -10,7 +10,9 @@
 
 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
 <!-- LOCALIZATION -->
-<!DOCTYPE window SYSTEM "chrome://open_ils_staff_client/locale/lang.dtd">
+<!DOCTYPE window PUBLIC "" ""[
+    <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
+]>
 
 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
 <!-- OVERLAYS -->



More information about the open-ils-commits mailing list