summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/header.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-06 01:51:13 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-06 01:51:13 -0700
commitd67217095193ef9b977b907a256a90befd7be493 (patch)
treedf2b5b1556ab5a2993480d685194b4fa1a08c0c5 /fs_selfservice/FS-SelfService/cgi/header.html
parent154d2a6b30e1001b02232e099b0ffd4bae6f970c (diff)
fix agent-virtualization of logos and other images in self-service, RT#23218
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/header.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/header.html b/fs_selfservice/FS-SelfService/cgi/header.html
index 7bd5496d1..2c378a68e 100644
--- a/fs_selfservice/FS-SelfService/cgi/header.html
+++ b/fs_selfservice/FS-SelfService/cgi/header.html
@@ -55,13 +55,13 @@
<TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0>
<TR STYLE="padding:0px">
- <TD><%= $no_logo ? '' : '<IMG SRC="image.cgi?logo">' %></TD>
+ <TD><%= $no_logo ? '' : '<IMG SRC="image.cgi?name=logo;agentnum='. $agentnum. '">' %></TD>
<TD WIDTH = "29%"
- STYLE = "background: url(image.cgi?title_left_image) no-repeat left center; padding:0px">
+ STYLE = "background: url(image.cgi?name=title_left_image;agentnum=<%= $agentnum %>) no-repeat left center; padding:0px">
</TD>
<TD WIDTH = "49%"
ALIGN="<%= $title_align || 'left' %>"
- STYLE = "background: url(image.cgi?title_right_image) no-repeat right center; padding:0px">
+ STYLE = "background: url(image.cgi?name=title_right_image;agentnum=<%= $agentnum %>) no-repeat right center; padding:0px">
<FONT SIZE = "<%= $title_size || 5 %>"
COLOR = "<%= $title_color %>"
><%= $INCLUDE_ARGS[0] %>&nbsp;&nbsp;&nbsp;</FONT>