[open-ils-commits] r14253 - in trunk/Open-ILS/web/opac: locale/en-US skin/default/xml/rdetail (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 2 16:12:51 EDT 2009
Author: dbs
Date: 2009-10-02 16:12:46 -0400 (Fri, 02 Oct 2009)
New Revision: 14253
Modified:
trunk/Open-ILS/web/opac/locale/en-US/opac.dtd
trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
Remove one hard-coded string ("Subjects") from default skin
Modified: trunk/Open-ILS/web/opac/locale/en-US/opac.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/opac.dtd 2009-10-02 18:55:35 UTC (rev 14252)
+++ trunk/Open-ILS/web/opac/locale/en-US/opac.dtd 2009-10-02 20:12:46 UTC (rev 14253)
@@ -545,6 +545,7 @@
<!ENTITY rdetail.loading "Loading copy infomation...">
<!ENTITY rdetail.noneAvailable " * There are no copies in this location">
<!ENTITY rdetail.summary.online "Online Resources">
+<!ENTITY rdetail.summary.subjects "Subjects">
<!ENTITY result.sort_by "Sort Results by Relevance">
<!ENTITY result.sort_by.title "Sort Results by Title">
Modified: trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2009-10-02 18:55:35 UTC (rev 14252)
+++ trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2009-10-02 20:12:46 UTC (rev 14253)
@@ -84,7 +84,7 @@
<!-- *** Example of how to use the openils.BibTemplate infrastructure to augment the stock
*** summary screen with complex information, such as new search links on subjects. -->
<tr>
- <td nowrap='nowrap' class='rdetail_desc'>Subjects</td>
+ <td nowrap='nowrap' class='rdetail_desc'>&rdetail.summary.subjects;</td>
<td type='opac/slot-data' query='datafield[tag=650]' class='rdetail_item'>
<script type='opac/slot-format'><![CDATA[
var cgi = new CGI();
More information about the open-ils-commits
mailing list