Fix the old ui for consistency.

This commit is contained in:
Gustavo Adolfo Cruz Laura
2016-03-30 17:27:51 -04:00
parent d4d437c837
commit 34cdc338d1
3 changed files with 30 additions and 7 deletions

View File

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