Sha256: f93e9617e22b5dd350a3c757c9a61bf241a2f3cc7e3ac1bf87f5668cda1520e0
Contents?: true
Size: 1.39 KB
Versions: 10
Compression:
Stored size: 1.39 KB
Contents
<form name="hostCollectionForm" class="form-horizontal" novalidate role="form"> <div bst-form-group label="{{ 'Name' | translate }}"> <input id="name" name="name" ng-model="hostCollection.name" type="text" tabindex="1" autofocus required/> </div> <div bst-form-group label="{{ 'Content Host Limit' | translate }}" field="max_content_hosts"> <span translate>Unlimited Content Hosts:</span> <input type="checkbox" name="limit" ng-model="hostCollection.unlimited_content_hosts"/> <div bst-form-group label="{{ 'Limit' | translate }}" ng-hide="hostCollection.unlimited_content_hosts"> <input id="max_content_hosts" name="max_content_hosts" class="form-control" ng-model="hostCollection.max_content_hosts" ng-required="!hostCollection.unlimited_content_hosts" type="number" min="1" tabindex="2"/> </div> </div> <div bst-form-group label="{{ 'Description' | translate }}"> <textarea id="description" name="description" ng-model="hostCollection.description" tabindex="3"> </textarea> </div> <div bst-form-buttons on-cancel="transitionTo('host-collections.index')" on-save="save(hostCollection)" working="working"> </div> </form>
Version data entries
10 entries across 10 versions & 1 rubygems