[Rt-commit] r7397 - in rt/branches/3.7-EXPERIMENTAL: .
html/Admin/Users/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Thu Mar 29 11:54:29 EDT 2007
Author: ruz
Date: Thu Mar 29 11:54:28 2007
New Revision: 7397
Added:
rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/ShowPublicKeyInfo
- copied, changed from r7391, /rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/Elements/ShowPublicKeyInfo
Removed:
rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/Elements/
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
Log:
r4853 at cubic-pc: cubic | 2007-03-29 19:52:25 +0400
* move ShowPublicKeyInfo
** sync it with ShowPrivateKeyInfo
Copied: rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/ShowPublicKeyInfo (from r7391, /rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/Elements/ShowPublicKeyInfo)
==============================================================================
--- /rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/Elements/ShowPublicKeyInfo (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/ShowPublicKeyInfo Thu Mar 29 11:54:28 2007
@@ -1,6 +1,6 @@
-<&| /Widgets/TitleBox, title => loc('GnuPG Public Key') &>
+<&| /Widgets/TitleBox, title => loc('GnuPG public key for [_1]', $EmailAddress) &>
% if ( $res{'exit_code'} ) {
-<% loc('User has no public key') %>
+<% loc('No public key') %>
% } else {
<table>
<tr><th><% loc('User') %>:</th> <td><% $res{'info'}{'User'} %></td></tr>
@@ -19,4 +19,3 @@
my %res = RT::Crypt::GnuPG::GetPublicKeyInfo( $EmailAddress );
</%INIT>
-
More information about the Rt-commit
mailing list