default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / elements / link-replace_element_text.html
index 8e61195..77d3adb 100644 (file)
@@ -23,7 +23,7 @@ Usage:
 % if ($param{class}) {
    class="<% $param{class} %>"
 % }
-   onClick="$('#<% $param{target_id} %>').<% $param{jmethod} %>('<% $param{replace_text} |h %>');">&#x25C1;</a>
+   onClick="$('#<% $param{target_id} %>').<% $param{jmethod} %>('<% $param{replace_text} |h %>');"><% $param{link_text} %></a>
 <%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{<img src="${fsurl}images/eye-20x20.png" height="14" width="14">},
     href         => 'javascript:void(0)',
     style        => 'text-decoration:none;',
     class        => undef,