Mercurial > lada > lada-client
diff app/view/mkommentare/List.js @ 540:99e738c17b81
Add detail button to tables
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Wed, 17 Dec 2014 16:59:45 +0100 |
parents | 95bad130be98 |
children | 7c9475119861 |
line wrap: on
line diff
--- a/app/view/mkommentare/List.js Wed Dec 17 15:42:55 2014 +0100 +++ b/app/view/mkommentare/List.js Wed Dec 17 16:59:45 2014 +0100 @@ -38,6 +38,10 @@ xtype: 'toolbar', dock: 'bottom', items: ['->', { + text: 'Details', + icon: 'gfx/document-open.png', + action: 'open' + }, { text: 'Hinzufügen', icon: 'gfx/list-add.png', action: 'add',