From 1afb5f8550871f58c76f5cd25895796414937cae Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 6 Jan 2023 15:33:29 +0000 Subject: [PATCH] Bug 32576: Replace panels with page-sections --- .../prog/en/modules/ill/ill-requests.tt | 80 +++++++++---------- 1 file changed, 36 insertions(+), 44 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index c9d2f31f44b..1859a631b09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -604,11 +604,8 @@ ILL request log -
-
-

Request details

-
-
+
+

Request details

Details from library

    @@ -689,7 +686,6 @@ [% END %]
-
-
-
-

[% request.illcomments.count | html %] comments

-
-
- [% IF request.illcomments.count && request.illcomments.count > 0 %] - [% FOREACH comment IN request.illcomments %] -
-
Comment by: - - [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %] - [% comment.timestamp | $KohaDates with_hours => 1 %]
-

[% comment.comment | html %]

-
- [% END %] - [% END %] -
-

Add comment

-
-
- - - -
-
    -
  1. - - - Required -
  2. -
-
-
- -
-
-
+
+

[% request.illcomments.count | html %] comments

+ [% IF request.illcomments.count && request.illcomments.count > 0 %] + [% FOREACH comment IN request.illcomments %] +
+
Comment by: + + [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %] + [% comment.timestamp | $KohaDates with_hours => 1 %]
+

[% comment.comment | html %]

+ [% END %] + [% END %] +
+

Add comment

+
+
+ + + +
+
    +
  1. + + + Required +
  2. +
+
+
+ +
+
+
@@ -791,7 +783,7 @@ [% ELSIF query_type == 'availability' %]

Availability

-
+

Displaying availability results

[% FOREACH key IN whole.keys %] -- 2.39.0