mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Give a type button to toolbar's button to not be able to do auto submission, because of our form tag
This commit is contained in:
parent
80255f9611
commit
c3b75cdbf4
@ -395,6 +395,7 @@ var et2_toolbar = et2_DOMWidget.extend([et2_IInput],
|
||||
.addClass("et2_button et2_button_text et2_button_with_image")
|
||||
.attr('id', this.id+'-'+action.id)
|
||||
.attr('title', (action.hint ? action.hint : action.caption))
|
||||
.attr('type', 'button')
|
||||
.appendTo(this.preference[action.id]?this.actionbox.children()[1]:$j('[data-group='+action.group+']',this.actionlist));
|
||||
|
||||
if (action && action.checkbox)
|
||||
|
Loading…
Reference in New Issue
Block a user