Merge pull request #11925 from zalog/master
Search and replace with nothing
This commit is contained in:
commit
9e8bb3bef1
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user