[Rt-commit] r8987 - rt/branches/3.7-EXPERIMENTAL/html/Ticket
ruz at bestpractical.com
ruz at bestpractical.com
Mon Sep 10 17:27:10 EDT 2007
Author: ruz
Date: Mon Sep 10 17:27:09 2007
New Revision: 8987
Modified:
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Update.html
Log:
* add actual keys selector
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Update.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Update.html (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Update.html Mon Sep 10 17:27:09 2007
@@ -73,6 +73,13 @@
There is a problem with key(s) for address <% $issue->{'EmailAddress'} %>, but there is no user in the DB for this address.
% }
<% $issue->{'Message'} %>
+<br />
+Select a key you want to use for encryption:
+<& /Elements/SelectKey,
+ Name => 'UseKey-'. $issue->{'EmailAddress'},
+ EmailAddress => $issue->{'EmailAddress'},
+ Default => ( $issue->{'User'}? $issue->{'User'}->PreferredKey : undef ),
+&>
</li>
% }
</ul>
More information about the Rt-commit
mailing list