From: Nik Okuntseff Date: Fri, 11 Mar 2016 01:32:34 +0000 (-0800) Subject: Removed PHP closing tag in more files X-Git-Tag: timetracker_1.19-1~1834 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5ef582473f6b329be18ad83c61e053fdcd9c6ed5;p=timetracker.git Removed PHP closing tag in more files --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index fc7e306b..8bd37deb 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.13.3401 | Copyright © Anuko | +  Anuko Time Tracker 1.9.13.3402 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/access_denied.php b/access_denied.php index f046a535..05983f5f 100644 --- a/access_denied.php +++ b/access_denied.php @@ -34,4 +34,3 @@ if ($auth->isAuthenticated()) $GLOBALS['SMARTY']->assign('authenticated', true); $smarty->assign('title', $i18n->getKey('label.error')); $smarty->assign('content_page_name', 'access_denied.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/admin_options.php b/admin_options.php index ac90921b..435449de 100644 --- a/admin_options.php +++ b/admin_options.php @@ -68,4 +68,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.options')); $smarty->assign('content_page_name', 'admin_options.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/admin_team_add.php b/admin_team_add.php index b41571c7..22176d13 100644 --- a/admin_team_add.php +++ b/admin_team_add.php @@ -101,4 +101,3 @@ $smarty->assign('onload', 'onLoad="document.teamForm.team.focus()"'); $smarty->assign('content_page_name', 'admin_team_add.tpl'); $smarty->assign('title', $i18n->getKey('title.create_team')); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/admin_team_delete.php b/admin_team_delete.php index 25003184..2ef09838 100644 --- a/admin_team_delete.php +++ b/admin_team_delete.php @@ -65,4 +65,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.delete_team')); $smarty->assign('content_page_name', 'admin_team_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/admin_team_edit.php b/admin_team_edit.php index c6181a68..807810da 100644 --- a/admin_team_edit.php +++ b/admin_team_edit.php @@ -120,4 +120,3 @@ $smarty->assign('onload', 'onLoad="document.teamForm.manager_name.focus()"'); $smarty->assign('title', $i18n->getKey('title.edit_team')); $smarty->assign('content_page_name', 'admin_team_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/admin_teams.php b/admin_teams.php index 73777d22..a1f848a4 100644 --- a/admin_teams.php +++ b/admin_teams.php @@ -40,4 +40,3 @@ $smarty->assign('teams', ttTeamHelper::getTeams()); $smarty->assign('title', $i18n->getKey('title.teams')); $smarty->assign('content_page_name', 'admin_teams.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cf_custom_field_add.php b/cf_custom_field_add.php index 1818b572..fc35cf13 100644 --- a/cf_custom_field_add.php +++ b/cf_custom_field_add.php @@ -72,4 +72,3 @@ $smarty->assign('onload', 'onLoad="document.fieldForm.name.focus()"'); $smarty->assign('title', $i18n->getKey('title.cf_add_custom_field')); $smarty->assign('content_page_name', 'cf_custom_field_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cf_custom_field_delete.php b/cf_custom_field_delete.php index 6f42e31f..7ae62ac4 100644 --- a/cf_custom_field_delete.php +++ b/cf_custom_field_delete.php @@ -74,4 +74,3 @@ $smarty->assign('onload', 'onLoad="document.fieldDeleteForm.btn_cancel.focus()"' $smarty->assign('title', $i18n->getKey('title.cf_delete_custom_field')); $smarty->assign('content_page_name', 'cf_custom_field_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cf_custom_field_edit.php b/cf_custom_field_edit.php index 796ad172..71ffd39c 100644 --- a/cf_custom_field_edit.php +++ b/cf_custom_field_edit.php @@ -79,4 +79,3 @@ $smarty->assign('onload', 'onLoad="document.fieldForm.name.focus()"'); $smarty->assign('title', $i18n->getKey('title.cf_edit_custom_field')); $smarty->assign('content_page_name', 'cf_custom_field_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cf_custom_fields.php b/cf_custom_fields.php index 942817db..35ae94d0 100644 --- a/cf_custom_fields.php +++ b/cf_custom_fields.php @@ -58,4 +58,3 @@ $smarty->assign('custom_fields', $fields); $smarty->assign('title', $i18n->getKey('title.cf_custom_fields')); $smarty->assign('content_page_name', 'cf_custom_fields.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cf_dropdown_option_add.php b/cf_dropdown_option_add.php index d13c33be..1eca2138 100644 --- a/cf_dropdown_option_add.php +++ b/cf_dropdown_option_add.php @@ -70,4 +70,3 @@ $smarty->assign('onload', 'onLoad="document.optionAddForm.name.focus()"'); $smarty->assign('title', $i18n->getKey('title.cf_add_dropdown_option')); $smarty->assign('content_page_name', 'cf_dropdown_option_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cf_dropdown_option_delete.php b/cf_dropdown_option_delete.php index 8ae94567..8adb43aa 100644 --- a/cf_dropdown_option_delete.php +++ b/cf_dropdown_option_delete.php @@ -76,4 +76,3 @@ $smarty->assign('onload', 'onLoad="document.optionDeleteForm.btn_cancel.focus()" $smarty->assign('title', $i18n->getKey('title.cf_delete_dropdown_option')); $smarty->assign('content_page_name', 'cf_dropdown_option_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cf_dropdown_option_edit.php b/cf_dropdown_option_edit.php index bd190435..ddea967b 100644 --- a/cf_dropdown_option_edit.php +++ b/cf_dropdown_option_edit.php @@ -72,4 +72,3 @@ $smarty->assign('onload', 'onLoad="document.optionEditForm.name.focus()"'); $smarty->assign('title', $i18n->getKey('title.cf_edit_dropdown_option')); $smarty->assign('content_page_name', 'cf_dropdown_option_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cf_dropdown_options.php b/cf_dropdown_options.php index c8713caf..e12900b2 100644 --- a/cf_dropdown_options.php +++ b/cf_dropdown_options.php @@ -49,4 +49,3 @@ $smarty->assign('options', $options); $smarty->assign('title', $i18n->getKey('title.cf_dropdown_options')); $smarty->assign('content_page_name', 'cf_dropdown_options.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/charts.php b/charts.php index 5e26978e..5bf90348 100644 --- a/charts.php +++ b/charts.php @@ -227,4 +227,3 @@ $smarty->assign('forms', array($chart_form->getName() => $chart_form->toArray()) $smarty->assign('title', $i18n->getKey('title.charts')); $smarty->assign('content_page_name', 'charts.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/client_add.php b/client_add.php index 503b9403..9363e594 100644 --- a/client_add.php +++ b/client_add.php @@ -86,4 +86,3 @@ $smarty->assign('onload', 'onLoad="document.clientForm.name.focus()"'); $smarty->assign('title', $i18n->getKey('title.add_client')); $smarty->assign('content_page_name', 'client_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/client_delete.php b/client_delete.php index d03ef9c9..7cf05ebb 100644 --- a/client_delete.php +++ b/client_delete.php @@ -73,4 +73,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.delete_client')); $smarty->assign('content_page_name', 'client_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/client_edit.php b/client_edit.php index 400286d0..c13d42e2 100644 --- a/client_edit.php +++ b/client_edit.php @@ -118,4 +118,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.edit_client')); $smarty->assign('content_page_name', 'client_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/clients.php b/clients.php index 61c66583..6dcfe4a5 100644 --- a/clients.php +++ b/clients.php @@ -41,4 +41,3 @@ $smarty->assign('inactive_clients', ttTeamHelper::getInactiveClients($user->team $smarty->assign('title', $i18n->getKey('title.clients')); $smarty->assign('content_page_name', 'clients.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/cron.php b/cron.php index 22b4991d..908c890c 100644 --- a/cron.php +++ b/cron.php @@ -80,5 +80,3 @@ while ($val = $res->fetchRow()) { } echo "Done!"; - -?> \ No newline at end of file diff --git a/expense_delete.php b/expense_delete.php index e8828e0c..7100d084 100644 --- a/expense_delete.php +++ b/expense_delete.php @@ -87,4 +87,3 @@ $smarty->assign('forms', array($form->getName() => $form->toArray())); $smarty->assign('title', $i18n->getKey('title.delete_expense')); $smarty->assign('content_page_name', 'expense_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/expense_edit.php b/expense_edit.php index f9c94dd6..806a02f6 100644 --- a/expense_edit.php +++ b/expense_edit.php @@ -215,4 +215,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.edit_expense')); $smarty->assign('content_page_name', 'expense_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/expenses.php b/expenses.php index 9a08375b..1e4b7f16 100644 --- a/expenses.php +++ b/expenses.php @@ -203,4 +203,3 @@ $smarty->assign('timestring', $selected_date->toString($user->date_format)); $smarty->assign('title', $i18n->getKey('title.expenses')); $smarty->assign('content_page_name', 'expenses.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/export.php b/export.php index 4bb9db3d..e0894da2 100644 --- a/export.php +++ b/export.php @@ -81,4 +81,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.export')); $smarty->assign('content_page_name', 'export.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/import.php b/import.php index 47493db1..a76af182 100644 --- a/import.php +++ b/import.php @@ -53,4 +53,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray()) ); $smarty->assign('title', $i18n->getKey('title.import')); $smarty->assign('content_page_name', 'import.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/initialize.php b/initialize.php index ce6acdfc..c6226fce 100644 --- a/initialize.php +++ b/initialize.php @@ -248,4 +248,3 @@ function init_js_date_locale() };"; $smarty->assign('js_date_locale', $js); } -?> \ No newline at end of file diff --git a/invoice_add.php b/invoice_add.php index 4a25ddc1..fb2c7fe3 100644 --- a/invoice_add.php +++ b/invoice_add.php @@ -96,4 +96,3 @@ $smarty->assign('onload', 'onLoad="document.invoiceForm.number.focus()"'); $smarty->assign('title', $i18n->getKey('title.add_invoice')); $smarty->assign('content_page_name', 'invoice_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/invoice_delete.php b/invoice_delete.php index 9fb7c435..7ef50f84 100644 --- a/invoice_delete.php +++ b/invoice_delete.php @@ -71,4 +71,3 @@ $smarty->assign('onload', 'onLoad="document.invoiceDeleteForm.btn_cancel.focus() $smarty->assign('title', $i18n->getKey('title.delete_invoice')); $smarty->assign('content_page_name', 'invoice_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/invoice_send.php b/invoice_send.php index 1dd2323a..9f933a0c 100644 --- a/invoice_send.php +++ b/invoice_send.php @@ -99,4 +99,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.mailForm.'.($cl_receiver?'comment':'receiver').'.focus()"'); $smarty->assign('content_page_name', 'mail.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/invoice_view.php b/invoice_view.php index a91ddf1b..f05b766e 100644 --- a/invoice_view.php +++ b/invoice_view.php @@ -86,5 +86,4 @@ $smarty->assign('invoice_items', $invoice_items); $smarty->assign('colspan', $colspan); $smarty->assign('title', $i18n->getKey('title.view_invoice')); $smarty->assign('content_page_name', 'invoice_view.tpl'); -$smarty->display('index.tpl'); -?> \ No newline at end of file +$smarty->display('index.tpl'); diff --git a/invoices.php b/invoices.php index f495292e..ad0b2853 100644 --- a/invoices.php +++ b/invoices.php @@ -42,4 +42,3 @@ $smarty->assign('invoices', $invoices); $smarty->assign('title', $i18n->getKey('title.invoices')); $smarty->assign('content_page_name', 'invoices.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/login.php b/login.php index c9ddc817..a6195b28 100644 --- a/login.php +++ b/login.php @@ -93,4 +93,3 @@ $smarty->assign('title', $i18n->getKey('title.login')); $smarty->assign('content_page_name', 'login.tpl'); $smarty->assign('about_text', $i18n->getKey('form.login.about')); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/logout.php b/logout.php index adbcd54d..e2c6cfed 100644 --- a/logout.php +++ b/logout.php @@ -31,4 +31,3 @@ $auth->doLogout(); session_unset(); header('Location: login.php'); -?> \ No newline at end of file diff --git a/notification_add.php b/notification_add.php index 4d1b457c..52e4193e 100644 --- a/notification_add.php +++ b/notification_add.php @@ -91,4 +91,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.add_notification')); $smarty->assign('content_page_name', 'notification_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/notification_delete.php b/notification_delete.php index 62f11ef8..8c3681b0 100644 --- a/notification_delete.php +++ b/notification_delete.php @@ -67,4 +67,3 @@ $smarty->assign('onload', 'onLoad="document.notificationDeleteForm.btn_cancel.fo $smarty->assign('title', $i18n->getKey('title.delete_notification')); $smarty->assign('content_page_name', 'notification_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/notification_edit.php b/notification_edit.php index e029c6ca..d04430b0 100644 --- a/notification_edit.php +++ b/notification_edit.php @@ -97,4 +97,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.add_notification')); $smarty->assign('content_page_name', 'notification_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/notifications.php b/notifications.php index 5f2f6d2f..3848f862 100644 --- a/notifications.php +++ b/notifications.php @@ -54,4 +54,3 @@ $smarty->assign('notifications', $notifications); $smarty->assign('title', $i18n->getKey('title.notifications')); $smarty->assign('content_page_name', 'notifications.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/password_change.php b/password_change.php index 82ba11a4..a44a505e 100644 --- a/password_change.php +++ b/password_change.php @@ -94,4 +94,3 @@ $smarty->assign('forms', array($form->getName() => $form->toArray())); $smarty->assign('title', $i18n->getKey('title.change_password')); $smarty->assign('content_page_name', 'password_change.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/password_reset.php b/password_reset.php index ccb19606..cb84c002 100644 --- a/password_reset.php +++ b/password_reset.php @@ -117,4 +117,3 @@ $smarty->assign('onload', 'onLoad="document.resetPasswordForm.login.focus()"'); $smarty->assign('title', $i18n->getKey('title.reset_password')); $smarty->assign('content_page_name', 'password_reset.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/phpinfo.php b/phpinfo.php index c1b42ed6..61ace196 100644 --- a/phpinfo.php +++ b/phpinfo.php @@ -1,4 +1,2 @@ - diff --git a/profile_edit.php b/profile_edit.php index cdffd861..d5670101 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -268,4 +268,3 @@ $smarty->assign('onload', 'onLoad="handlePluginCheckboxes()"'); $smarty->assign('title', $i18n->getKey('title.profile')); $smarty->assign('content_page_name', 'profile_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/project_add.php b/project_add.php index 2bdb77bb..97ccd434 100644 --- a/project_add.php +++ b/project_add.php @@ -93,4 +93,3 @@ $smarty->assign('onload', 'onLoad="document.projectForm.project_name.focus()"'); $smarty->assign('title', $i18n->getKey('title.add_project')); $smarty->assign('content_page_name', 'project_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/project_delete.php b/project_delete.php index c49841b6..f9f388c9 100644 --- a/project_delete.php +++ b/project_delete.php @@ -67,4 +67,3 @@ $smarty->assign('onload', 'onLoad="document.projectDeleteForm.btn_cancel.focus() $smarty->assign('title', $i18n->getKey('title.delete_project')); $smarty->assign('content_page_name', 'project_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/project_edit.php b/project_edit.php index 2726005c..d43b6a86 100644 --- a/project_edit.php +++ b/project_edit.php @@ -131,4 +131,3 @@ $smarty->assign('onload', 'onLoad="document.projectForm.name.focus()"'); $smarty->assign('title', $i18n->getKey('title.edit_project')); $smarty->assign('content_page_name', 'project_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/projects.php b/projects.php index 8f1ce5c6..cc79e4ab 100644 --- a/projects.php +++ b/projects.php @@ -47,4 +47,3 @@ $smarty->assign('inactive_projects', $inactive_projects); $smarty->assign('title', $i18n->getKey('title.projects')); $smarty->assign('content_page_name', 'projects.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/register.php b/register.php index 67f7d108..1b3038fc 100644 --- a/register.php +++ b/register.php @@ -107,4 +107,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.profileForm.team.focus()"'); $smarty->assign('content_page_name', 'register.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/report.php b/report.php index 5ed7108d..6e68c179 100644 --- a/report.php +++ b/report.php @@ -120,4 +120,3 @@ $smarty->assign('bean', $bean); $smarty->assign('title', $i18n->getKey('title.report').": ".$totals['start_date']." - ".$totals['end_date']); $smarty->assign('content_page_name', 'report.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/report_send.php b/report_send.php index 18e731e8..ce698e3c 100644 --- a/report_send.php +++ b/report_send.php @@ -96,4 +96,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.mailForm.'.($cl_receiver?'comment':'receiver').'.focus()"'); $smarty->assign('content_page_name', 'mail.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/reports.php b/reports.php index 9e18a0b0..03dbb9be 100644 --- a/reports.php +++ b/reports.php @@ -331,4 +331,3 @@ $smarty->assign('onload', 'onLoad="handleCheckboxes()"'); $smarty->assign('title', $i18n->getKey('title.reports')); $smarty->assign('content_page_name', 'reports.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/task_add.php b/task_add.php index b37f1065..d50998c6 100644 --- a/task_add.php +++ b/task_add.php @@ -82,4 +82,3 @@ $smarty->assign('onload', 'onLoad="document.taskForm.name.focus()"'); $smarty->assign('title', $i18n->getKey('title.add_task')); $smarty->assign('content_page_name', 'task_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/task_delete.php b/task_delete.php index 3329264b..b7b33c22 100644 --- a/task_delete.php +++ b/task_delete.php @@ -67,4 +67,3 @@ $smarty->assign('onload', 'onLoad="document.taskDeleteForm.btn_cancel.focus()"') $smarty->assign('title', $i18n->getKey('title.delete_task')); $smarty->assign('content_page_name', 'task_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/task_edit.php b/task_edit.php index 3a03d428..47722f6d 100644 --- a/task_edit.php +++ b/task_edit.php @@ -112,4 +112,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.edit_task')); $smarty->assign('content_page_name', 'task_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/tasks.php b/tasks.php index 6258831c..cf7f607c 100644 --- a/tasks.php +++ b/tasks.php @@ -41,4 +41,3 @@ $smarty->assign('inactive_tasks', ttTeamHelper::getInactiveTasks($user->team_id) $smarty->assign('title', $i18n->getKey('title.tasks')); $smarty->assign('content_page_name', 'tasks.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/time.php b/time.php index e600968e..60b396a6 100644 --- a/time.php +++ b/time.php @@ -371,4 +371,3 @@ $smarty->assign('timestring', $selected_date->toString($user->date_format)); $smarty->assign('title', $i18n->getKey('title.time')); $smarty->assign('content_page_name', 'time.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/time_delete.php b/time_delete.php index 7125a57e..84e7bc10 100644 --- a/time_delete.php +++ b/time_delete.php @@ -101,4 +101,3 @@ $smarty->assign('forms', array($form->getName() => $form->toArray())); $smarty->assign('title', $i18n->getKey('title.delete_time_record')); $smarty->assign('content_page_name', 'time_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/time_edit.php b/time_edit.php index 4c255dbe..36f8cc98 100644 --- a/time_edit.php +++ b/time_edit.php @@ -407,4 +407,3 @@ $smarty->assign('onload', 'onLoad="fillDropdowns()"'); $smarty->assign('title', $i18n->getKey('title.edit_time_record')); $smarty->assign('content_page_name', 'time_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/tofile.php b/tofile.php index 3d264e0d..a784a1e9 100644 --- a/tofile.php +++ b/tofile.php @@ -225,4 +225,3 @@ if ('csv' == $type) { } } } -?> \ No newline at end of file diff --git a/topdf.php b/topdf.php index d1c954e9..286724fe 100644 --- a/topdf.php +++ b/topdf.php @@ -405,4 +405,3 @@ $pdf->writeHTML($html, true, false, false, false, ''); $pdf->Output('timesheet.pdf', 'D'); // D is for downloads. // End of of TCPDF code. -?> \ No newline at end of file diff --git a/user_add.php b/user_add.php index cf2fe76b..2d0b964e 100644 --- a/user_add.php +++ b/user_add.php @@ -172,4 +172,3 @@ $smarty->assign('onload', 'onLoad="document.userForm.name.focus();handleClientCo $smarty->assign('title', $i18n->getKey('title.add_user')); $smarty->assign('content_page_name', 'user_add.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/user_delete.php b/user_delete.php index aed2746a..6171f7f1 100644 --- a/user_delete.php +++ b/user_delete.php @@ -97,4 +97,3 @@ $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.delete_user')); $smarty->assign('content_page_name', 'user_delete.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/user_edit.php b/user_edit.php index e51142e1..a5311e0a 100644 --- a/user_edit.php +++ b/user_edit.php @@ -235,4 +235,3 @@ $smarty->assign('user_id', $user_id); $smarty->assign('title', $i18n->getKey('title.edit_user')); $smarty->assign('content_page_name', 'user_edit.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file diff --git a/users.php b/users.php index 9de72230..3a3b146f 100644 --- a/users.php +++ b/users.php @@ -49,4 +49,3 @@ $smarty->assign('can_delete_manager', $can_delete_manager); $smarty->assign('title', $i18n->getKey('title.users')); $smarty->assign('content_page_name', 'users.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file