|
|
@ -110,9 +110,11 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { |
|
|
|
buttons: [{ |
|
|
|
buttons: [{ |
|
|
|
level: "ignore", |
|
|
|
level: "ignore", |
|
|
|
value: false, |
|
|
|
value: false, |
|
|
|
|
|
|
|
stopPropagation: true, |
|
|
|
text: BI.i18nText("BI-Basic_Cancel") |
|
|
|
text: BI.i18nText("BI-Basic_Cancel") |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
value: true, |
|
|
|
value: true, |
|
|
|
|
|
|
|
stopPropagation: true, |
|
|
|
text: BI.i18nText("BI-Basic_Sure") |
|
|
|
text: BI.i18nText("BI-Basic_Sure") |
|
|
|
}] |
|
|
|
}] |
|
|
|
}; |
|
|
|
}; |
|
|
|