[gen] Bugfixes.
This commit is contained in:
parent
50bd996c3b
commit
6cd64fdc50
4 changed files with 10 additions and 6 deletions
|
@ -29,7 +29,7 @@ class Action(Field):
|
|||
pxView = pxCell = Px('''
|
||||
<form var="formId='%s_%s_form' % (zobj.id, name);
|
||||
label=_(field.labelId);
|
||||
descr=field.descrId and _(field.descrId) or None;
|
||||
descr=field.hasDescr and _(field.descrId) or None;
|
||||
buttonWidth=ztool.getButtonWidth(label)"
|
||||
id=":formId" action=":ztool.absolute_url() + '/do'"
|
||||
style="display:inline">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue