mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°3914 Fix add criteria buttons style
This commit is contained in:
@@ -514,8 +514,8 @@ $(function()
|
|||||||
// - Buttons
|
// - Buttons
|
||||||
var oButtonsElem = $('<div></div>')
|
var oButtonsElem = $('<div></div>')
|
||||||
.addClass('sfm_buttons')
|
.addClass('sfm_buttons')
|
||||||
.append('<button type="button" name="apply">' + Dict.S('UI:Button:Apply') + '</button>')
|
.append('<button type="button" class="ibo-button ibo-is-regular ibo-is-neutral" name="apply">' + Dict.S('UI:Button:Apply') + '</button>')
|
||||||
.append('<button type="button" name="cancel">' + Dict.S('UI:Button:Cancel') + '</button>')
|
.append('<button type="button" class="ibo-button ibo-is-regular ibo-is-neutral" name="cancel">' + Dict.S('UI:Button:Cancel') + '</button>')
|
||||||
.appendTo(oContentElem);
|
.appendTo(oContentElem);
|
||||||
|
|
||||||
// Bind events
|
// Bind events
|
||||||
|
|||||||
Reference in New Issue
Block a user