From b24746ee98c739ddc93cadba7686a9671b32aa4a Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 20 Jan 2010 03:31:09 +0000 Subject: [PATCH] * add label tag for the text. --- trunk/lib/front/front.class.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/trunk/lib/front/front.class.php b/trunk/lib/front/front.class.php index a436be1b62..59134777c2 100644 --- a/trunk/lib/front/front.class.php +++ b/trunk/lib/front/front.class.php @@ -126,7 +126,7 @@ class html $string .= " "; } + + /** + * create a button with a link. + * + * @static + * @access public + * @return string the reset button tag. + */ + public static function linkButton($label = '', $link = '', $misc = '') + { + return " "; + } } class js