diff options
author | Mark Wells <mark@freeside.biz> | 2016-09-08 11:26:12 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-09-08 11:26:12 -0700 |
commit | 91bcf35460fb2b33c71ab6b078ba049875a18cd5 (patch) | |
tree | c8053e362cecd4c74596d134f16eff4c3e55898b /httemplate/elements | |
parent | 87194c546606205e78e36f99ec1f2ae6f0a9cafc (diff) |
fix UI links and CSS in searches delivered by email, #72101
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/header-popup.html | 6 |
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> |