[open-ils-commits] r19324 - trunk/Open-ILS/xul/staff_client/server/skin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jan 28 14:39:08 EST 2011


Author: phasefx
Date: 2011-01-28 14:39:03 -0500 (Fri, 28 Jan 2011)
New Revision: 19324

Added:
   trunk/Open-ILS/xul/staff_client/server/skin/custom.js.example
Removed:
   trunk/Open-ILS/xul/staff_client/server/skin/custom.js
Log:
Rename custom.js to custom.js.example.  This file should be under local control, and not trampled

Deleted: trunk/Open-ILS/xul/staff_client/server/skin/custom.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/custom.js	2011-01-28 19:38:57 UTC (rev 19323)
+++ trunk/Open-ILS/xul/staff_client/server/skin/custom.js	2011-01-28 19:39:03 UTC (rev 19324)
@@ -1,9 +0,0 @@
-/* Settings here override default values from constants.js;for example:
- 
-    urls['AUDIO_good'] = '/xul/server/skin/media/custom/good.wav';
-    urls['opac'] = '/opac/' + LOCALE + '/skin/mylib/xml/advanced.xml?nps=1';
-    urls['opac_rdetail'] = '/opac/' + LOCALE + '/skin/mylib/xml/rdetail.xml';
-    urls['opac_rresult'] = '/opac/' + LOCALE + '/skin/mylib/xml/rresult.xml';
-    urls['browser'] = '/opac/' + LOCALE + '/skin/mylib/xml/advanced.xml?nps=1';
-
-*/

Copied: trunk/Open-ILS/xul/staff_client/server/skin/custom.js.example (from rev 19323, trunk/Open-ILS/xul/staff_client/server/skin/custom.js)
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/custom.js.example	                        (rev 0)
+++ trunk/Open-ILS/xul/staff_client/server/skin/custom.js.example	2011-01-28 19:39:03 UTC (rev 19324)
@@ -0,0 +1,9 @@
+/* Settings here override default values from constants.js;for example:
+ 
+    urls['AUDIO_good'] = '/xul/server/skin/media/custom/good.wav';
+    urls['opac'] = '/opac/' + LOCALE + '/skin/mylib/xml/advanced.xml?nps=1';
+    urls['opac_rdetail'] = '/opac/' + LOCALE + '/skin/mylib/xml/rdetail.xml';
+    urls['opac_rresult'] = '/opac/' + LOCALE + '/skin/mylib/xml/rresult.xml';
+    urls['browser'] = '/opac/' + LOCALE + '/skin/mylib/xml/advanced.xml?nps=1';
+
+*/



More information about the open-ils-commits mailing list