summaryrefslogtreecommitdiff
path: root/httemplate
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:16:35 -0500
commit916a15d2fb5cdcbb0d7ba94236a799ee627cf467 (patch)
treecdae8dde951cd6cb7175ad5b0534705d3b3e2e1e /httemplate
parent2f418341c06bbcf451702e277c4b52c28f3a0759 (diff)
RT# 32234 Use eye icon for link-replace_element_text widget
Diffstat (limited to 'httemplate')
-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 0079fb5..77d3adb 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,