Removed unused stuff.
authoranuko <support@anuko.com>
Mon, 20 Feb 2017 00:08:44 +0000 (00:08 +0000)
committeranuko <support@anuko.com>
Mon, 20 Feb 2017 00:08:44 +0000 (00:08 +0000)
WEB-INF/lib/form/FormElement.class.php
WEB-INF/templates/footer.tpl

index f8b92d6..6bdca86 100644 (file)
@@ -35,7 +35,6 @@ class FormElement {
   var $size = '';
   var $max_length = '';
   // TODO: refactoring ongoing down from here.
-       var $mAccesskey     = "";
        var $mOnSelect          = "";
        var $mOnChange          = "";
        var $mOnClick           = "";
@@ -76,9 +75,6 @@ class FormElement {
        
        function setMaxLength($value) { $this->max_length = $value; }
        function getMaxLength() { return $this->max_length; }
-       
-       function setAccesskey($value) { $this->mAccesskey = $value; }
-       function getAccesskey() { return $this->mAccesskey; }
 
        function setStyle($value)       { $this->mStyle = $value; }
        function getStyle() { return $this->mStyle; }
index 5340fa4..dbfde95 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.3597 | 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.3598 | 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>