From c915818caaa2b1970294501461359ccbbbae47f8 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch replaces the bootstrap panels with the more modern koha page-section cards layout. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Tomás Cohen Arazi Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 490b9223672914d253c1a5dadc51cab1d941ec39) Signed-off-by: Matt Blenkinsop --- .../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 c8236585c8..5f4cff6bfc 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 @@ -606,11 +606,8 @@ [% END %] -
-
-

Request details

-
-
+
+

Request details

Details from library

    @@ -691,7 +688,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. +
+
+
+ +
+
+
@@ -793,7 +785,7 @@ [% ELSIF query_type == 'availability' %]

Availability

-
+

Displaying availability results

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