Skip to content

Commit

Permalink
add a separator in action menu
Browse files Browse the repository at this point in the history
  • Loading branch information
icaria committed Dec 6, 2012
1 parent 2b0e962 commit 89e585f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grails-app/views/requisition/_actionsNotYetRequested.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
 ${warehouse.message(code: 'requisition.process.label', default: 'Process requisition')}
</g:link>
</div>
<div class="action-menu-item">
<hr/>
</div>
<div class="action-menu-item">
<g:link controller="requisition" action="delete" id="${requisition?.id}" onclick="return confirm('${warehouse.message(code: 'default.button.delete.confirm.message', default: 'Are you sure?')}');">
<img src="${resource(dir: 'images/icons/silk', file: 'bin.png')}" />
Expand Down

0 comments on commit 89e585f

Please sign in to comment.