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 Adolfo Cruz Laura
2016-03-30 14:09:05 -04:00
parent cc05d8baf6
commit bd6a7bbeff

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: "",