You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
1.0 KiB

<div class="detail-group">
<form id="form-name" class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputName">{{ i18n.groups.name }}</label>
<div class="controls">
<input type="text" name="group.name" id="inputName" placeholder="" value="{{group.name}}"></input>
</div>
</div>
<div class="control-group">
<label for="repeats" class="control-label">{{ i18n.groups.repeats }}</label>
<div class="controls">
<input type="number" name="callflow.flow.data.repeats" id="repeats" value="{{callflow.flow.data.repeats}}">
</div>
</div>
</form>
<div class="actions">
<a class="delete-group monster-link" href="javascript:void(0);"><i class="fa fa-trash-o monster-red"></i>{{ i18n.groups.delete }}</a>
<div class="pull-right">
<a class="cancel-link monster-link blue" href="javascript:void(0);">{{ i18n.cancel }}</a>
<button type="button" class="monster-button monster-button-success save-group">{{ i18n.saveChanges }}</button>
</div>
</div>
</div>