Tpac: more unused ID cleanup; parts/record
authorBill Erickson <berick@esilibrary.com>
Wed, 31 Aug 2011 18:02:30 +0000 (14:02 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 31 Aug 2011 18:02:30 +0000 (14:02 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/default/opac/parts/myopac/main_base.tt2
Open-ILS/src/templates/default/opac/parts/record/authors.tt2
Open-ILS/src/templates/default/opac/parts/record/awards.tt2

index 18f39f4..8356287 100644 (file)
@@ -37,7 +37,7 @@
             </div>
         </div>
         [% l('Fines:') %]
-        <span id="myopac_sum_fines_bal" class='[% ctx.user_stats.fines.balance_owed ? "red" : ""%]'>
+        <span class='[% ctx.user_stats.fines.balance_owed ? "red" : ""%]'>
             [% money(ctx.user_stats.fines.balance_owed) %]
         </span><br />
 
@@ -52,7 +52,7 @@
 
     <div style="width:662px;">
         <div style="float:left;">
-            <div style="padding:10px 0px;" id="myopac_sum_name"></div>
+            <div style="padding:10px 0px;"></div>
             <div class="acct_sum_row">
                 <table width="100%" cellspacing="0" cellpadding="0">
                     <tr>
index 7304aeb..3a03c3e 100644 (file)
@@ -37,7 +37,7 @@ BLOCK build_author_links;
 END;
 %]
 
-<div id='rdetail_authors_div' class='rdetail_extras_div'>
+<div class='rdetail_extras_div'>
 [% FOREACH author IN authors;
     NEXT UNLESS author.xpath; 
     links = PROCESS build_author_links(xpath=author.xpath);
index 25fdd55..68d93ce 100644 (file)
@@ -11,7 +11,7 @@
         <!-- Reviews from added content provider -->
         [% IF 0 %] 
         <strong>[% l('Reviews:') %]</strong>
-        <div id='rdetail_review_container' style="margin-bottom:20px;"></div>
+        <div style="margin-bottom:20px;"></div>
         [% END %]
 
         <!-- Novelist suggestions-->