Fix the old ui for consistency.
This commit is contained in:
@@ -362,11 +362,16 @@ 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: "",
|
||||
|
||||
Reference in New Issue
Block a user