Pārlūkot izejas kodu

Translatable "Ctrl+enter to save" and "Edit in full window" in quick entry dialog (#2830)

Quick entry dialog window now with translatable footer notes.
version-14
robulik pirms 8 gadiem
committed by Rushabh Mehta
vecāks
revīzija
efaaf4aa2b
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +3
    -3
      frappe/public/js/frappe/form/quick_entry.js

+ 3
- 3
frappe/public/js/frappe/form/quick_entry.js Parādīt failu

@@ -93,8 +93,8 @@ frappe.ui.form.quick_entry = function(doctype, success) {
}
});

var $link = $('<div class="text-muted small" style="padding-left: 10px; padding-top: 15px;">\
Ctrl+enter to save | <a class="edit-full">Edit in full page</a></div>').appendTo(dialog.body);
var $link = $('<div class="text-muted small" style="padding-left: 10px; padding-top: 15px;">' +
__("Ctrl+enter to save") + ' | <a class="edit-full">' + __("Edit in full page") + '</a></div>').appendTo(dialog.body);

$link.find('.edit-full').on('click', function() {
// edit in form
@@ -124,4 +124,4 @@ frappe.ui.form.quick_entry = function(doctype, success) {
});

});
}
}

Notiek ielāde…
Atcelt
Saglabāt