X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fadmin%2Faqbudgetperiods.tt;h=f8a0506ee33ff7a2607c4c2a7959ac54124e08ad;hb=2f8308cd492f1c0283a8b226148ae20c36e82e24;hp=dbbcdd585a391343aa6cb55612574fe1b6de3396;hpb=9bb2554e39c583fb994a9d6bb487a75fc7c7251e;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt index dbbcdd585a..f8a0506ee3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -1,13 +1,39 @@ +[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] + [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] - + +[% INCLUDE 'datatables-strings.inc' %] + - @@ -66,19 +112,19 @@ Add budget [% END %] [% END %] - + [% IF ( duplicate_form ) %]› Duplicate budget[% END %] [% IF ( delete_confirm ) %]› Delete budget '[% budget_period_description %]'? [% END %] [% IF ( delete_confirmed ) %]› - Data Deleted + Data deleted [% END %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'budgets-admin-search.inc' %] @@ -113,7 +159,10 @@ Delete budget '[% budget_period_description %]'? [% END %] [% END %] - + + [% IF ( duplicate_form ) %] + Budgets › Duplicate budget + [% END %] [% IF ( else ) %] @@ -128,6 +177,38 @@ [% INCLUDE 'budgets-admin-toolbar.inc' %] +[% IF ( duplicate_form ) %] +

Duplicate budget

+
+
+ + + +
    + +
  1. + + +
    [% INCLUDE 'date-format.inc' %]
    +
  2. +
  3. + + + +
    [% INCLUDE 'date-format.inc' %]
    +
  4. + +
+
+ +
+ Cancel +
+ +
+ +[% END %] + [% IF ( add_form ) %] @@ -145,34 +226,14 @@
  1. - - - Show start date calendar - + +
    [% INCLUDE 'date-format.inc' %]
  2. - - - Show end date calendar - - + +
    [% INCLUDE 'date-format.inc' %]
  3. @@ -195,14 +256,14 @@
  4. - + [% IF ( budget_period_active ) %][% ELSE %] [% END %]
  5. - + [% IF ( budget_period_locked ) %][% ELSE %] [% END %]
@@ -211,9 +272,9 @@
- + - + [% IF ( budget_period_id ) %]Cancel[% END %]
@@ -253,50 +314,98 @@ [% END %] [% IF ( else ) %] -

Budgets administration

- - [% INCLUDE 'budgets-active-currency.inc' %] - - - - - - - - - - - - - - - [% FOREACH period_loo IN period_loop %] - [% IF ( loop.odd ) %] - - [% ELSE %] - - [% END %] - - - - - - - - - [% END %] - [% UNLESS ( period_loop ) %] - - [% END %] - -
Budget NameStart DateEnd DateActiveLockedTotalActions
[% period_loo.budget_period_description %][% period_loo.budget_period_startdate %][% period_loo.budget_period_enddate %][% IF ( period_loo.budget_period_active ) %]Active [% ELSE %][% END %] [% IF ( period_loo.budget_period_locked ) %]Locked [% ELSE %][% END %] [% period_loo.budget_period_total %] - Edit - Delete - Add Fund -
No budget
-
[% pagination_bar %]
+

Budgets administration

+ + [% INCLUDE 'budgets-active-currency.inc' %] + +
+ + +
+ [% IF ( period_active_loop ) %] + + + + + + + + + + + + + [% FOREACH period_active IN period_active_loop %] + + + + + + + + + [% END %] + +
Budget nameStart dateEnd dateLockedTotalActions
[% period_active.budget_period_description %][% period_active.budget_period_startdate | $KohaDates %][% period_active.budget_period_enddate | $KohaDates %] + [% IF ( period_active.budget_period_locked ) %] + Locked  + [% END %] + [% period_active.budget_period_total %] + Edit + Delete + Add Fund +
+ [% ELSE %] + No active budgets + [% END %] +
[% active_pagination_bar %]
+
+
+ [% IF ( period_inactive_loop ) %] + + + + + + + + + + + + + [% FOREACH period_loo IN period_inactive_loop %] + [% IF ( loop.odd ) %] + + [% ELSE %] + + [% END %] + + + + + + + + [% END %] + +
Budget nameStart dateEnd dateLockedTotalActions
[% period_loo.budget_period_description %][% period_loo.budget_period_startdate | $KohaDates %][% period_loo.budget_period_enddate | $KohaDates %] [% IF ( period_loo.budget_period_locked ) %]Locked [% ELSE %][% END %] [% period_loo.budget_period_total %] + Edit + Delete + Add fund +
+ [% ELSE %] + No inactive budgets + [% END %] +
[% inactive_pagination_bar %]
+
+
[% END %] +