[Rt-commit] r15698 - in rt/3.8/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 2 18:44:56 EDT 2008


Author: sartak
Date: Tue Sep  2 18:44:55 2008
New Revision: 15698

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Dashboards/Subscription.html

Log:
 r70869 at onn:  sartak | 2008-09-02 18:44:40 -0400
 Include your (default recipient) address in the subscription form


Modified: rt/3.8/trunk/share/html/Dashboards/Subscription.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Subscription.html	(original)
+++ rt/3.8/trunk/share/html/Dashboards/Subscription.html	Tue Sep  2 18:44:55 2008
@@ -156,7 +156,7 @@
 <&|/l&>Recipient</&>:
 </td><td class="value">
 <input name="Recipient" id="Recipient" size="30" value="<%$fields{Recipient} ? $fields{Recipient} : ''%>" />
-<div class="hints">Leave blank to send to your current email address with RT</div>
+<div class="hints"><% loc("Leave blank to send to your current email address ([_1])", $session{'CurrentUser'}->UserObj->EmailAddress) %></div>
 </td></tr>
 </table>
 </&>


More information about the Rt-commit mailing list