mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 08:14:17 +08:00
Update search placeholder [SCI-8045]
This commit is contained in:
parent
e325458f2e
commit
587606803b
2 changed files with 2 additions and 1 deletions
|
@ -247,7 +247,7 @@ var ProtocolsIndex = (function() {
|
|||
fnInitComplete: function(e) {
|
||||
var dataTableWrapper = $(e.nTableWrapper);
|
||||
DataTableHelpers.initLengthAppearance(dataTableWrapper);
|
||||
DataTableHelpers.initSearchField(dataTableWrapper, 'Enter...');
|
||||
DataTableHelpers.initSearchField(dataTableWrapper, I18n.t('protocols.index.search_bar_placeholder') );
|
||||
dataTableWrapper.find('.main-actions, .pagination-row').removeClass('hidden');
|
||||
|
||||
let actionToolBar = $($('#protocolActionToolbar').html());
|
||||
|
|
|
@ -2706,6 +2706,7 @@ en:
|
|||
head_title_archived: "Archived protocol templates"
|
||||
default_name: 'New protocol'
|
||||
back_to_active_protocols: 'Back to active protocols'
|
||||
search_bar_placeholder: 'Filter protocols'
|
||||
navigation:
|
||||
public: "Team protocols"
|
||||
private: "My protocols"
|
||||
|
|
Loading…
Reference in a new issue