Some more refactoring.
authoranuko <support@anuko.com>
Tue, 28 Feb 2017 18:56:21 +0000 (18:56 +0000)
committeranuko <support@anuko.com>
Tue, 28 Feb 2017 18:56:21 +0000 (18:56 +0000)
WEB-INF/lib/form/FormElement.class.php
WEB-INF/templates/footer.tpl

index bd8cd6d..260fbef 100644 (file)
@@ -41,14 +41,12 @@ class FormElement {
   var $enabled = true;  // Whether the control is enabled.
   var $class = 'FormElement'; // Class name for the element.
 
-  // TODO: refactoring ongoing down from here.
-       var $mI18n                      = null;
+  function __construct() {
+  }
 
-       function __construct() {
-       }
+  function getClass() { return $this->class; }
 
-       function getClass() { return $this->class; }
-       
+  // TODO: refactoring ongoing down from here.
        function setName($name) { $this->name = $name; }
        function getName()      { return $this->name; }
        
@@ -83,8 +81,7 @@ class FormElement {
        function setOnClick($str) { $this->on_click = $str; }
 
        function setLocalization($i18n) {
-               $this->mI18n = $i18n;
-       }
+        }
        
        function toStringControl()      {
                return "";
index 36584cb..ca09cf3 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.10.38.3608 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.10.38.3609 | 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>