[cleanup] Fixed title bars, toolbars in all pages, added default background

This commit is contained in:
Rushabh Mehta
2013-11-13 16:55:38 +05:30
parent 09391e14ad
commit 4f642e7670
37 changed files with 82 additions and 82 deletions

View File

@@ -48,9 +48,9 @@ pscript['onload_Accounts Browser'] = function(wrapper){
'icon-plus');
}
wrapper.appframe.add_button('Refresh', function() {
wrapper.appframe.set_title_right('Refresh', function() {
wrapper.$company_select.change();
}, 'icon-refresh');
});
// company-select
wrapper.$company_select = wrapper.appframe.add_select("Company", [])