summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-10-24 23:52:56 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-10-24 23:52:56 -0500
commitba6079dc54bdec02fd3a83396a8430ad095ee2d3 (patch)
tree88e6b0b8965e2bd0201eae02f6499f4f05d01d10 /httemplate/view
parentd11723f9d8addadcd2aea0dd39fd4d8778dc68ee (diff)
72901: OFM Freeside Note Classes [additional v3 tweaks]
Diffstat (limited to 'httemplate/view')
-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) {