Merged in zeitmaster/processmaker/MT-10 (pull request #3998)

According to PM-feedback the main export button has removed the export option, restoring some of the functionality within the button menu itself
This commit is contained in:
Gustavo Cruz
2016-03-30 14:09:59 -04:00

View File

@@ -362,16 +362,11 @@ Ext.onReady(function(){
text: _("ID_EXPORT"),
iconCls: "silk-add",
icon: "/images/export.png",
handler: function () {
exportProcess();
},
menu: [
{
text: _("ID_NORMAL_EXPORT"),
iconCls: "silk-add",
icon: "",
handler: function ()
{
exportProcess();
}
},{
text: _("ID_GRANULAR_EXPORT"),
iconCls: "silk-add",
icon: "",