@@ -134,7 +134,7 @@ <h4 class="modal-title" id="myModalLabel">Save as</h4>
134
134
{% endif %}
135
135
</ div >
136
136
{% else %}
137
- < div class ="dropdown col-sm-9 ">
137
+ < div class ="dropdown col-sm-6 ">
138
138
{% if 'readonly' in elem.attrib and elem.attrib['readonly'] == 'true' %}
139
139
< select class ="selectpicker " data-width ="auto " title ="" disabled
140
140
id ="{{'uos:id='+vm.attrib['id']+','+elem.tag}} ">
@@ -152,6 +152,7 @@ <h4 class="modal-title" id="myModalLabel">Save as</h4>
152
152
</ select >
153
153
</ div >
154
154
{% endif %}
155
+ < p id ="{{'uos:id='+vm.attrib['id']+','+elem.tag}}_err " class ="col-sm-3 "> </ p >
155
156
</ div >
156
157
{% elif elem.getchildren() != [] %}
157
158
{% if 'multiselect' not in elem.attrib or elem.attrib['multiselect'] != 'true' %}
@@ -189,7 +190,7 @@ <h4 class="modal-title" id="myModalLabel">Save as</h4>
189
190
{% endif %}
190
191
</ div >
191
192
{% else %}
192
- < div class ="dropdown col-sm-9 ">
193
+ < div class ="dropdown col-sm-6 ">
193
194
{% if 'readonly' in sub_elem.attrib and sub_elem.attrib['readonly'] == 'true' %}
194
195
< select class ="selectpicker " data-width ="auto " disabled
195
196
id ="{{'uos:id='+vm.attrib['id']+','+elem.tag+','+sub_elem.tag}} ">
@@ -207,6 +208,7 @@ <h4 class="modal-title" id="myModalLabel">Save as</h4>
207
208
</ select >
208
209
</ div >
209
210
{% endif %}
211
+ < p id ="{{'uos:id='+vm.attrib['id']+','+elem.tag+','+sub_elem.tag}}_err " class ="col-sm-3 "> </ p >
210
212
{% else %}
211
213
{% if not first_child %}
212
214
{% do first_child.append(1) %}
@@ -236,7 +238,7 @@ <h4 class="modal-title" id="myModalLabel">Save as</h4>
236
238
{% endif %}
237
239
</ div >
238
240
{% else %}
239
- < div class ="dropdown col-sm-9 ">
241
+ < div class ="dropdown col-sm-6 ">
240
242
{% if 'readonly' in sub_elem.attrib and sub_elem.attrib['readonly'] == 'true' %}
241
243
< select class ="selectpicker " data-width ="auto " disabled
242
244
id ="{{'uos:id='+vm.attrib['id']+','+elem.tag+':id='+elem.attrib['id']+','+sub_elem.tag}} ">
@@ -253,6 +255,8 @@ <h4 class="modal-title" id="myModalLabel">Save as</h4>
253
255
{% endfor %}
254
256
</ select >
255
257
</ div >
258
+ < p id ="{{'uos:id='+vm.attrib['id']+','+elem.tag+':id='+elem.attrib['id']+','+sub_elem.tag}}_err "
259
+ class ="col-sm-3 "> </ p >
256
260
{% endif %}
257
261
{% endif %}
258
262
</ div >
@@ -292,6 +296,7 @@ <h4 class="modal-title" id="myModalLabel">Save as</h4>
292
296
{% endif %}
293
297
</ select >
294
298
</ div >
299
+ < p id ="{{'uos:id='+vm.attrib['id']+','+elem.tag+','+elem.tag[:-1]}}_err " class ="col-sm-3 "> </ p >
295
300
</ div >
296
301
{% endif %}
297
302
{% endif %}
0 commit comments