@@ -122,7 +122,7 @@ function render() {
122122 echo '<input type="hidden" class="field-units" value="px"> ' ;
123123
124124 if ( isset ( $ this ->field ['all ' ] ) && $ this ->field ['all ' ] == true ) {
125- echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el-icon -fullscreen icon-large"></i></span><input type="text" class="redux-border-all redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'All ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-all" value=" ' . $ this ->value ['top ' ] . '"></div> ' ;
125+ echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el el -fullscreen icon-large"></i></span><input type="text" class="redux-border-all redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'All ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-all" value=" ' . $ this ->value ['top ' ] . '"></div> ' ;
126126 }
127127
128128 echo '<input type="hidden" class="redux-border-value" id=" ' . $ this ->field ['id ' ] . '-top" name=" ' . $ this ->field ['name ' ] . $ this ->field ['name_suffix ' ] . '[border-top]" value=" ' . ( $ this ->value ['top ' ] ? $ this ->value ['top ' ] . 'px ' : 0 ) . '"> ' ;
@@ -135,28 +135,28 @@ function render() {
135135 * Top
136136 * */
137137 if ( $ this ->field ['top ' ] === true ) {
138- echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el-icon -arrow-up icon-large"></i></span><input type="text" class="redux-border-top redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'Top ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-top" value=" ' . $ this ->value ['top ' ] . '"></div> ' ;
138+ echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el el -arrow-up icon-large"></i></span><input type="text" class="redux-border-top redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'Top ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-top" value=" ' . $ this ->value ['top ' ] . '"></div> ' ;
139139 }
140140
141141 /**
142142 * Right
143143 * */
144144 if ( $ this ->field ['right ' ] === true ) {
145- echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el-icon -arrow-right icon-large"></i></span><input type="text" class="redux-border-right redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'Right ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-right" value=" ' . $ this ->value ['right ' ] . '"></div> ' ;
145+ echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el el -arrow-right icon-large"></i></span><input type="text" class="redux-border-right redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'Right ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-right" value=" ' . $ this ->value ['right ' ] . '"></div> ' ;
146146 }
147147
148148 /**
149149 * Bottom
150150 * */
151151 if ( $ this ->field ['bottom ' ] === true ) {
152- echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el-icon -arrow-down icon-large"></i></span><input type="text" class="redux-border-bottom redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'Bottom ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-bottom" value=" ' . $ this ->value ['bottom ' ] . '"></div> ' ;
152+ echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el el -arrow-down icon-large"></i></span><input type="text" class="redux-border-bottom redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'Bottom ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-bottom" value=" ' . $ this ->value ['bottom ' ] . '"></div> ' ;
153153 }
154154
155155 /**
156156 * Left
157157 * */
158158 if ( $ this ->field ['left ' ] === true ) {
159- echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el-icon -arrow-left icon-large"></i></span><input type="text" class="redux-border-left redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'Left ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-left" value=" ' . $ this ->value ['left ' ] . '"></div> ' ;
159+ echo '<div class="field-border-input input-prepend"><span class="add-on"><i class="el el -arrow-left icon-large"></i></span><input type="text" class="redux-border-left redux-border-input mini ' . $ this ->field ['class ' ] . '" placeholder=" ' . __ ( 'Left ' , 'redux-framework ' ) . '" rel=" ' . $ this ->field ['id ' ] . '-left" value=" ' . $ this ->value ['left ' ] . '"></div> ' ;
160160 }
161161 }
162162
0 commit comments