@@ -146,9 +146,13 @@ define([
146
146
147
147
tag . appendFormatLine ( '<div class="{0} {1}">' , VP_INS_SELECT_CONTAINER , 'attr' ) ;
148
148
tag . appendFormatLine ( '<div class="vp-multilang {0}">Attribute</div>' , VP_INS_SELECT_TITLE ) ;
149
+
150
+ tag . appendFormatLine ( '<div style="{0}">' , 'position: relative;' ) ;
149
151
tag . appendFormatLine ( '<input class="vp-input {0} {1}" type="text" placeholder="search attribute" />' , VP_INS_SEARCH , 'attr' ) ;
150
- tag . appendFormatLine ( '<i class="{0} {1}"></i>' , 'fa fa-search' , 'vp-ins-search-icon' ) ;
151
152
tag . appendFormatLine ( '<input class="{0} {1}" type="hidden"/>' , VP_INS_TYPE , 'attr' ) ;
153
+ tag . appendFormatLine ( '<i class="{0} {1}"></i>' , 'fa fa-search' , 'vp-ins-search-icon' ) ;
154
+ tag . appendLine ( '</div>' ) ;
155
+
152
156
tag . appendFormatLine ( '<div class="{0} {1}">' , VP_INS_SELECT_BOX , 'attr' ) ;
153
157
tag . appendFormatLine ( '<ul class="{0} {1}">' , VP_INS_SELECT_LIST , 'attr' ) ;
154
158
tag . appendLine ( '</ul>' ) ;
@@ -157,9 +161,13 @@ define([
157
161
158
162
tag . appendFormatLine ( '<div class="{0} {1}">' , VP_INS_SELECT_CONTAINER , 'method' ) ;
159
163
tag . appendFormatLine ( '<div class="vp-multilang {0}">Method</div>' , VP_INS_SELECT_TITLE ) ;
164
+
165
+ tag . appendFormatLine ( '<div style="{0}">' , 'position: relative;' ) ;
160
166
tag . appendFormatLine ( '<input class="vp-input {0} {1}" type="text" placeholder="search method" />' , VP_INS_SEARCH , 'method' ) ;
161
167
tag . appendFormatLine ( '<input class="{0} {1}" type="hidden"/>' , VP_INS_TYPE , 'method' ) ;
162
168
tag . appendFormatLine ( '<i class="{0} {1}"></i>' , 'fa fa-search' , 'vp-ins-search-icon' ) ;
169
+ tag . appendLine ( '</div>' ) ;
170
+
163
171
tag . appendFormatLine ( '<div class="{0} {1}">' , VP_INS_SELECT_BOX , 'method' ) ;
164
172
tag . appendFormatLine ( '<ul class="{0} {1}">' , VP_INS_SELECT_LIST , 'method' ) ;
165
173
tag . appendLine ( '</ul>' ) ;
0 commit comments