Send encrypted messages to users with GPG key set

This commit is contained in:
Andris Reinman 2016-04-16 10:11:10 -07:00
parent 0f1bc6ab72
commit ac8ac7c6d6
7 changed files with 17 additions and 26 deletions

View file

@ -32,18 +32,6 @@
</div>
{{/if}}
{{#if columnTypeTextarea}}
<div class="form-group">
<div class="col-sm-offset-2 col-xs-4">
<div class="checkbox">
<label>
<input type="checkbox" name="value" {{#if value.value}} checked {{/if}}> Value exists
</label>
</div>
</div>
</div>
{{/if}}
{{#if columnTypeNumber}}
<div class="form-group">
<label for="value" class="col-sm-2 control-label">Value</label>

View file

@ -37,18 +37,6 @@
</div>
{{/if}}
{{#if columnTypeTextarea}}
<div class="form-group">
<div class="col-sm-offset-2 col-xs-4">
<div class="checkbox">
<label>
<input type="checkbox" name="value" {{#if value.value}} checked {{/if}}> Value exists
</label>
</div>
</div>
</div>
{{/if}}
{{#if columnTypeNumber}}
<div class="form-group">
<label for="value" class="col-sm-2 control-label">Value</label>