# HG changeset patch # User Torsten Irländer # Date 1369833758 -7200 # Node ID 26863a7af20292704d2d6926aff8a682a25f1bb4 # Parent 982f3130e7f30940829fa7caf8f2b763e5897468 Added action attributes to the buttons in the toolbar of the kommentar list diff -r 982f3130e7f3 -r 26863a7af202 app/view/kommentare/List.js --- a/app/view/kommentare/List.js Wed May 29 15:19:56 2013 +0200 +++ b/app/view/kommentare/List.js Wed May 29 15:22:38 2013 +0200 @@ -18,11 +18,13 @@ items: [ { text: 'Hinzufügen', - icon: 'gfx/plus.gif' + icon: 'gfx/plus.gif', + action: 'add' }, { text: 'Löschen', - icon: 'gfx/minus.gif' + icon: 'gfx/minus.gif', + action: 'delete' } ] }