From c44b7dfe3139970a0fffbbce50f39f60f5f3ba43 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 18 Feb 2015 13:52:06 +0000 Subject: [PATCH] LP#1410369: remove direct display of user notes from TPac 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 14 -------------- Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 | 11 ----------- 2 files changed, 25 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 416e573581..2d351db5ec 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -862,20 +862,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; diff --git a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 index ac1c980b15..86f34887a1 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 @@ -70,17 +70,6 @@
- [% IF ctx.user.notes.0 %] - - - - [% FOR note IN ctx.user.notes %] - - [% END %] - -
[% l('Note title') %][% l('Content') %]
[% note.title | html %][% note.value | html %]
- [% END %] -
[% IF myopac_main_page == 'main' %] -- 2.11.0