diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-01-28 16:25:10 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-01-28 16:25:10 -0600 |
commit | 622324ec76e54ea1de99d6cea3debc2389049f58 (patch) | |
tree | 84f0aa0273b45761e6ccdb04b45593730b9bb6ef /help3xsl/online_transform.xsl | |
parent | a8ab16150bf04fd812dde07bdd7d0bbd9b52f48e (diff) |
tdf#121571 Solve cognitive dissonance with note icons and colors
More often than not, the alarmist colors given to note boxes didn’t
match their content.
Change-Id: I88d7a8e2d07ffba661c218887fd54638506d21c8
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index f52edfa01a..02a166c637 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -94,9 +94,9 @@ <xsl:variable name="linkpostfix" select="''"/> <!-- images for notes, tips and warnings --> -<xsl:variable name="note_img" select="concat($img_url_prefix,'icon-themes/help/note.svg')"/> -<xsl:variable name="tip_img" select="concat($img_url_prefix,'icon-themes/help/tip.svg')"/> -<xsl:variable name="warning_img" select="concat($img_url_prefix,'icon-themes/help/warning.svg')"/> +<xsl:variable name="note_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/note.svg')"/> +<xsl:variable name="tip_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/tip.svg')"/> +<xsl:variable name="warning_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/warning.svg')"/> <!-- Strings for the help UI page --> <xsl:variable name="tmp_href_ui"><xsl:value-of select="concat($urlpre,'text/shared/help/browserhelp.xhp')"/></xsl:variable> |