{{extend 'nwc/layout.html'}}
|
{{if response.prm_input:}}
{{=form.custom.submit}} | {{=response.cmd_delete}} | {{=response.cmd_help}} | {{pass}}{{=response.cmd_back}} |
{{=form.custom.label.fieldname}}
|
{{if form.formname=='deffield/create':}}
{{else:}}
{{=form.custom.widget.fieldname}}
{{pass}}
|
{{=form.custom.label.fieldtype}} |
{{if form.formname=='deffield/create':}}
{{=form.custom.widget.nervatype}}
{{else:}}
{{=form.custom.widget.nervatype}}
{{pass}}
|
{{if form.formname=='deffield/create':}}
{{=form.custom.widget.fieldtype}}
{{else:}}
{{=form.custom.widget.fieldtype}}
{{pass}}
|
{{=form.custom.label.description}} |
{{=form.custom.widget.description}} |
{{=form.custom.label.valuelist}} |
{{=form.custom.widget.valuelist}} |
{{=form.custom.label.addnew}} |
{{=form.custom.widget.addnew}} |
{{=form.custom.label.visible}} |
{{=form.custom.widget.visible}} |
{{=form.custom.label.readonly}} |
{{=form.custom.widget.readonly}} |
{{=response.cmd_deffield_new}} | {{pass}}{{=response.sform}} |
{{=form}} |