From 35a9442c02c0879f789fcfcabdda9939ce639ee3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 3 Dec 2015 13:01:46 -0500 Subject: [PATCH] Bug 12395: Use standard
+
    markup for showorder.tt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Séverine QUEUNE --- .../prog/en/modules/acqui/showorder.tt | 61 ++++++++++------------ 1 file changed, 28 insertions(+), 33 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt index 2749bd7529..b34e3b947b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt @@ -1,38 +1,33 @@ [% INCLUDE 'doc-head-open.inc' %] - +Koha › Acquisitions › Order details + - [% IF order %] - - - - - - - - - - - - - - - - - - - -
    Creation date[% order.entrydate %]
    Creator[% creator.firstname %] [% creator.surname %]
    Claims count[% order.claims_count %]
    Last claim date[% order.claimed_date %]
    - [% ELSE %] - No order found. - [% END %] +
    + [% IF order %] +
    +
      +
    1. + Creation date: + [% order.entrydate %] +
    2. +
    3. + Creator: + [% creator.firstname %] [% creator.surname %] +
    4. +
    5. + Claims count: + [% order.claims_count %] +
    6. +
    7. + Last claim date: + [% order.claimed_date %] +
    8. +
    +
    + [% ELSE %] + No order found + [% END %] +
    -- 2.14.2