Skip to content

Commit e632e62

Browse files
committed
Fix for create button missing.
1 parent 7478dde commit e632e62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,12 @@ protected function _renderToolbar() {
141141
echo '<a class="button button-large" href="', add_query_arg( 'tab', 'types' ), '">';
142142
esc_html_e( 'Back', Visualizer_Plugin::NAME );
143143
echo '</a>';
144-
echo '</div>';
144+
echo '</div>';
145+
echo '<input type="submit" id="settings-button" class="button button-primary button-large push-right" value="', $this->button, '">';
146+
145147
echo '</div>';
146148

147149

148-
echo '<input type="submit" id="settings-button" class="button button-primary button-large push-right" value="', $this->button, '">';
149150
}
150151

151152
}

0 commit comments

Comments
 (0)