{{extend 'nwc/layout.html'}}
{{=form.custom.begin}}
{{=response.title}} {{=response.subtitle}} {{=form.custom.submit}} {{=response.cmd_help}} {{=response.cmd_back}}
{{if not response.prm_input:}}
{{=form.custom.label.menukey}}
{{=form.custom.widget.menukey}}
{{=form.custom.label.description}}
{{=form.custom.widget.description}}
{{=form.custom.label.funcname}}
{{=form.custom.widget.funcname}}
{{=form.custom.label.modul}}
{{=form.custom.widget.modul}}
{{=form.custom.label.icon}}
{{=form.custom.widget.icon}}
{{=form.custom.label.address}}
{{=form.custom.widget.address}}
{{=form.custom.label.url}}
{{=form.custom.widget.url}}
{{=T('Parameters')}} {{=response.cmd_add_field}}
{{=view_menufields}}
{{else:}}
{{=form.custom.label.fieldname}}
{{=form.custom.widget.fieldname}}
{{=form.custom.label.description}}
{{=form.custom.widget.description}}
{{=form.custom.label.fieldtype}}
{{=form.custom.widget.fieldtype}}
{{=form.custom.label.orderby}}
{{=form.custom.widget.orderby}}
{{pass}}
{{=form.custom.end}}