Skip to content

Commit

Permalink
Merge pull request #11925 from zalog/master
Browse files Browse the repository at this point in the history
Search and replace with nothing
  • Loading branch information
atul516 committed Feb 7, 2016
2 parents 433bb7f + 271e6d5 commit 9e8bb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/table/search/search_and_replace.phtml
@@ -1,7 +1,7 @@
<?= __('Find:'); ?>
<input type="text" value="" name="find" required />
<?= __('Replace with:'); ?>
<input type="text" value="" name="replaceWith" required />
<input type="text" value="" name="replaceWith" />

<?= __('Column:'); ?>
<select name="columnIndex">
Expand Down

0 comments on commit 9e8bb3b

Please sign in to comment.