50 lines
2.0 KiB
HTML
50 lines
2.0 KiB
HTML
<div class="general-block-decorator">
|
|
<div class="row">
|
|
|
|
<div class="col-md-12 title title-without-tabs">
|
|
{intl d='backofficepath.ai' l='Edit your back office prefix.'}
|
|
</div>
|
|
|
|
<div class="form-container">
|
|
<div class="col-md-12">
|
|
|
|
{form name="backofficepath.configuration.form"}
|
|
<form method="POST" id="backofficepath-form" action="{url path="/admin/module/backofficepath/save"}" {form_enctype form=$form} class="clearfix">
|
|
|
|
{if $form_error_message}<div class="alert alert-danger">{$form_error_message}</div>{/if}
|
|
|
|
{form_hidden_fields form=$form}
|
|
|
|
{form_field form=$form field='back_office_path'}
|
|
<div class="form-group {if $error}has-error{/if}">
|
|
<label for="{$label_attr.for}" class="control-label">{$label} : </label>
|
|
<input type="text" id="{$label_attr.for}" name="{$name}" class="form-control" value="{$value}" title="{$label}">
|
|
<span class="label-help-block">{$label_attr.help}</span>
|
|
</div>
|
|
{/form_field}
|
|
|
|
{form_field form=$form field='back_office_path_default_enabled'}
|
|
<div class="checkbox">
|
|
<label for="{$label_attr.for}">
|
|
<input type="checkbox" name="{$name}" id="{$label_attr.for}" value="yes" {$attr} {if $checked}checked="checked"{/if}/> {$label}
|
|
</label>
|
|
<span class="label-help-block">{$label_attr.help}</span>
|
|
</div>
|
|
{/form_field}
|
|
|
|
<button type="submit" id="backofficepath-save" name="backofficepath_save" value="save" class="form-submit-button btn btn-sm btn-default" title="{intl d='backofficepath.ai' l='Save'}">{intl d='backofficepath.ai' l='Save'}</button>
|
|
|
|
</form>
|
|
{/form}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|