]> wagnertech.de Git - timetracker.git/commitdiff
Removed PHP closing tag in more files
authorNik Okuntseff <support@anuko.com>
Fri, 11 Mar 2016 01:32:34 +0000 (17:32 -0800)
committerNik Okuntseff <support@anuko.com>
Fri, 11 Mar 2016 01:32:34 +0000 (17:32 -0800)
63 files changed:
WEB-INF/templates/footer.tpl
access_denied.php
admin_options.php
admin_team_add.php
admin_team_delete.php
admin_team_edit.php
admin_teams.php
cf_custom_field_add.php
cf_custom_field_delete.php
cf_custom_field_edit.php
cf_custom_fields.php
cf_dropdown_option_add.php
cf_dropdown_option_delete.php
cf_dropdown_option_edit.php
cf_dropdown_options.php
charts.php
client_add.php
client_delete.php
client_edit.php
clients.php
cron.php
expense_delete.php
expense_edit.php
expenses.php
export.php
import.php
initialize.php
invoice_add.php
invoice_delete.php
invoice_send.php
invoice_view.php
invoices.php
login.php
logout.php
notification_add.php
notification_delete.php
notification_edit.php
notifications.php
password_change.php
password_reset.php
phpinfo.php
profile_edit.php
project_add.php
project_delete.php
project_edit.php
projects.php
register.php
report.php
report_send.php
reports.php
task_add.php
task_delete.php
task_edit.php
tasks.php
time.php
time_delete.php
time_edit.php
tofile.php
topdf.php
user_add.php
user_delete.php
user_edit.php
users.php

index fc7e306b3649bf6a3d4b56b1bd1d6136708486cf..8bd37deb3b33f050582bbad558ae0d08c24c8b96 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.9.13.3401 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.9.13.3402 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index f046a53521781f7b2eec516b762ea3a943da90e4..05983f5f67f98f2efcede663247b7110fd4e8dc5 100644 (file)
@@ -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
index ac90921b879e31fac4f07df728485efb31863584..435449de7c1504cc11f28a24792b44640a3b03c1 100644 (file)
@@ -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
index b41571c76e0966585f63dcee47f4b31a9e180b22..22176d134f2af901baf7cbd1fb7c0aee530a18fe 100644 (file)
@@ -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
index 25003184410744806306d999d09e6ea10f9e31a3..2ef098387cd0391625901069ad59fec52a251a80 100644 (file)
@@ -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
index c6181a68275216b93c47465cbef55c50254d5668..807810dabff9327a5c79650efcbf742854b56b8f 100644 (file)
@@ -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
index 73777d22a0b4c435b5b92eebca343e50db1f8dd9..a1f848a4f4a7d9766320bdf0efe7b570a5a4b075 100644 (file)
@@ -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
index 1818b5722ac42192862c8baae7d383bcb764232c..fc35cf13e4a95c3313cc68ae317bcebc0ed103da 100644 (file)
@@ -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
index 6f42e31f91b83427534cd2803bbc9eacf3c2408c..7ae62ac40fd9cc9817d4a340e604dfba8aef53bc 100644 (file)
@@ -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
index 796ad1727ab39b7224c83bf5d1c25dcd4282e23a..71ffd39cd9fb8238f5b4d6400b4d54dbc8fd547f 100644 (file)
@@ -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
index 942817db6a1c24882c29a3014088cb5c73d3785a..35ae94d0a69979a2b68db2db8d9e788cd6e23d43 100644 (file)
@@ -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
index d13c33bef2331752809b59ee9eafce523a063e70..1eca2138d87f7c30d324edcb213322a3c7f3d679 100644 (file)
@@ -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
index 8ae9456797f9b7dc4a15fa4b37c110d8645ab0a5..8adb43aa9af7b43da96fbefaaafb8028e5b448a7 100644 (file)
@@ -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
index bd190435d72fca95ce9cbe4c62f5cd67be039ee5..ddea967b7813dfe8be79637c9e97269f40122755 100644 (file)
@@ -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
index c8713caffd6d1449e3610de0ecdbf21bc1c3e36d..e12900b2a525950f06d5fadbd11b63aa1b6b29e2 100644 (file)
@@ -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
index 5e26978e0e35301148350404703ed55844cb71be..5bf9034899a6209b4cf8ad21340f1ec16ea5eab1 100644 (file)
@@ -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
index 503b94031697add322e0a6dcd72242247dd1a8d0..9363e594a177a87c7e7b0c53c45e0ef35d4c93c1 100644 (file)
@@ -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
index d03ef9c9f6bef0a6b5b0af2648a49daf71f8f5fb..7cf05ebb8c26b7c454a1b8cf466f993feb81102c 100644 (file)
@@ -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
index 400286d017489147b88458aa546501d436f5f908..c13d42e214f60710936fce11fa388e4617de1671 100644 (file)
@@ -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
index 61c66583b1b58c276e0083df5f72a2a3147422c4..6dcfe4a5663d4331708b7e978260d075baf478bc 100644 (file)
@@ -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
index 22b4991d32e2484318c435736c12ba392f93bb8d..908c890c06e60e992927266452c1154c8c69e916 100644 (file)
--- a/cron.php
+++ b/cron.php
@@ -80,5 +80,3 @@ while ($val = $res->fetchRow()) {
 }
 
 echo "Done!";
-
-?>
\ No newline at end of file
index e8828e0c12003d7ab6c958e8033abe4b5c93b566..7100d08439e0c86550bda895f83ac2febc04a4e1 100644 (file)
@@ -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
index f9c94dd647b3c220dfaca4aa40730bc9f4cfc0c4..806a02f6c6e525998f9414cf70510a33b2151849 100644 (file)
@@ -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
index 9a08375bbc43cec3839a16cc4a97df346d85d94a..1e4b7f1690067936cb9b01277035d1c650351ce5 100644 (file)
@@ -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
index 4bb9db3d4cbfa9f74090480164266fe8c65e4426..e0894da2b60848651843cf6af59ffdad0d84bacb 100644 (file)
@@ -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
index 47493db1e494d1bfb05adf6fa70e18759b35b627..a76af182d45a880880b2f6d548dce44819f5c284 100644 (file)
@@ -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
index ce6acdfc47ab10f37a23d8ad3b1ec16999be1753..c6226fcec8037b12507f08f6db09e28c98cb22c3 100644 (file)
@@ -248,4 +248,3 @@ function init_js_date_locale()
     };";
   $smarty->assign('js_date_locale', $js);
 }
-?>
\ No newline at end of file
index 4a25ddc18392df6dfe687422d5333fdd02c6b699..fb2c7fe3db5a3bcb2eed86ac5c44c4848b06dc4e 100644 (file)
@@ -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
index 9fb7c435b805352ccb59c973c6e59a8decf5b318..7ef50f84bd3e6435bde9e1915532c0950c49778f 100644 (file)
@@ -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
index 1dd2323ab264b5e1879ba33eaef02830ad8ef3ca..9f933a0cf8def3e599fcc2e8e96338d5d1021dd2 100644 (file)
@@ -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
index a91ddf1b4a316c0dc0a9a8a984c07e9528468724..f05b766e804d657675481a495e3e7eeac60ed988 100644 (file)
@@ -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');
index f495292e1144059b7b3fb06c934171bde21f99b3..ad0b28533546d5914232f46d507a35dafefe90a4 100644 (file)
@@ -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
index c9ddc8170167548fe40a2a63e685e9f11128686c..a6195b28617f78789bc9aa38d447bead4ce2ba8b 100644 (file)
--- 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
index adbcd54df2f26c504e07b51554ab35f5534dd496..e2c6cfedc1aa3c442054168e0dbcf13f482d0c73 100644 (file)
@@ -31,4 +31,3 @@ $auth->doLogout();
 session_unset();
 
 header('Location: login.php');
-?>
\ No newline at end of file
index 4d1b457c497662997856594c942fbe74007e1656..52e4193eb498e21a313e3a0d4c9e1a2f329220be 100644 (file)
@@ -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
index 62f11ef8e7e9a5c06d85f6439b85e22ebfde0294..8c3681b0407953d740e15f5c9d804262d0dd4302 100644 (file)
@@ -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
index e029c6ca5f32e816119c12bca70230e175114f2f..d04430b0c7fb55d3a2223e11a876c870bb35f654 100644 (file)
@@ -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
index 5f2f6d2f75b996df538cc4dae0bf5a71b9ed48bc..3848f862b6cd539aabb39879389b5e620c16750f 100644 (file)
@@ -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
index 82ba11a4e4aa423e6e5c7033d9d10dae3b8a56a8..a44a505eec964b42e9eb27c197fa6e83ace181c0 100644 (file)
@@ -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
index ccb1960693b5b02e365a23bc8262a3940e4d1485..cb84c0029ea4378335491e89722f0db1d49ff387 100644 (file)
@@ -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
index c1b42ed6303bef4a155da531bd9d23c8678bb99c..61ace196d4129411be0800919d883e132b0bf075 100644 (file)
@@ -1,4 +1,2 @@
 <?php
 phpinfo();
-?>
-
index cdffd861e8014a164f56c30fbdeb33daa3c2ca1a..d5670101346389813317d6ba074afdf776cc4ef8 100644 (file)
@@ -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
index 2bdb77bbc6b854868ee8e49df631996d2a1395b5..97ccd434052babd0671ffc2abba245b51b3fb89a 100644 (file)
@@ -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
index c49841b6d9bdd9779d6277a7110e3c3287d7939e..f9f388c952e1e23791ac7f7fffe0c63382b6cd28 100644 (file)
@@ -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
index 2726005c280f2c5a24477649c9f9356331d62a43..d43b6a867f0f0392be3310b172efde905135faf6 100644 (file)
@@ -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
index 8f1ce5c67b9247619cf2b436eed440bbfddacf80..cc79e4ab7a5e0d1223e8d7d5b29f2560f0a97057 100644 (file)
@@ -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
index 67f7d108f5c932dc07a813d6c4993880a96d1a23..1b3038fcfb39b926128a53b26dc79ea0dffc0488 100644 (file)
@@ -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
index 5ed7108d3b914f96870a30cea3295eb306f380b8..6e68c1790910b19c75ea847b9e5eef11918f3483 100644 (file)
@@ -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
index 18e731e8ae9c8afa58e0ae2c7e352befced5dd6a..ce698e3c1c9f463a2325347ce6240758fbbf95dd 100644 (file)
@@ -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
index 9e18a0b03392ea5a5773e4955be177b451ee4fcf..03dbb9be255b4278f30d9662b10a0b0a7dd2922f 100644 (file)
@@ -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
index b37f1065545593a682284cc0fb0bc7e40fc76caa..d50998c62041fc9860df1d843057a74697c1bf83 100644 (file)
@@ -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
index 3329264b4746431d100a78f6170f140110750834..b7b33c225c00a9c121b7ab2e2a604e4c39bda946 100644 (file)
@@ -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
index 3a03d428135f1ba0d0bc53cfbccfe9cfaa9ac76f..47722f6d01a3ea72d8587b22d3ca8df34ee86846 100644 (file)
@@ -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
index 6258831c85e39ab6f4c35e4632e01ef9938fbc8c..cf7f607cc4d9023823f96c7cab2bfc93757afb63 100644 (file)
--- 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
index e600968e44fd146e34800ce63f38bfa154b28490..60b396a6414733e6096a81c5a0ebd3b9daf6d25d 100644 (file)
--- 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
index 7125a57ec9a48df4475ba5b1fc8eba0f3876048d..84e7bc1054ed2f04c3b0b3e94052e655636468b8 100644 (file)
@@ -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
index 4c255dbef2765aa0af2006adbf14df6a1aa0d6d1..36f8cc98da8fb634290c218dbe210e11a735ba25 100644 (file)
@@ -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
index 3d264e0dfb7b213ce3fd23e224aac0b9d3318379..a784a1e99618ebc662476f50de1ae1042e874b35 100644 (file)
@@ -225,4 +225,3 @@ if ('csv' == $type) {
     }
   }
 }
-?>
\ No newline at end of file
index d1c954e901ce123cd1ca27b466fdd72e6e3f0a20..286724fee300486ab54565515aca99d2aa2d4a42 100644 (file)
--- 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
index cf2fe76b511a7fac953a828d93b1ecdc0cd5bc04..2d0b964ed6d0e87b2051d0da38408b9540754efe 100644 (file)
@@ -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
index aed2746adf0d434718c524370f8900fc4c3498a4..6171f7f19a9507c52c5815dd20f556718539a1b8 100644 (file)
@@ -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
index e51142e1c8a53c1010475cafbc793ecdcc69ef6a..a5311e0a6baa258e49a4f761d025d6bce2986dee 100644 (file)
@@ -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
index 9de72230f434d98e80734760cc5a51b33ffa0194..3a3b146f60cc75ee9c95ea0137b14c384b2b8c73 100644 (file)
--- 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