From edb47827792b93311d7a9d4bd538a815b455c31f Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen Date: Tue, 4 Apr 2017 15:19:51 +0200 Subject: [PATCH] Bug 11897: Fix style of button links, & form wording. * koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc * koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt * koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt --- .../prog/en/includes/stockrotation-toolbar.inc | 8 ++--- .../prog/en/modules/catalogue/stockrotation.tt | 18 +++++----- .../prog/en/modules/tools/stockrotation.tt | 38 +++++++++++----------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc index 5bc4a8b295..c8e72e9dd6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc @@ -1,13 +1,13 @@ [% USE Koha %]
[% IF no_op_set %] - New rota + New rota [% END %] [% IF op == 'manage_stages' %] - New stage + New stage [% END %] [% IF op == 'manage_items' %] - New rota - Edit rota + New rota + Edit rota [% END %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt index e4ead12837..e628c335b4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt @@ -88,25 +88,25 @@ [% IF item.stockrotationitem %] [% in_transit = item.bib_item.get_transfer %] [% IF !in_transit && item.stages.size > 1 %] - + [% ELSE %] - + [% END %] Move to next stage [% IF !in_transit %] - + [% ELSE %] - + [% END %] [% item.stockrotationitem.indemand ? 'Remove "In demand"' : 'Add "In demand"' %] [% IF !in_transit %] - + [% ELSE %] - + [% END %] Remove from rota @@ -118,7 +118,7 @@ [% END %] - + @@ -140,8 +140,8 @@

Are you sure you want to remove this item from it's rota?

- Yes - No + Yes + No

[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt index acf9b89bbf..64e42e3cff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt @@ -86,12 +86,12 @@ [% rota.description %] [% rota.stockrotationitems.count %] - + Edit
- @@ -102,7 +102,7 @@ [% END %]
- + [% IF !rota.active %] Activate @@ -170,7 +170,7 @@
- + Cancel
[% IF rota.rota_id %] @@ -215,10 +215,10 @@ [% stage.duration %] - + Edit - + Delete @@ -268,7 +268,7 @@
- + Cancel
@@ -280,8 +280,8 @@

Are you sure you wish to remove this item from it's rota

- Yes - No + Yes + No

[% ELSIF (op == 'confirm_delete_stage') %] @@ -297,8 +297,8 @@ [% END %]

- Yes - No + Yes + No

[% ELSIF (op == 'manage_items') %] @@ -336,7 +336,7 @@
- +
@@ -381,25 +381,25 @@ [% in_transit = item.itemnumber.get_transfer %] [% IF !in_transit && stages.size > 1 %] - + [% ELSE %] - + [% END %] Move to next stage [% IF !in_transit %] - + [% ELSE %] - + [% END %] [% item.indemand ? 'Remove "In demand"' : 'Add "In demand"' %] [% IF !in_transit %] - + [% ELSE %] - + [% END %] Remove from rota @@ -463,7 +463,7 @@
- +
-- 2.11.0