From 2f418341c06bbcf451702e277c4b52c28f3a0759 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Sun, 20 Jan 2019 19:08:18 -0500 Subject: RT# 32234 Use eye icon for link-replace_element_text widget Icons from icon set Feather: https://www.iconfinder.com/iconsets/feather Icons authored by Cole Bemis https://www.iconfinder.com/colebemis Icons licensed under the terms of the Creative Commons Attribution 3.0 License https://creativecommons.org/licenses/by/3.0/ License: --- httemplate/elements/link-replace_element_text.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/elements/link-replace_element_text.html') diff --git a/httemplate/elements/link-replace_element_text.html b/httemplate/elements/link-replace_element_text.html index 8e611954c..0079fb584 100644 --- a/httemplate/elements/link-replace_element_text.html +++ b/httemplate/elements/link-replace_element_text.html @@ -23,7 +23,7 @@ Usage: % if ($param{class}) { class="<% $param{class} %>" % } - onClick="$('#<% $param{target_id} %>').<% $param{jmethod} %>('<% $param{replace_text} |h %>');">◁ + onClick="$('#<% $param{target_id} %>').<% $param{jmethod} %>('<% $param{replace_text} |h %>');"><% $param{link_text} %> <%init> die "template call requires a parameter hashref" unless ref $_[0]; @@ -34,7 +34,7 @@ my %param = ( replace_text => 'REPLACEMENT_TEXT_FOR_INPUT_ELEMENT', element_type => 'input', - link_text => '%#x25C1;', # ◁ + link_text => qq{}, href => 'javascript:void(0)', style => 'text-decoration:none;', class => undef, -- cgit v1.2.1