On related sets, moved create button near filter widget and added labels to all buttons.

This commit is contained in:
chouseknecht
2013-05-24 12:10:03 -04:00
parent fd25d68ffe
commit ef16ec55f1
6 changed files with 37 additions and 12 deletions

View File

@@ -158,8 +158,9 @@ angular.module('JobTemplateFormDefinition', [])
fieldActions: {
edit: {
label: 'View',
ngClick: "edit('jobs', \{\{ job.id \}\}, '\{\{ job.name \}\}')",
icon: 'icon-edit'
icon: 'icon-zoom-in'
}
}
},