Merge pull request #11925 from zalog/master

Search and replace with nothing
This commit is contained in:
Atul Pratap Singh 2016-02-07 08:20:21 +05:30
commit 9e8bb3bef1

View File

@ -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">