kpac : initial added content cleanup
authorBill Erickson <berick@esilibrary.com>
Fri, 18 May 2012 12:31:05 +0000 (08:31 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 30 Jul 2012 19:05:02 +0000 (15:05 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>

Open-ILS/src/templates/kpac/record.tt2

index 6388808..ce175dd 100644 (file)
@@ -70,6 +70,8 @@
     <div class="clear">&nbsp;</div>
 </div>
 
+<div id="chili_review_[% attrs.isbn_clean | html %]" style="display: none;" align="center" width="100%"></div>
+
 <div class="sub_header">[% l('You can find this item at these locations:') %]</div>
     <div class="item_detail_location_wrapper">
         [% INCLUDE 'kpac/parts/copy_table.tt2' %]
 
     <!-- TODO -->
     <div class="item_detail_extras_tabs">
-        <a href="javascript:;">Reviews</a>
+        <a href="javascript:;">[% l('Reviews') %]</a>
+        <!--
         <div class="selected">Rate this Item</div>
-        <a href="javascript:;">About the Author</a>
+        -->
+        <a href="javascript:;">[% l('About the Author') %]</a>
         <div class="clear">&nbsp;</div>
     </div>
+    <!--
     <div class="item_detail_rating">
         <div id="chili_review_[% attrs.isbn_clean | html %]" style="display: none;" align="center" width="100%"></div>
     </div>
+    -->
 </div>
 
 <!--