]> wagnertech.de Git - timetracker.git/commitdiff
Removed closing PHP tags in more files
authorNik Okuntseff <support@anuko.com>
Fri, 11 Mar 2016 11:55:35 +0000 (03:55 -0800)
committerNik Okuntseff <support@anuko.com>
Fri, 11 Mar 2016 11:55:35 +0000 (03:55 -0800)
27 files changed:
WEB-INF/lib/form/ActionErrors.class.php
WEB-INF/lib/form/ActionForm.class.php
WEB-INF/lib/form/Calendar.class.php
WEB-INF/lib/form/Checkbox.class.php
WEB-INF/lib/form/CheckboxCellRenderer.class.php
WEB-INF/lib/form/CheckboxGroup.class.php
WEB-INF/lib/form/Combobox.class.php
WEB-INF/lib/form/DateField.class.php
WEB-INF/lib/form/DefaultCellRenderer.class.php
WEB-INF/lib/form/FloatField.class.php
WEB-INF/lib/form/Form.class.php
WEB-INF/lib/form/FormElement.class.php
WEB-INF/lib/form/Hidden.class.php
WEB-INF/lib/form/Submit.class.php
WEB-INF/lib/form/Table.class.php
WEB-INF/lib/form/TableColumn.class.php
WEB-INF/lib/form/TextArea.class.php
WEB-INF/lib/form/TextField.class.php
WEB-INF/lib/form/UploadFile.class.php
WEB-INF/lib/html/HttpRequest.class.php
WEB-INF/templates/footer.tpl
mobile/access_denied.php
mobile/login.php
mobile/time.php
mobile/time_delete.php
mobile/time_edit.php
plugins/CustomFields.class.php

index 44b2b2c033f4efd557b59eb624e60a08fb721bb4..04a6333f0db677277616b1b29e8c7b7f8529feec 100644 (file)
@@ -63,4 +63,3 @@ class ActionErrors {
         return $this->errors;
     }
 }
         return $this->errors;
     }
 }
-?>
\ No newline at end of file
index 30d5c93da7b4b28594f05981ca240ab0fc34d77d..2029c2032f34ac5d6dd7b372697b6c57894803f2 100644 (file)
@@ -222,4 +222,4 @@ class ActionForm {
        return (isset($_SESSION[$this->mSessionCell . "session_store_elements"]) ? true : false);
     }
 }
        return (isset($_SESSION[$this->mSessionCell . "session_store_elements"]) ? true : false);
     }
 }
-?>
+
index 811a3fc5274af309b35f28942350b9673eb906b6..b2cdf33b111db0e06d185ab8b9db37f8dfdb5913 100644 (file)
@@ -281,4 +281,3 @@ class Calendar extends FormElement {
         return false;
     }
 }
         return false;
     }
 }
-?>
\ No newline at end of file
index f605edf65ac6c738afac6dd13ba0ba6c7fcccadf..6cd80740d34ec55c67275d89bf2f60edb2be9790 100644 (file)
@@ -75,4 +75,3 @@ class Checkbox extends FormElement {
                return $html;
        }
 }
                return $html;
        }
 }
-?>
\ No newline at end of file
index 5c3180ed2b86e4cf47eeca53d359bfb7d17e6317..8ebfd6db6090cd59d0b28e6f84d0faccf668b854 100644 (file)
@@ -44,4 +44,3 @@ class CheckboxCellRenderer extends DefaultCellRenderer {
     return $html;
   }
 }
     return $html;
   }
 }
-?>
\ No newline at end of file
index 6fef23171993a2495cecdb2efd990d6c6b4cdd0a..46ea284bce62b874dbc86fa80d842b78c2ab719a 100644 (file)
@@ -160,4 +160,3 @@ class CheckboxGroup extends FormElement {
                return $html.$str;
        }
 }
                return $html.$str;
        }
 }
-?>
\ No newline at end of file
index 31b89bed7b92e6cee572497284bee084158cfb4a..778379303a86443b3fc49c3d9b0a7755755efece 100644 (file)
@@ -112,4 +112,3 @@ class Combobox extends FormElement {
                return $html;
        }
 }
                return $html;
        }
 }
-?>
\ No newline at end of file
index aa8a1498079ea26a3f38568a25ce14512bf3d07c..7fbbcbc5360f8a8d83feb9f42ba28b6fe2c87c3d 100644 (file)
@@ -427,4 +427,3 @@ class DateField extends TextField {
     return $html;
   }
 }
     return $html;
   }
 }
-?>
\ No newline at end of file
index adbd141e87b8c7d04b38658ec072846af19e87d5..2813a36deb27619ac99c2f21f93f7e5e10408190 100644 (file)
@@ -71,4 +71,3 @@ class DefaultCellRenderer {
                return $this->toString();
        }
 }
                return $this->toString();
        }
 }
-?>
\ No newline at end of file
index 370b28b4647d6500279f7fe37c38f9c6225c810d..46bdb6d6f5f9d4c1904bd09bb3b4d4a9df8d3dbb 100644 (file)
@@ -71,4 +71,3 @@ class FloatField extends TextField {
                }
        }
 }
                }
        }
 }
-?>
\ No newline at end of file
index 340637d0e4fbaf437348d5420e622702a7fa1ca3..6fb6ce1215cfb0cbad26b2efcba5bdcb4a63db92 100644 (file)
@@ -317,5 +317,3 @@ class Form {
        }
     }
 }
        }
     }
 }
-
-?>
\ No newline at end of file
index 9e27392415f0a4ce50ae90f3b71f5d0376f5853f..c576451ce74d2f7905b55ff11d2b997f560ceb75 100644 (file)
@@ -118,4 +118,3 @@ class FormElement {
        }
 
 }
        }
 
 }
-?>
\ No newline at end of file
index 660870b4712c76fd140404bc759de0cf9fc6e24e..3530f1baf419437234b0a2b17c377abf83efbac0 100644 (file)
@@ -51,4 +51,3 @@ class Hidden extends FormElement {
                return $html;
        }
 }
                return $html;
        }
 }
-?>
\ No newline at end of file
index d621850b73a28eab671d66a53be133c6d08c59c8..2c65035e4130569b862f77d9cb0fbcb9c1e52c23 100644 (file)
@@ -60,4 +60,3 @@ class Submit extends FormElement {
                return $html;
        }
 }
                return $html;
        }
 }
-?>
\ No newline at end of file
index 89f6543f3754a5d659481d0fb90d002a4c8816a8..12b356a8ce7246804d84b7c62fe469430da67188 100644 (file)
@@ -223,4 +223,3 @@ class Table extends FormElement {
     return $html;
   }
 }
     return $html;
   }
 }
-?>
\ No newline at end of file
index 3af7b2a439dcbf1ebb1462337736cfa0acbde9cf..aa1ec4b1f7b047ccf6e9a18ab7de707b0c171670 100644 (file)
@@ -79,4 +79,3 @@ class TableColumn {
         return $this->mWidth;
     }
 }
         return $this->mWidth;
     }
 }
-?>
\ No newline at end of file
index 9cfd431580463d1e32c9c096f4b44bb2665116d9..887f8ad4c24aeb68d93287012a045bede0314332 100644 (file)
@@ -101,4 +101,3 @@ class TextArea extends FormElement {
                return $s;
        }
 }
                return $s;
        }
 }
-?>
\ No newline at end of file
index 3d5ce7af79455c343c2f5bf54e1d1b15c032d55d..fdd022a9bd6d7ca6cdf9697f4245ba921c2abe04 100644 (file)
@@ -74,4 +74,3 @@ class TextField extends FormElement {
                return $html;
        }
 }
                return $html;
        }
 }
-?>
\ No newline at end of file
index be57fa4c4a2b01362a0957c358d4676f6215bb18..ad3f21fa4854ecd94e60d147464dde49e2d72dd1 100644 (file)
@@ -66,4 +66,3 @@ class UploadFile extends FormElement {
                return $html;
        }
 }
                return $html;
        }
 }
-?>
\ No newline at end of file
index 857194a15b3c7abc2130809531704b07fb590f2e..84081c713786363fa50108f0e5662731ddc09b80 100644 (file)
@@ -48,4 +48,3 @@ class ttHttpRequest {
     return $default;
   }
 }
     return $default;
   }
 }
-?>
\ No newline at end of file
index 2de3e4b8154971ba616f6b68de36c69cf7f17e1b..d9f24971b97b295512c87e21d313e6a8d9699534 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.9.14.3403 | 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.14.3404 | 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>
             <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 27ba6e84e9751dc57ea4e75ce7fa81b25a2044bb..1454fae3ae6ffe6ac8574b1ff779bc89b3e2991e 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', 'mobile/access_denied.tpl');
 $smarty->display('mobile/index.tpl');
 $smarty->assign('title', $i18n->getKey('label.error'));
 $smarty->assign('content_page_name', 'mobile/access_denied.tpl');
 $smarty->display('mobile/index.tpl');
-?>
\ No newline at end of file
index f1c171a1b49a38526ad72d67490a46ec4882131c..180f0115aab331caef626c03c50ab309262558a8 100644 (file)
@@ -96,4 +96,3 @@ $smarty->assign('onload', 'onLoad="document.loginForm.'.(!$cl_login?'login':'pas
 $smarty->assign('title', $i18n->getKey('title.login'));
 $smarty->assign('content_page_name', 'mobile/login.tpl');
 $smarty->display('mobile/index.tpl');
 $smarty->assign('title', $i18n->getKey('title.login'));
 $smarty->assign('content_page_name', 'mobile/login.tpl');
 $smarty->display('mobile/index.tpl');
-?>
\ No newline at end of file
index 21c438511ef12c79f779394f1bbd8f82db984d75..0e787fc612700928186c34eb64c9c42bb976976b 100644 (file)
@@ -305,4 +305,3 @@ $smarty->assign('timestring', $selected_date->toString($user->date_format));
 $smarty->assign('title', $i18n->getKey('title.time'));
 $smarty->assign('content_page_name', 'mobile/time.tpl');
 $smarty->display('mobile/index.tpl');
 $smarty->assign('title', $i18n->getKey('title.time'));
 $smarty->assign('content_page_name', 'mobile/time.tpl');
 $smarty->display('mobile/index.tpl');
-?>
\ No newline at end of file
index eb4ac2bf89caba40f50ab189d57a88a7b5d9a72d..ef955e9a7e3f7e0c38228662d60d17b68c64101f 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', 'mobile/time_delete.tpl');
 $smarty->display('mobile/index.tpl');
 $smarty->assign('title', $i18n->getKey('title.delete_time_record'));
 $smarty->assign('content_page_name', 'mobile/time_delete.tpl');
 $smarty->display('mobile/index.tpl');
-?>
\ No newline at end of file
index 440aeefa8453ff9f36101f90b9cbf8bfe5647180..00255894cfa08f4f941033c0797181407c6eea3e 100644 (file)
@@ -347,4 +347,3 @@ $smarty->assign('onload', 'onLoad="fillDropdowns()"');
 $smarty->assign('title', $i18n->getKey('title.edit_time_record'));
 $smarty->assign('content_page_name', 'mobile/time_edit.tpl');
 $smarty->display('mobile/index.tpl');
 $smarty->assign('title', $i18n->getKey('title.edit_time_record'));
 $smarty->assign('content_page_name', 'mobile/time_edit.tpl');
 $smarty->display('mobile/index.tpl');
-?>
\ No newline at end of file
index 6eff5547e4158e36716cb07d3d4c366462792f13..1c2483a1e64af8f5b8abd17d9392fe5978d165a0 100644 (file)
@@ -310,4 +310,3 @@ class CustomFields {
     return (!is_a($affected, 'PEAR_Error'));
   }
 }
     return (!is_a($affected, 'PEAR_Error'));
   }
 }
-?>
\ No newline at end of file