diff options
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-rwxr-xr-x | httemplate/view/cust_main/notes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 71c4fb4d5..3a4b05a36 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -30,7 +30,7 @@ </SCRIPT> - <% include('/elements/init_overlib.html') %> + <& /elements/init_overlib.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; @@ -81,7 +81,7 @@ <DIV id="notes_<% $tmp_classnum %>" style="display:<% $display %>" > - <% include("/elements/table-grid.html") %> + <& /elements/table-grid.html &> <TR> <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Date') |h %></TH> % if ( $conf->exists('cust_main_note-display_times') ) { |