X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Flink-replace_element_text.html;h=77d3adbcd6385b1cadff78089f8e69c09cbd8252;hp=8e611954cc6ce5eacfc3d670882e0aaaf574cb81;hb=37e92c220a54636ebc7900cd59ec6ce56790ede8;hpb=ca8a483f90e0c9ee4a1d2e65ddee07278ff48a9d diff --git a/httemplate/elements/link-replace_element_text.html b/httemplate/elements/link-replace_element_text.html index 8e611954c..77d3adbcd 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,