From 5da182335ceec1c8ad68047217a33375897f1c1d Mon Sep 17 00:00:00 2001 From: jrags <> Date: Tue, 19 Sep 2006 04:50:28 +0000 Subject: Minor changes to the base classes, also adding the empty new login controls --- framework/Web/UI/WebControls/TLoginStatus.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 framework/Web/UI/WebControls/TLoginStatus.php (limited to 'framework/Web/UI/WebControls/TLoginStatus.php') diff --git a/framework/Web/UI/WebControls/TLoginStatus.php b/framework/Web/UI/WebControls/TLoginStatus.php new file mode 100644 index 00000000..d82112de --- /dev/null +++ b/framework/Web/UI/WebControls/TLoginStatus.php @@ -0,0 +1,15 @@ + + * @version $Id: TLoginStatus.php 1398 2006-09-08 19:31:03Z xue $ + * @package System.Web.UI.WebControls + * @since 3.1 + */ +class TLoginStatus extends TCompositeControl +{ + +} +?> \ No newline at end of file -- cgit v1.2.3