comparison client/src/components/importschedule/importtypes/Distancemarksashore.vue @ 2269:dfa4db82e784

refac: classes for automatic filling added
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 14 Feb 2019 15:42:35 +0100
parents e972567100d3
children
comparison
equal deleted inserted replaced
2268:05cfeeb65411 2269:dfa4db82e784
6 <small class="text-muted"> <translate>URL</translate> </small> 6 <small class="text-muted"> <translate>URL</translate> </small>
7 </div> 7 </div>
8 <div class="w-100"> 8 <div class="w-100">
9 <input 9 <input
10 @input="urlChanged" 10 @input="urlChanged"
11 class="form-control" 11 class="url form-control"
12 type="url" 12 type="url"
13 :value="url" 13 :value="url"
14 /> 14 />
15 </div> 15 </div>
16 </div> 16 </div>
26 <small class="text-muted"> <translate>Featuretype</translate> </small> 26 <small class="text-muted"> <translate>Featuretype</translate> </small>
27 </div> 27 </div>
28 <div class="w-100"> 28 <div class="w-100">
29 <input 29 <input
30 @input="featureTypeChanged" 30 @input="featureTypeChanged"
31 class="form-control" 31 class="featuretype form-control"
32 type="text" 32 type="text"
33 :value="featureType" 33 :value="featureType"
34 /> 34 />
35 </div> 35 </div>
36 <div v-if="!featureType" class="d-flex flex-row"> 36 <div v-if="!featureType" class="d-flex flex-row">
46 <small class="text-muted"> <translate>SortBy</translate> </small> 46 <small class="text-muted"> <translate>SortBy</translate> </small>
47 </div> 47 </div>
48 <div class="w-100"> 48 <div class="w-100">
49 <input 49 <input
50 @input="sortByChanged" 50 @input="sortByChanged"
51 class="form-control" 51 class="sortby form-control"
52 type="text" 52 type="text"
53 :value="sortBy" 53 :value="sortBy"
54 /> 54 />
55 </div> 55 </div>
56 <div v-if="!sortBy" class="d-flex flex-row"> 56 <div v-if="!sortBy" class="d-flex flex-row">