Removed unused member variable.
authoranuko <support@anuko.com>
Tue, 28 Feb 2017 14:23:57 +0000 (14:23 +0000)
committeranuko <support@anuko.com>
Tue, 28 Feb 2017 14:23:57 +0000 (14:23 +0000)
WEB-INF/lib/form/DateField.class.php
WEB-INF/lib/form/FormElement.class.php
WEB-INF/templates/footer.tpl

index 9035bff..87f9ee8 100644 (file)
@@ -409,9 +409,6 @@ class DateField extends TextField {
       if ($this->on_click!="")
          $html .= " onclick=\"$this->on_click\"";
 
-      if ($this->mOnFocus!="")
-         $html .= " onfocus=\"$this->mOnFocus\"";
-
       $html .= " value=\"".htmlspecialchars($this->getValue())."\"";
       $html .= ">";
       
index a752aa5..945fcfb 100644 (file)
@@ -38,7 +38,6 @@ class FormElement {
   var $on_click = '';   // What happens when the control is clicked.
 
   // TODO: refactoring ongoing down from here.
-       var $mOnFocus           = "";
        var $mLabel         = "";
        var $mStyle         = "";
        var $mRenderable    = true;
index b53659f..e6c1d4f 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.3601 | 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.3602 | 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>