[Rt-commit] r9891 - in rt/branches/3.7-RTIR-RELENG/html: Elements
Elements/GnuPG
ruz at bestpractical.com
ruz at bestpractical.com
Tue Dec 11 10:03:50 EST 2007
Author: ruz
Date: Tue Dec 11 10:03:50 2007
New Revision: 9891
Added:
rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPG/SelectKeyForEncryption
- copied unchanged from r9161, /rt/branches/3.7-RTIR-RELENG/html/Elements/SelectKey
rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPG/SelectKeyForSigning
- copied unchanged from r9840, /rt/branches/3.7-RTIR-RELENG/html/Elements/SelectKeyForSigning
Removed:
rt/branches/3.7-RTIR-RELENG/html/Elements/SelectKey
rt/branches/3.7-RTIR-RELENG/html/Elements/SelectKeyForSigning
Modified:
rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPG/SignEncryptWidget
rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPGKeyIssues
rt/branches/3.7-RTIR-RELENG/html/Prefs/Other.html
Log:
* move GnuPG components
Modified: rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPG/SignEncryptWidget
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPG/SignEncryptWidget (original)
+++ rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPG/SignEncryptWidget Tue Dec 11 10:03:50 2007
@@ -1,7 +1,7 @@
<table>
<td><% loc('Sign')%></td>
<td><& /Widgets/Form/Boolean:InputOnly, Name => 'Sign', CurrentValue => $self->{'Sign'} &>
-using <& /Elements/SelectKeyForSigning, Addresses => \@signers &>
+using <& SelectKeyForSigning, Addresses => \@signers &>
</td>
<td><% loc('Encrypt')%></td>
<td><& /Widgets/Form/Boolean:InputOnly, Name => 'Encrypt', CurrentValue => $self->{'Encrypt'} &></td>
Modified: rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPGKeyIssues
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPGKeyIssues (original)
+++ rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPGKeyIssues Tue Dec 11 10:03:50 2007
@@ -74,7 +74,7 @@
<% $issue->{'Message'} %>
<br />
Select a key you want to use for encryption:
-<& /Elements/SelectKey,
+<& /Elements/GnuPG/SelectKeyForEncryption,
Name => 'UseKey-'. $issue->{'EmailAddress'},
EmailAddress => $issue->{'EmailAddress'},
Default => ( $issue->{'User'}? $issue->{'User'}->PreferredKey : undef ),
Modified: rt/branches/3.7-RTIR-RELENG/html/Prefs/Other.html
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Prefs/Other.html (original)
+++ rt/branches/3.7-RTIR-RELENG/html/Prefs/Other.html Tue Dec 11 10:03:50 2007
@@ -70,7 +70,7 @@
% if ( RT->Config->Get('GnuPG')->{'Enable'} ) {
<&|/Widgets/TitleBox, title => loc( 'Cryptography' ) &>
-Preferred key: <& /Elements/SelectKey, EmailAddress => $UserObj->EmailAddress, Default => $UserObj->PreferredKey &>
+Preferred key: <& /Elements/GnuPG/SelectKeyForEncryption, EmailAddress => $UserObj->EmailAddress, Default => $UserObj->PreferredKey &>
</&>
% }
More information about the Rt-commit
mailing list