updated gpg textarea
This commit is contained in:
parent
f213f8ba65
commit
15ed41741e
5 changed files with 12 additions and 11 deletions
|
@ -55,7 +55,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if typeGpg}}
|
{{#if typeGpg}}
|
||||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}">{{value}}</textarea>
|
<textarea class="form-control gpg-text" rows="3" name="{{column}}" placeholder="Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'">{{value}}</textarea>
|
||||||
<span class="help-block">Insert a GPG public key that will be used to encrypt messages sent this subscriber</span>
|
<span class="help-block">Insert a GPG public key that will be used to encrypt messages sent this subscriber</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if typeGpg}}
|
{{#if typeGpg}}
|
||||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}">{{value}}</textarea>
|
<textarea class="form-control gpg-text" rows="3" name="{{column}}" placeholder="Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'">{{value}}</textarea>
|
||||||
<span class="help-block">Insert a GPG public key that will be used to encrypt messages sent this subscriber</span>
|
<span class="help-block">Insert a GPG public key that will be used to encrypt messages sent this subscriber</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -37,10 +37,11 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-offset-2 col-xs-4">
|
<div class="col-sm-offset-2 col-sm-10">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="disable-wysiwyg" {{#if disableWysiwyg}} checked {{/if}}> Disable WYSIWYG editor
|
<input type="checkbox" name="disable-wysiwyg" {{#if disableWysiwyg}} checked {{/if}}> Disable WYSIWYG editor
|
||||||
|
<span class="help-block">If checked then message editor displays HTML code without the preview</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -253,11 +254,11 @@
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>
|
<legend>
|
||||||
PGP Signing
|
GPG Signing
|
||||||
</legend>
|
</legend>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Only messages that are encrypted can be signed. Subsribers who have not set up a PGP public key in their profile receive normal email messages. Users with PGP key set receive encrypted messages and if you have signing key also set, the messages are signed
|
Only messages that are encrypted can be signed. Subsribers who have not set up a GPG public key in their profile receive normal email messages. Users with GPG key set receive encrypted messages and if you have signing key also set, the messages are signed
|
||||||
with this key.
|
with this key.
|
||||||
</p>
|
</p>
|
||||||
<p class="text-warning">
|
<p class="text-warning">
|
||||||
|
@ -267,16 +268,16 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="pgp-passphrase" class="col-sm-2 control-label">Private Key Passphrase</label>
|
<label for="pgp-passphrase" class="col-sm-2 control-label">Private Key Passphrase</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="password" class="form-control" name="pgp-passphrase" id="pgp-passphrase" placeholder="Passprase" value="{{pgpPassphrase}}">
|
<input type="password" class="form-control" name="pgp-passphrase" id="pgp-passphrase" placeholder="Passphrase for the key if set" value="{{pgpPassphrase}}">
|
||||||
<span class="help-block">Only fill this if your private key is encrypted with a passphrase</span>
|
<span class="help-block">Only fill this if your private key is encrypted with a passphrase</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="pgp-private-key" class="col-sm-2 control-label">PGP Private Key</label>
|
<label for="pgp-private-key" class="col-sm-2 control-label">GPG Private Key</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<textarea class="form-control gpg-text" rows="3" id="pgp-private-key" name="pgp-private-key">{{pgpPrivateKey}}</textarea>
|
<textarea class="form-control gpg-text" rows="3" id="pgp-private-key" name="pgp-private-key" placeholder="Begins with '-----BEGIN PGP PRIVATE KEY BLOCK-----'">{{pgpPrivateKey}}</textarea>
|
||||||
<span class="help-block">This value is optional. if you do not provide a private key, then PGP encrypted messages are sent without signing.</span>
|
<span class="help-block">This value is optional. if you do not provide a private key GPG encrypted messages are sent without signing.</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
<button type="submit" class="btn btn-link btn-xs" form="download-pubkey"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Download signature verififcation key</button>
|
<button type="submit" class="btn btn-link btn-xs" form="download-pubkey"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Download signature verififcation key</button>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}">{{value}}</textarea>
|
<textarea class="form-control gpg-text" rows="3" name="{{column}}" placeholder="Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'">{{value}}</textarea>
|
||||||
<span class="help-block">Insert your GPG public key here to encrypt messages sent to your address <em>(optional)</em></span>
|
<span class="help-block">Insert your GPG public key here to encrypt messages sent to your address <em>(optional)</em></span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
<button type="submit" class="btn btn-link btn-xs" form="download-pubkey"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Download signature verififcation key</button>
|
<button type="submit" class="btn btn-link btn-xs" form="download-pubkey"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Download signature verififcation key</button>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}">{{value}}</textarea>
|
<textarea class="form-control gpg-text" rows="3" name="{{column}}" placeholder="Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'">{{value}}</textarea>
|
||||||
<span class="help-block">Insert your GPG public key here to encrypt messages sent to your address <em>(optional)</em></span>
|
<span class="help-block">Insert your GPG public key here to encrypt messages sent to your address <em>(optional)</em></span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue