[freeside-commits] branch master updated. 916a15d2fb5cdcbb0d7ba94236a799ee627cf467
Mitch Jackson
mitch at freeside.biz
Sun Jan 20 16:17:09 PST 2019
The branch, master has been updated
via 916a15d2fb5cdcbb0d7ba94236a799ee627cf467 (commit)
from 2f418341c06bbcf451702e277c4b52c28f3a0759 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 916a15d2fb5cdcbb0d7ba94236a799ee627cf467
Author: Mitch Jackson <mitch at freeside.biz>
Date: Sun Jan 20 19:16:35 2019 -0500
RT# 32234 Use eye icon for link-replace_element_text widget
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,
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/link-replace_element_text.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list