[gen] appy.js: closing the confirm popup via button 'no' cleans field 'comment'.

This commit is contained in:
Gaetan Delannay 2015-02-04 12:23:56 +01:00
parent 988626e3f2
commit f44bb4e06b
3 changed files with 17 additions and 11 deletions

View file

@ -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>