var $name = '';
// TODO: refactoring ongoing down from here.
- var $mId = "";
var $error;
var $debugFunction;
var $mElements = array();
var $mRequest;
- function __construct($formid) {
- $this->name = $formid;
+ function __construct($formName) {
+ $this->name = $formName;
}
function setRequest(&$request) {
// name
// onsubmit
// onreset
- function setName($value) { $this->name = $value; }
function getName() { return $this->name; }
- function setId($value) { $this->mId = $value; }
- function getId() { return $this->mId; }
-
function isSubmit() {
if (!isset($this->mRequest)) return false;
$result = false;
function toStringOpenTag() {
$html = "<form name=\"$this->name\"";
- if ($this->mId!="")
- $html .= " id=\"$this->mId\"";
-
$html .= ' method="post"';
// Add enctype for file upload forms.
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.9.36.3569 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.9.36.3570 | 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>