mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
N°3649 - Case log entry form: Change buttons text and style
- Change "Save" button to "Send" - Change "Cancel" button to the new convention
This commit is contained in:
@@ -620,9 +620,9 @@ $(function()
|
||||
}
|
||||
},
|
||||
{
|
||||
text: Dict.S('UI:Button:Save'),
|
||||
text: Dict.S('UI:Button:Send'),
|
||||
class: 'ibo-is-primary',
|
||||
click: function() {
|
||||
click: function () {
|
||||
const bDoNotShowAgain = $(this).find(me.js_selectors.caselog_entry_forms_confirmation_preference_input).prop('checked');
|
||||
if (bDoNotShowAgain) {
|
||||
me._SaveSubmitConfirmationPref();
|
||||
|
||||
Reference in New Issue
Block a user