File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public function render() {
98
98
$ this ->field ['style ' ] = 'redux- ' . $ this ->field ['style ' ].' ' ;
99
99
}
100
100
101
- echo '</td></tr></table><div id="info- ' . $ this ->field ['id ' ] . '" class=" ' . $ this ->field ['style ' ] . $ this ->field ['class ' ] . '"> ' ;
101
+ echo '</td></tr></table><div id="info- ' . $ this ->field ['id ' ] . '" class=" ' . $ this ->field ['style ' ] . $ this ->field ['class ' ] . ' redux-field- ' . $ this -> field [ ' type ' ]. ' "> ' ;
102
102
103
103
if ( !empty ($ this ->field ['raw_html ' ]) && $ this ->field ['raw_html ' ] ) {
104
104
echo $ this ->field ['desc ' ];
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function render() {
38
38
// Only print it if allign is false.
39
39
if (false == $ doAlign ) {
40
40
echo '<style># ' . $ this ->parent ->args ['opt_name ' ] . '- ' . $ this ->field ['id ' ] . ' {padding: 0;}</style> ' ;
41
- echo '</td></tr></table><table class="form-table no-border redux-group-table" style="margin-top: -20px;"><tbody><tr><td> ' ;
41
+ echo '</td></tr></table><table class="form-table no-border redux-group-table redux-raw-table " style="margin-top: -20px;"><tbody><tr><td> ' ;
42
42
}
43
43
44
44
echo '<fieldset id=" ' . $ this ->parent ->args ['opt_name ' ] . '- ' . $ this ->field ['id ' ] . '" class="redux-field redux-container- ' . $ this ->field ['type ' ] . ' ' . $ this ->field ['class ' ] . '" data-id=" ' . $ this ->field ['id ' ] . '"> ' ;
You can’t perform that action at this time.
0 commit comments