From f739865a0c2b2dfac6ebf04c8337d522ce13d64d Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Fri, 22 Jul 2016 16:58:42 +0000 Subject: [PATCH] Refactored quotes template. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/quotas.tpl | 86 ++++++++++++++++++------------------ 2 files changed, 45 insertions(+), 43 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 473df20c..bb005435 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.27.3514 | Copyright © Anuko | +  Anuko Time Tracker 1.9.27.3515 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/quotas.tpl b/WEB-INF/templates/quotas.tpl index d8a59cef..eebeea51 100644 --- a/WEB-INF/templates/quotas.tpl +++ b/WEB-INF/templates/quotas.tpl @@ -1,59 +1,61 @@ + + +
{$i18n.form.quota.hint}
+ {$forms.monthlyQuotaForm.open}
- - - - -
- - - - - - -
{$i18n.form.quota.workdayHours}{$forms.monthlyQuotaForm.dailyWorkingHours.control}
-
-
- - - - - +
{$i18n.form.quota.year}:{$forms.monthlyQuotaForm.years.control}
- + +
- - - - - - {foreach $months as $month} - - - - - {/foreach} - - - -
{$i18n.form.quota.month}{$i18n.form.quota.quota}
{$month}{$forms.monthlyQuotaForm.$month.control}
- -
-
+ + + + + + +
{$i18n.form.quota.workdayHours}:{$forms.monthlyQuotaForm.dailyWorkingHours.control}
+
+ + + + + + + + + +
{$i18n.form.quota.year}:{$forms.monthlyQuotaForm.years.control}
 
+ + + + + +{foreach $months as $month} + + + + +{/foreach} + + +
{$i18n.form.quota.month}{$i18n.form.quota.quota}
{$month}:{$forms.monthlyQuotaForm.$month.control}
 
+
-
* - {$i18n.form.quota.hint}
{$forms.monthlyQuotaForm.close} + \ No newline at end of file + -- 2.20.1