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:
@@ -362,16 +362,11 @@ Ext.onReady(function(){
|
|||||||
text: _("ID_EXPORT"),
|
text: _("ID_EXPORT"),
|
||||||
iconCls: "silk-add",
|
iconCls: "silk-add",
|
||||||
icon: "/images/export.png",
|
icon: "/images/export.png",
|
||||||
|
handler: function () {
|
||||||
|
exportProcess();
|
||||||
|
},
|
||||||
menu: [
|
menu: [
|
||||||
{
|
{
|
||||||
text: _("ID_NORMAL_EXPORT"),
|
|
||||||
iconCls: "silk-add",
|
|
||||||
icon: "",
|
|
||||||
handler: function ()
|
|
||||||
{
|
|
||||||
exportProcess();
|
|
||||||
}
|
|
||||||
},{
|
|
||||||
text: _("ID_GRANULAR_EXPORT"),
|
text: _("ID_GRANULAR_EXPORT"),
|
||||||
iconCls: "silk-add",
|
iconCls: "silk-add",
|
||||||
icon: "",
|
icon: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user