From 74fabe9994c7071691060ed4a37d7ef8f79203f7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 21 Aug 2011 13:46:21 +0000 Subject: [PATCH] removed implemented todo --- etemplate/inc/class.etemplate_widget.inc.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/etemplate/inc/class.etemplate_widget.inc.php b/etemplate/inc/class.etemplate_widget.inc.php index b268f22abd..75c35287eb 100644 --- a/etemplate/inc/class.etemplate_widget.inc.php +++ b/etemplate/inc/class.etemplate_widget.inc.php @@ -19,10 +19,6 @@ require_once EGW_INCLUDE_ROOT.'/etemplate/inc/class.etemplate_widget_grid.inc.ph * eTemplate widget baseclass * * @todo text content, eg. the styles of a template are not parsed, thought they are not used here either - * @todo validation: disabled attribute - * - widget - * - grid row - * - grid column */ class etemplate_widget { @@ -692,7 +688,7 @@ class etemplate_widget_box extends etemplate_widget etemplate_widget::registerWidget('etemplate_widget_box', array('box', 'hbox', 'vbox', 'groupbox')); /** - * Describtion widget + * Description widget * * Reimplemented to set legacy options */