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; }
function setOnClick($str) { $this->on_click = $str; }
function setLocalization($i18n) {
- $this->mI18n = $i18n;
- }
+ }
function toStringControl() {
return "";
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.10.38.3608 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.10.38.3609 | Copyright © <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>