From 2988c4c0c9eed1dd99cbdcbe29c3171db8fa54ba Mon Sep 17 00:00:00 2001 From: anuko Date: Mon, 20 Feb 2017 00:08:44 +0000 Subject: [PATCH] Removed unused stuff. --- WEB-INF/lib/form/FormElement.class.php | 4 ---- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/WEB-INF/lib/form/FormElement.class.php b/WEB-INF/lib/form/FormElement.class.php index f8b92d6f..6bdca866 100644 --- a/WEB-INF/lib/form/FormElement.class.php +++ b/WEB-INF/lib/form/FormElement.class.php @@ -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; } diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 5340fa46..dbfde959 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.10.38.3597 | Copyright © Anuko | +  Anuko Time Tracker 1.10.38.3598 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1