_property.html revision 2b791c4759039e68c0b41ba44447b94c1e2870af
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne<div class="col-sm-11 managed-property small-field-block">
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <div class="separate-message add-remove-block form-inline">
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <div class="input-group">
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <div class="input-group-addon">
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <button type="button" title="" class="clean-btn property-remove remove-btn"><i class="fa fa-lg fa-times-circle"></i></button>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne </div>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <input class="form-control" type="text" name="properties[{{index}}].name" value="{{value.name}}"/>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <span></span>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <label class="inline-label">
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <input autocomplete="off" type="checkbox" class="checkbox" name="properties[{{index}}].encryption" {{#if value.encryption}} checked {{/if}}>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne {{t "templates.managed.encrypted"}}
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne </label>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <label class="inline-label">
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <input autocomplete="off" type="checkbox" class="checkbox" name="properties[{{index}}].scope" {{#if value.scope}} checked {{/if}}>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne {{t "templates.managed.private"}}
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne </label>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <label class="inline-label">
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <input autocomplete="off" type="checkbox" class="checkbox" name="properties[{{index}}].type" {{#if value.type}} checked {{/if}}>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne {{t "templates.managed.virtual"}}
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne </label>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne </div>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne </div>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne <div class="managedPropertyEvents"></div>
2b791c4759039e68c0b41ba44447b94c1e2870afjason.browne</div>