summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 11:26:12 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 11:26:12 -0700
commit91bcf35460fb2b33c71ab6b078ba049875a18cd5 (patch)
treec8053e362cecd4c74596d134f16eff4c3e55898b /httemplate/elements
parent87194c546606205e78e36f99ec1f2ae6f0a9cafc (diff)
fix UI links and CSS in searches delivered by email, #72101
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/header-popup.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html
index 6c0f80b37..7ddb53ce4 100644
--- a/httemplate/elements/header-popup.html
+++ b/httemplate/elements/header-popup.html
@@ -37,7 +37,13 @@ Example:
<% $head |n %>
</HEAD>
<BODY <% $etc |n %>>
+% if ($m->notes('inline_stylesheet')) { # for email delivery
+ <style type="text/css">
+ <& /elements/freeside.css &>
+ </style>
+% } else {
<link href="<%$fsurl%>elements/freeside.css" type="text/css" rel="stylesheet">
+% }
% if ( $title || $title_noescape ) {
<FONT SIZE=6>
<CENTER><% encode_entities($title) || $title_noescape |n %></CENTER>