summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/cust_main/notes.html3
-rw-r--r--httemplate/view/cust_main/notes/notes.html1
2 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html
index deba956ae..16925199d 100755
--- a/httemplate/view/cust_main/notes.html
+++ b/httemplate/view/cust_main/notes.html
@@ -27,6 +27,7 @@
% ! $conf->exists('cust_main-disable_notes')
% ) {
+<P>
<& /elements/popup_link-cust_main.html,
'label' => emt('Add customer note'),
'action' => $p. 'edit/cust_main_note.cgi',
@@ -35,9 +36,9 @@
'width' => 616,
'height' => 538, #575
&>
+</P>
% }
-<BR>
% # actually display notes
<& notes/notes.html, 'cust_main' => $cust_main &>
diff --git a/httemplate/view/cust_main/notes/notes.html b/httemplate/view/cust_main/notes/notes.html
index 18a75f732..1da0b3c74 100644
--- a/httemplate/view/cust_main/notes/notes.html
+++ b/httemplate/view/cust_main/notes/notes.html
@@ -1,4 +1,5 @@
% if ( scalar(@notes) ) {
+<SCRIPT SRC="<% $fsurl %>elements/jquery.js"></SCRIPT>
<SCRIPT TYPE="text/javascript">
function display_notes_classnum (classnum) {