RT# 32234 Use eye icon for link-replace_element_text widget
authorMitch Jackson <mitch@freeside.biz>
Mon, 21 Jan 2019 00:16:35 +0000 (19:16 -0500)
committerMitch Jackson <mitch@freeside.biz>
Mon, 21 Jan 2019 00:18:57 +0000 (19:18 -0500)
httemplate/elements/link-replace_element_text.html

index 0079fb5..77d3adb 100644 (file)
@@ -34,7 +34,7 @@ my %param = (
     replace_text => 'REPLACEMENT_TEXT_FOR_INPUT_ELEMENT',
     element_type => 'input',
 
     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,
     href         => 'javascript:void(0)',
     style        => 'text-decoration:none;',
     class        => undef,