X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Ffinancial_overview%2Freport_top.html;h=85a1881074c00268fc96625e2ca437d2070aa701;hb=ffe5434804888bf520dd69832d0f74d89bcf9999;hp=38716f0e7059e59e55ec4e63861b5978da833a5a;hpb=a222e32406aade497b6c8dce6f4869d8b0eec6e1;p=kivitendo-erp.git diff --git a/templates/webpages/financial_overview/report_top.html b/templates/webpages/financial_overview/report_top.html index 38716f0e7..85a188107 100644 --- a/templates/webpages/financial_overview/report_top.html +++ b/templates/webpages/financial_overview/report_top.html @@ -1,15 +1,15 @@ [%- USE L %][% USE LxERP %]
[% L.hidden_tag('action', 'FinancialOverview/list') %] - « [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %] + « [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %] | [% LxERP.t8("Current year") %]: [% L.select_tag('year', YEARS_TO_LIST, default=SELF.year, onchange='$("#form").submit();') %] - [% IF SELF.year < SELF.current_year %] + [% IF SELF.year < (SELF.current_year + 5) %] | - [%- LxERP.t8("Following year") %]: [% SELF.year + 1 %] » + [%- LxERP.t8("Following year") %]: [% SELF.year + 1 %] » [% END %]