summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-01-20 19:16:35 -0500
committerMitch Jackson <mitch@freeside.biz>2019-01-20 19:18:57 -0500
commita0a446d2f9b98e706bd221159f9212fa0cac0af8 (patch)
tree7394bc5cf6f4d9f91e442a9fe02df15f578a4e9e /httemplate/elements
parent5af75228ff31bc6133b1f4eeb5ac2186fee26d70 (diff)
RT# 32234 Use eye icon for link-replace_element_text widget
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/link-replace_element_text.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/link-replace_element_text.html b/httemplate/elements/link-replace_element_text.html
index 0079fb584..77d3adbcd 100644
--- a/httemplate/elements/link-replace_element_text.html
+++ b/httemplate/elements/link-replace_element_text.html
@@ -34,7 +34,7 @@ my %param = (
replace_text => 'REPLACEMENT_TEXT_FOR_INPUT_ELEMENT',
element_type => 'input',
- link_text => qq{<img src="${fsurl}images/eye.png">},
+ link_text => qq{<img src="${fsurl}images/eye-20x20.png" height="14" width="14">},
href => 'javascript:void(0)',
style => 'text-decoration:none;',
class => undef,