summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/notes.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-16 16:31:08 +0000
committerlevinse <levinse>2011-05-16 16:31:08 +0000
commit2238711675eefa60cd2feb47c8d3e43d3e6f1860 (patch)
treeeafc9212ef4c87af30cb04b1b27a5af12367deed /httemplate/view/cust_main/notes.html
parenta363a49c213f1e64add5c34a8a2bd17d154adfd3 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-rwxr-xr-xhttemplate/view/cust_main/notes.html4
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') ) {