Configure staff client to use tadl-legacy skin
authorJeff Godin <jgodin@tadl.org>
Tue, 22 May 2012 13:31:02 +0000 (09:31 -0400)
committerJeff Godin <jgodin@tadl.org>
Tue, 22 May 2012 15:34:30 +0000 (11:34 -0400)
Using standard options in custom.js, direct the staff client to
use the "tadl-legacy" opac skin.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/xul/staff_client/server/skin/custom.js

index 58db82c..405a03a 100644 (file)
@@ -1,4 +1,4 @@
-urls['opac'] = '/opac/' + LOCALE + '/skin/tadl/xml/advanced.xml?nps=1';
-urls['opac_rdetail'] = '/opac/' + LOCALE + '/skin/tadl/xml/rdetail.xml';
-urls['opac_rresult'] = '/opac/' + LOCALE + '/skin/tadl/xml/rresult.xml';
-urls['browser'] = '/opac/' + LOCALE + '/skin/tadl/xml/advanced.xml?nps=1';
+urls['opac'] = '/opac/' + LOCALE + '/skin/tadl-legacy/xml/advanced.xml?nps=1';
+urls['opac_rdetail'] = '/opac/' + LOCALE + '/skin/tadl-legacy/xml/rdetail.xml';
+urls['opac_rresult'] = '/opac/' + LOCALE + '/skin/tadl-legacy/xml/rresult.xml';
+urls['browser'] = '/opac/' + LOCALE + '/skin/tadl-legacy/xml/advanced.xml?nps=1';