LP#1410369: remove direct display of user notes from TPac
authorGalen Charlton <gmc@esilibrary.com>
Wed, 18 Feb 2015 13:52:06 +0000 (13:52 +0000)
committerBill Erickson <berickxx@gmail.com>
Fri, 20 Feb 2015 21:58:17 +0000 (16:58 -0500)
This is supplanted by the new patron message center
page; note that during schema upgrade, existing
public user notes are converted to patron messages.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/myopac/main_base.tt2

index 9e3bdc8..76b5709 100644 (file)
@@ -867,20 +867,6 @@ div.result_table_utils_cont {
     font-weight: normal;
 }
 
-table.acct_notes {
-    border-collapse: collapse;
-    margin: -1em 0 0.5em 0;
-}
-
-table.acct_notes * {
-    border: solid thin;
-    padding: 0.5em; 
-}
-
-table.acct_notes th {
-    font-weight: bold;
-}
-
 #myopac_sum_fines {
     float:right;
     padding: 15px 0px 0px 23px;
index ac1c980..86f3488 100644 (file)
     </div>
     <div class="clear-both"></div>
 
-    [% IF ctx.user.notes.0 %]
-    <table class="acct_notes">
-        <thead><th>[% l('Note title') %]</th><th>[% l('Content') %]</th></thead>
-        <tbody>
-        [% FOR note IN ctx.user.notes %]
-            <tr><td class='public-note-title'>[% note.title | html %]</td><td>[% note.value | html %]</td></tr>
-        [% END %]
-        </tbody>
-    </table>
-    [% END %]
-
     <div id='fines_payments_wrapper'>
         <div id='acct_fines_tabs'>
             [% IF myopac_main_page == 'main' %]