[gen] appy.js: closing the confirm popup via button 'no' cleans field 'comment'.
This commit is contained in:
parent
988626e3f2
commit
f44bb4e06b
3 changed files with 17 additions and 11 deletions
|
@ -109,8 +109,8 @@ class AbstractWrapper(object):
|
|||
<br/>
|
||||
</div><br/>
|
||||
<input type="button" onclick="doConfirm()" value=":_('yes')"/>
|
||||
<input type="button" onclick="closePopup('confirmActionPopup')"
|
||||
value=":_('no')"/>
|
||||
<input type="button" value=":_('no')"
|
||||
onclick="closePopup('confirmActionPopup', 'comment')"/>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue