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/TLoginName.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 framework/Web/UI/WebControls/TLoginName.php (limited to 'framework/Web/UI/WebControls/TLoginName.php') diff --git a/framework/Web/UI/WebControls/TLoginName.php b/framework/Web/UI/WebControls/TLoginName.php new file mode 100644 index 00000000..6367a5a2 --- /dev/null +++ b/framework/Web/UI/WebControls/TLoginName.php @@ -0,0 +1,15 @@ + + * @version $Id: TLoginName.php 1398 2006-09-08 19:31:03Z xue $ + * @package System.Web.UI.WebControls + * @since 3.1 + */ +class TLoginName extends TWebControl +{ + +} +?> \ No newline at end of file -- cgit v1.2.3