Add more sort options to new lists

This commit is contained in:
mabashian
2019-04-25 15:21:47 -04:00
parent 27d74528c0
commit 7f452ee8d1
16 changed files with 71 additions and 62 deletions

View File

@@ -143,11 +143,6 @@ function TemplatesStrings (BaseString) {
CANCEL: t.s('CANCEL'),
SAVE_AND_EXIT: t.s('SAVE & EXIT')
};
ns.sort = {
NAME_ASCENDING: t.s('Name (Ascending)'),
NAME_DESCENDING: t.s('Name (Descending)')
};
}
TemplatesStrings.$inject = ['BaseStringService'];