diff options
author | jrags <> | 2006-09-19 04:50:28 +0000 |
---|---|---|
committer | jrags <> | 2006-09-19 04:50:28 +0000 |
commit | 5da182335ceec1c8ad68047217a33375897f1c1d (patch) | |
tree | 4a0263a38b8718c8d6311a6e168911ba6c643b34 /framework/Web/UI/WebControls/TLoginView.php | |
parent | 2c8fcb129c45faecd1a480c44f8a1708f768b91d (diff) |
Minor changes to the base classes, also adding the empty new login controls
Diffstat (limited to 'framework/Web/UI/WebControls/TLoginView.php')
-rw-r--r-- | framework/Web/UI/WebControls/TLoginView.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TLoginView.php b/framework/Web/UI/WebControls/TLoginView.php new file mode 100644 index 00000000..0f4e2105 --- /dev/null +++ b/framework/Web/UI/WebControls/TLoginView.php @@ -0,0 +1,15 @@ +<?php +/** + * TLoginView class. + * Displays the appropriate content template for a given user, based on the user's authentication status and role membership. + * + * @author Jason Ragsdale <jrags@jasrags.net> + * @version $Id: TLoginView.php 1398 2006-09-08 19:31:03Z xue $ + * @package System.Web.UI.WebControls + * @since 3.1 + */ +class TLoginView extends TControl +{ + +} +?>
\ No newline at end of file |