Jake Vanderwerf
2026-06-22 715e26a9eb219808d5c899d418e1d596f9318f61
inc/ui/CRUDSkeleton.php
@@ -869,6 +869,7 @@
            $form = ob_get_clean();
            echo jvbNewModal(
               'date-range',
            'date-range',
            'Filter Results by Date:',
               $form
            );
@@ -1564,6 +1565,7 @@
   {
      echo jvbNewModal(
         'create',
         'create',
         'Creating <span class="count"></span> New '.$this->singular,
         str_replace('edit-form"', 'create-form" data-noautosave', $this->editForm())
      );
@@ -1690,6 +1692,7 @@
   {
      echo jvbNewModal(
         'edit',
         'edit',
         'Edit your '.$this->singular,
         $this->editForm()
      );
@@ -1741,6 +1744,7 @@
      $form = ob_get_clean();
      echo jvbNewModal(
         'bulkEdit',
         'bulkEdit',
         'Bulk Edit <span class="selected"></span> '.$this->plural,
         $form
      );