[Rt-commit] r10255 - rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Elements

audreyt at bestpractical.com audreyt at bestpractical.com
Sun Jan 6 06:33:19 EST 2008


Author: audreyt
Date: Sun Jan  6 06:33:19 2008
New Revision: 10255

Modified:
   rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Elements/EmailInput

Log:
* Add Pics to EmailInput's pick button

Modified: rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Elements/EmailInput
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Elements/EmailInput	(original)
+++ rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Elements/EmailInput	Sun Jan  6 06:33:19 2008
@@ -485,7 +485,7 @@
 <!--//--><![CDATA[//><!--
 new Ajax.Autocompleter('<% $id %>', '<% $div %>', '<%$RT::WebPath%>/Helpers/EmailAutocomplete.html', {paramName: 'Value'});
 var popup = document.getElementById('<% $popup %>');
-popup.innerHTML = '...';
+popup.innerHTML = '<img style="vertical-align: middle; border: #0088CC double 3px" src="<%$RT::WebPath%>/NoAuth/images/nuvola/kuser.gif" height="16" width="16" border="0">';
 popup.style.visibility = 'visible';
 //--><!]]>
 </script>


More information about the Rt-commit mailing list