From e0788aa3c364a574f1589b7babfc13769510dcba Mon Sep 17 00:00:00 2001 From: Bill Erickson <berick@esilibrary.com> Date: Fri, 18 May 2012 08:31:05 -0400 Subject: [PATCH] kpac : initial added content cleanup Signed-off-by: Bill Erickson <berick@esilibrary.com> Signed-off-by: Mike Rylander <mrylander@gmail.com> --- Open-ILS/src/templates/kpac/record.tt2 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/kpac/record.tt2 b/Open-ILS/src/templates/kpac/record.tt2 index 63888089b8..ce175ddf7c 100644 --- a/Open-ILS/src/templates/kpac/record.tt2 +++ b/Open-ILS/src/templates/kpac/record.tt2 @@ -70,6 +70,8 @@ <div class="clear"> </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' %] @@ -87,14 +89,18 @@ <!-- 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"> </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> <!-- -- 2.11.0