Commit 644c0324c251696682724c10701300e22837bed0
1 parent
a4acaf46
Exists in
master
and in
81 other branches
version costum
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
js/app/views/CatalogUI.js
... | ... | @@ -967,19 +967,19 @@ Ext.define('amdaUI.CatalogUI', { |
967 | 967 | items :[{ |
968 | 968 | fieldLabel: 'Start Time', |
969 | 969 | name: 'surveyStart', |
970 | - emptyText: 'YYYY/MM/DDThh:mm:ss', | |
970 | + emptyText: 'YYYY/MM/DDThh:mm:ss', | |
971 | 971 | format: 'Y-m-d\\TH:i:s', |
972 | - enforceMaxLength: true, | |
972 | + enforceMaxLength: true, | |
973 | 973 | maxLength: 19, |
974 | 974 | labelWidth: 60, |
975 | - labelAlign: 'left' | |
975 | + labelAlign: 'left' | |
976 | 976 | }, { |
977 | 977 | fieldLabel: 'Stop Time', |
978 | 978 | name: 'surveyStop', |
979 | - emptyText: 'YYYY/MM/DDThh:mm:ss', | |
979 | + emptyText: 'YYYY/MM/DDThh:mm:ss', | |
980 | 980 | format: 'Y-m-d\\TH:i:s', |
981 | 981 | labelAlign: 'left', |
982 | - enforceMaxLength: true, | |
982 | + enforceMaxLength: true, | |
983 | 983 | maxLength: 19, |
984 | 984 | labelWidth: 60, |
985 | 985 | align: 'left' |
... | ... |