diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php
index 8d367bd724..c3f600b5c0 100644
--- a/module/product/view/browse.html.php
+++ b/module/product/view/browse.html.php
@@ -29,14 +29,29 @@
product->searchStory;?>
-
-
-
-
+ ';
+ echo html::a("#", " ", '', "id='exportAction' class='icon-green-common-export' onclick=toggleSubMenu(this.id,'bottom',0) title='{$lang->export}'");
+ echo html::a("#", $lang->export, '', "id='exportAction' onclick=toggleSubMenu(this.id,'bottom',0) title='{$lang->export}'");
+ echo '';
+
+ common::printIcon('story', 'report', "productID=$productID&browseType=$browseType&moduleID=$moduleID");
+ common::printIcon('story', 'batchCreate', "productID=$productID&moduleID=$moduleID");
+ common::printIcon('story', 'create', "productID=$productID&moduleID=$moduleID");
+ ?>
-'>
+
+'>