Changeset 663 for trunk/bin


Ignore:
Timestamp:
Feb 1, 2019 11:05:31 PM (5 years ago)
Author:
anonymous
Message:

Add optional filter type to module maker list template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/skel/adm_list.ihtml

    r655 r663  
    1414        </select>
    1515        <input type="submit" value="<?php echo _("Filter"); ?>" />
     16        <?php if ('' != getFormData('search_query') . getFormData('filter___///__')): ?>
     17            <a href="<?php echo $app->ohref($_SERVER['PHP_SELF'], false); ?>" class="button"><?php echo _("Show all"); ?></a>
     18        <?php endif ?>
    1619    </form>
    1720</div>
Note: See TracChangeset for help on using the changeset viewer.