mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Merge branch 'ux-release-1' of https://github.com/biosistemika/scinote-web into zd_SCI_2371
This commit is contained in:
commit
cf4c33bf92
7 changed files with 7 additions and 7 deletions
|
@ -295,7 +295,7 @@ function initLoadFromRepositoryTable(content) {
|
||||||
{ data: "6" }
|
{ data: "6" }
|
||||||
],
|
],
|
||||||
oLanguage: {
|
oLanguage: {
|
||||||
sSearch: "Filter:"
|
sSearch: I18n.t('general.filter')
|
||||||
},
|
},
|
||||||
rowCallback: function(row, data, dataIndex) {
|
rowCallback: function(row, data, dataIndex) {
|
||||||
// Get row ID
|
// Get row ID
|
||||||
|
|
|
@ -66,7 +66,7 @@ function initProtocolsTable() {
|
||||||
{ data: "6" }
|
{ data: "6" }
|
||||||
],
|
],
|
||||||
oLanguage: {
|
oLanguage: {
|
||||||
sSearch: "Filter:"
|
sSearch: I18n.t('general.filter')
|
||||||
},
|
},
|
||||||
rowCallback: function(row, data, dataIndex) {
|
rowCallback: function(row, data, dataIndex) {
|
||||||
// Get row ID
|
// Get row ID
|
||||||
|
|
|
@ -147,7 +147,7 @@
|
||||||
'render': renderCheckboxHTML
|
'render': renderCheckboxHTML
|
||||||
}],
|
}],
|
||||||
'oLanguage': {
|
'oLanguage': {
|
||||||
'sSearch': "Filter:"
|
'sSearch': I18n.t('general.filter')
|
||||||
},
|
},
|
||||||
'fnDrawCallback': tableDrowCallback,
|
'fnDrawCallback': tableDrowCallback,
|
||||||
'createdRow': appendEditPathToRow
|
'createdRow': appendEditPathToRow
|
||||||
|
|
|
@ -93,7 +93,7 @@ var RepositoryDatatable = (function(global) {
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
oLanguage: {
|
oLanguage: {
|
||||||
sSearch: "Filter:"
|
sSearch: I18n.t('general.filter')
|
||||||
},
|
},
|
||||||
rowCallback: function(row, data) {
|
rowCallback: function(row, data) {
|
||||||
// Get row ID
|
// Get row ID
|
||||||
|
|
|
@ -122,7 +122,7 @@ function initUsersTable() {
|
||||||
{ data: "5" }
|
{ data: "5" }
|
||||||
],
|
],
|
||||||
oLanguage: {
|
oLanguage: {
|
||||||
sSearch: "Filter:"
|
sSearch: I18n.t('general.filter')
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -1721,9 +1721,8 @@ th.custom-field .modal-tooltiptext {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sa-type {
|
.sa-type {
|
||||||
border: 1px solid $color-black;
|
border: 1px solid $color-emperor;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: $color-black;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -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?"
|
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)"
|
no_name: "(no name)"
|
||||||
error: "An error has occurred, please try again later."
|
error: "An error has occurred, please try again later."
|
||||||
|
filter: "Filter:"
|
||||||
|
|
||||||
api:
|
api:
|
||||||
core:
|
core:
|
||||||
|
|
Loading…
Reference in a new issue