| | |
| | | <label for="template_type" class="col-sm-3 control-label">{tmpl_var name='template_type_txt'}</label> |
| | | <div class="col-sm-9"><select name="template_type" id="template_type" class="form-control"> |
| | | {tmpl_var name='template_type'} |
| | | </select> |
| | | </div></div> |
| | | </select></div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label for="template_name" class="col-sm-3 control-label">{tmpl_var name='template_name_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="template_name" id="template_name" value="{tmpl_var name='template_name'}" class="form-control" /></div></div> |