Skip to content

Commit 67527d8

Browse files
Merge pull request #607 from contactashish13/issue-581
remove the + button
2 parents 34ef8f5 + bc56c98 commit 67527d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

classes/Visualizer/Render/Library.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,13 @@ private function _renderLibrary() {
118118
echo ' | </li>';
119119
}
120120
echo '</ul>';
121+
121122
echo '<form action="" method="get"><p id="visualizer-search" class="search-box">
122123
<input type="search" placeholder="' . __( 'Enter title', 'visualizer' ) . '" name="s" value="' . $filterBy . '">
123124
<input type="hidden" name="page" value="visualizer">
124125
<button type="submit" id="search-submit" title="' . __( 'Search', 'visualizer' ) . '"><i class="dashicons dashicons-search"></i></button>
125-
<button type="button" class="add-new-chart" title="' . __( 'Add New', 'visualizer' ) . '"><i class="dashicons dashicons-plus-alt"></i></button>
126126
</p> </form>';
127+
127128
echo '</div>';
128129
echo '<div id="visualizer-content-wrapper">';
129130
if ( ! empty( $this->charts ) ) {

0 commit comments

Comments
 (0)