projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e350e5b
)
Revert "LP#1419977 Map subject headings to schema:about"
author
Dan Scott
<dscott@laurentian.ca>
Thu, 5 Mar 2015 17:53:07 +0000
(12:53 -0500)
committer
Dan Scott
<dscott@laurentian.ca>
Thu, 5 Mar 2015 17:53:07 +0000
(12:53 -0500)
This reverts commit
a2f4f5924afb05a1240d1385e706f2fd710e8959
.
Open-ILS/src/templates/opac/parts/record/subjects.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/parts/record/subjects.tt2
b/Open-ILS/src/templates/opac/parts/record/subjects.tt2
index
95bb313
..
11b5a88
100644
(file)
--- a/
Open-ILS/src/templates/opac/parts/record/subjects.tt2
+++ b/
Open-ILS/src/templates/opac/parts/record/subjects.tt2
@@
-68,7
+68,7
@@
<tbody>
<tr>
<td class='rdetail_subject_type'>[% subj.label %]</td>
- <td class='rdetail_subject_value' property='
about
'>[% content %]</td>
+ <td class='rdetail_subject_value' property='
keywords
'>[% content %]</td>
</tr>
</tbody>
</table>