Merge branch 'ux-release-1' of https://github.com/biosistemika/scinote-web into zd_SCI_2371

This commit is contained in:
zmagod 2018-05-17 15:22:43 +02:00
commit cf4c33bf92
7 changed files with 7 additions and 7 deletions

View file

@ -295,7 +295,7 @@ function initLoadFromRepositoryTable(content) {
{ data: "6" }
],
oLanguage: {
sSearch: "Filter:"
sSearch: I18n.t('general.filter')
},
rowCallback: function(row, data, dataIndex) {
// Get row ID

View file

@ -66,7 +66,7 @@ function initProtocolsTable() {
{ data: "6" }
],
oLanguage: {
sSearch: "Filter:"
sSearch: I18n.t('general.filter')
},
rowCallback: function(row, data, dataIndex) {
// Get row ID

View file

@ -147,7 +147,7 @@
'render': renderCheckboxHTML
}],
'oLanguage': {
'sSearch': "Filter:"
'sSearch': I18n.t('general.filter')
},
'fnDrawCallback': tableDrowCallback,
'createdRow': appendEditPathToRow

View file

@ -93,7 +93,7 @@ var RepositoryDatatable = (function(global) {
}
}],
oLanguage: {
sSearch: "Filter:"
sSearch: I18n.t('general.filter')
},
rowCallback: function(row, data) {
// Get row ID

View file

@ -122,7 +122,7 @@ function initUsersTable() {
{ data: "5" }
],
oLanguage: {
sSearch: "Filter:"
sSearch: I18n.t('general.filter')
}
});
}

View file

@ -1721,9 +1721,8 @@ th.custom-field .modal-tooltiptext {
}
.sa-type {
border: 1px solid $color-black;
border: 1px solid $color-emperor;
border-radius: 4px;
color: $color-black;
font-weight: 600;
padding: 0 2px;
text-decoration: none;

View file

@ -1932,6 +1932,7 @@ en:
busy: "The server is still processing your request. If you leave this page, the changes will be lost! Are you sure you want to continue?"
no_name: "(no name)"
error: "An error has occurred, please try again later."
filter: "Filter:"
api:
core: