Skip to content
template_ssh.htm 1.06 KiB
Newer Older
Kristián Feldsam's avatar
Kristián Feldsam committed
<div class="form-group">
    <label for="chroot" class="col-sm-3 control-label">{tmpl_var name='chroot_txt'}</label>
    <div class="col-sm-9">
	    <select name="shell_chroot" id="chroot" class="form-control">
        	{tmpl_var name='shell_chroot'}
    	</select>
    </div>
</div>
<div class="form-group">
    <label for="shell" class="col-sm-3 control-label">{tmpl_var name='shell_txt'}</label>
    <div class="col-sm-9">
	    <input type="text" name="shell" id="shell" value="{tmpl_var name='shell'}" class="form-control" />
	</div>
</div>

<input type="hidden" name="id" value="{tmpl_var name='id'}">
        
<div class="clear">
	<div class="right">
		<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="wizard/template_edit.php">{tmpl_var name='btn_save_txt'}</button>
		<button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="wizard/template_list.php">{tmpl_var name='btn_cancel_txt'}</button>
	</div>
</div>