Send encrypted messages to users with GPG key set
This commit is contained in:
parent
0f1bc6ab72
commit
ac8ac7c6d6
7 changed files with 17 additions and 26 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue