* finish task#1227.
This commit is contained in:
@@ -432,6 +432,19 @@ EOT;
|
||||
return " <input type='reset' id='reset' value='{$lang->reset}' class='button-r' /> ";
|
||||
}
|
||||
|
||||
/**
|
||||
* gobackButton
|
||||
*
|
||||
* @static
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public static function gobackButton()
|
||||
{
|
||||
global $lang;
|
||||
return "<input type='button' onClick='javascript:history.go(-1);' value='{$lang->goback}' class='button-g'/>";
|
||||
}
|
||||
|
||||
/**
|
||||
* Create common button.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user