[open-ils-commits] r818 - conifer/branches/rel_1_6_0/web/opac/skin/lul/xml/common (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 4 12:07:39 EST 2010


Author: dbs
Date: 2010-03-04 12:07:36 -0500 (Thu, 04 Mar 2010)
New Revision: 818

Modified:
   conifer/branches/rel_1_6_0/web/opac/skin/lul/xml/common/stypes_selector.xml
Log:
XML is much happier when the entity matches the entity definition.


Modified: conifer/branches/rel_1_6_0/web/opac/skin/lul/xml/common/stypes_selector.xml
===================================================================
--- conifer/branches/rel_1_6_0/web/opac/skin/lul/xml/common/stypes_selector.xml	2010-03-04 16:52:05 UTC (rev 817)
+++ conifer/branches/rel_1_6_0/web/opac/skin/lul/xml/common/stypes_selector.xml	2010-03-04 17:07:36 UTC (rev 818)
@@ -1,7 +1,7 @@
 <select id='search_type_selector'>
 	<option value='keyword' selected='selected'>&common.keyword;</option>
 	<option value='title'>&common.title;</option>
-	<option value='title' id='jtitle'>&common.journal_title;</option>
+	<option value='title' id='jtitle'>&common.journal.title;</option>
 	<option value='author'>&common.author;</option>
 	<option value='subject'>&common.subject;</option>
 	<option value='series'>&common.series;</option>



More information about the open-ils-commits mailing list