Skip to content

Commit 2cd69e0

Browse files
committed
Forgot classes for folding, etc.
1 parent 75f1264 commit 2cd69e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReduxCore/inc/fields/info/field_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function render() {
9898
$this->field['style'] = 'redux-' . $this->field['style'].' ';
9999
}
100100

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'].'">';
102102

103103
if ( !empty($this->field['raw_html']) && $this->field['raw_html'] ) {
104104
echo $this->field['desc'];

ReduxCore/inc/fields/raw/field_raw.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function render() {
3838
// Only print it if allign is false.
3939
if (false == $doAlign) {
4040
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>';
4242
}
4343

4444
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'] . '">';

0 commit comments

Comments
 (0)