From 897d8b88e82f8ae66eb0a1601bc0e692d05f8ecf Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 26 Nov 2025 09:25:29 -0500 Subject: [PATCH] Bug 37402: (follow-up) Add standard 'required' attributes and labels This patch also moves time format hint into a standard
. The hour format has been corrected from hhmm to HH:MM. Signed-off-by: Owen Leonard --- .../prog/en/modules/tools/scheduler.tt | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt index 76cf5722bbf..5779a2a8a94 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt @@ -36,7 +36,7 @@
Failed to add scheduled task
[% END %] -
+ [% INCLUDE 'csrf-token.inc' %] @@ -44,10 +44,14 @@ Task scheduler
  1. Current server time is: [% time | html %]
  2. -
  3. -
  4. +
  5. + + Required +
    Enter time in 24 hour format: HH:MM
    +
  6. - +
    [% INCLUDE 'date-format.inc' %]
  7. @@ -72,11 +76,13 @@
  8. + > - -
+ + Required + +
-- 2.39.5