biblibre / omeka-plugin-ItemDuplicateCheck

Check for duplicates before saving item
GNU General Public License v3.0
2 stars 3 forks source link

Allow rules to apply to all itemtypes #4

Closed DBinaghi closed 3 years ago

DBinaghi commented 4 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

Hope this helps.