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>
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;
</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' %]