[Rt-commit] r10089 - in rt/branches/3.7-EXPERIMENTAL: .
html/Elements/GnuPG html/Prefs
ruz at bestpractical.com
ruz at bestpractical.com
Mon Dec 24 18:50:01 EST 2007
Author: ruz
Date: Mon Dec 24 18:50:00 2007
New Revision: 10089
Added:
rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPG/SelectKeyForEncryption
- copied unchanged from r9057, /rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey
rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPG/SelectKeyForSigning
- copied unchanged from r10079, /rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKeyForSigning
Removed:
rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey
rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKeyForSigning
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPG/SignEncryptWidget
rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGKeyIssues
rt/branches/3.7-EXPERIMENTAL/html/Prefs/Other.html
Log:
r9892 at cubic-pc (orig r9891): ruz | 2007-12-11 18:03:50 +0300
* move GnuPG components
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPG/SignEncryptWidget
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPG/SignEncryptWidget (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPG/SignEncryptWidget Mon Dec 24 18:50:00 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-EXPERIMENTAL/html/Elements/GnuPGKeyIssues
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGKeyIssues (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGKeyIssues Mon Dec 24 18:50:00 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-EXPERIMENTAL/html/Prefs/Other.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Prefs/Other.html (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Prefs/Other.html Mon Dec 24 18:50:00 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