From bf6ffa84af7cd733511dc87aff86264f10a21b22 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 14 Jul 2008 23:09:18 +0000 Subject: [PATCH] fuck embedded iframes and their stupid display problems with scrolling. also make the gridding more consistent --- httemplate/edit/process/cust_main_note.cgi | 8 +------- httemplate/view/cust_main/notes.html | 4 +++- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/httemplate/edit/process/cust_main_note.cgi b/httemplate/edit/process/cust_main_note.cgi index 9689ca6d6..5127c72d1 100755 --- a/httemplate/edit/process/cust_main_note.cgi +++ b/httemplate/edit/process/cust_main_note.cgi @@ -2,17 +2,11 @@ % $cgi->param('error', $error); <% $cgi->redirect(popurl(2). 'cust_main_note.cgi?'. $cgi->query_string ) %> %} else { -% <% header('Note ' . ($notenum ? 'updated' : 'added') ) %> -% % } <%init> diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 4c97c9f64..f7b4ddb30 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -6,7 +6,9 @@ Date - Time +% if ( $conf->exists('cust_main_note-display_times') ) { + Time +% } Person Note -- 2.11.0