Closed DBinaghi closed 3 years ago
Good add-on. I would also change, for better clarity, <option value=""></option> into <option value="">** <?php echo __('All types'); ?> **</option> in both add.php and edit.php
<option value=""></option>
<option value="">** <?php echo __('All types'); ?> **</option>
Hope this helps.
Good add-on. I would also change, for better clarity,
<option value=""></option>
into<option value="">** <?php echo __('All types'); ?> **</option>
in both add.php and edit.phpHope this helps.