diff --git a/lib/front/front.class.php b/lib/front/front.class.php index 74bc90977e..5de619d9d2 100644 --- a/lib/front/front.class.php +++ b/lib/front/front.class.php @@ -278,6 +278,18 @@ class html { return " "; } + + /** + * create a export link. + * + * @static + * @access public + * @return string the reset button tag. + */ + public static function export2csv($label = '', $pluginTitle, $misc = '') + { + return "$label\n\n"; + } } class js diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index c0d5332a0d..9dd372963b 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -25,6 +25,7 @@ +