From c304a055bafbb8db6b94dbf538c4c74e88952189 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Fri, 22 Jul 2016 16:34:10 +0000 Subject: [PATCH] Renamed quota files for naming consistency. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/profile_edit.tpl | 2 +- WEB-INF/templates/{cf_monthly_quota.tpl => quotas.tpl} | 0 cf_monthly_quota.php => quotas.php | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename WEB-INF/templates/{cf_monthly_quota.tpl => quotas.tpl} (100%) rename cf_monthly_quota.php => quotas.php (97%) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 85abb80a..473df20c 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- - + {/if} diff --git a/WEB-INF/templates/cf_monthly_quota.tpl b/WEB-INF/templates/quotas.tpl similarity index 100% rename from WEB-INF/templates/cf_monthly_quota.tpl rename to WEB-INF/templates/quotas.tpl diff --git a/cf_monthly_quota.php b/quotas.php similarity index 97% rename from cf_monthly_quota.php rename to quotas.php index 0518c57e..f648f9d2 100644 --- a/cf_monthly_quota.php +++ b/quotas.php @@ -84,5 +84,5 @@ $form->addInput(array('type'=>'text', 'name'=>'dailyWorkingHours', 'value'=>$quo $smarty->assign('months', $months); $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.monthly_quotas')); -$smarty->assign('content_page_name', 'cf_monthly_quota.tpl'); +$smarty->assign('content_page_name', 'quotas.tpl'); $smarty->display('index.tpl'); -- 2.39.5
 Anuko Time Tracker 1.9.27.3513 | Copyright © Anuko | +  Anuko Time Tracker 1.9.27.3514 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index 8c8e27ae..49b610eb 100644 --- a/WEB-INF/templates/profile_edit.tpl +++ b/WEB-INF/templates/profile_edit.tpl @@ -194,7 +194,7 @@ function handlePluginCheckboxes() {
{$forms.profileForm.monthly_quota.control} {$i18n.label.configure} {$i18n.label.configure}