diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-24 23:52:56 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-24 23:52:56 -0500 |
| commit | ba6079dc54bdec02fd3a83396a8430ad095ee2d3 (patch) | |
| tree | 88e6b0b8965e2bd0201eae02f6499f4f05d01d10 /httemplate/view | |
| parent | d11723f9d8addadcd2aea0dd39fd4d8778dc68ee (diff) | |
72901: OFM Freeside Note Classes [additional v3 tweaks]
Diffstat (limited to 'httemplate/view')
| -rwxr-xr-x | httemplate/view/cust_main/notes.html | 3 | ||||
| -rw-r--r-- | httemplate/view/cust_main/notes/notes.html | 1 |
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) { |
