Last change
on this file since 807 was
556,
checked in by gav, 14 years ago
|
Svn move TaskGroup to TaskGroupDetailed.
|
File size:
2.4 KB
|
Rev | Line | |
---|
[66] | 1 | |
---|
| 2 | |
---|
| 3 | <html> |
---|
| 4 | <head> |
---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
---|
| 6 | <meta name="layout" content="main" /> |
---|
| 7 | <title>Show TaskGroup</title> |
---|
[556] | 8 | <nav:resources override="true"/> |
---|
[66] | 9 | </head> |
---|
| 10 | <body> |
---|
| 11 | <div class="nav"> |
---|
[556] | 12 | <nav:renderSubItems group="navAlt"/> |
---|
[66] | 13 | </div> |
---|
| 14 | <div class="body"> |
---|
[555] | 15 | <g:render template="/shared/messages" /> |
---|
[66] | 16 | <div class="dialog"> |
---|
| 17 | <table> |
---|
| 18 | <tbody> |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | <tr class="prop"> |
---|
| 22 | <td valign="top" class="name">Id:</td> |
---|
| 23 | |
---|
| 24 | <td valign="top" class="value">${fieldValue(bean:taskGroupInstance, field:'id')}</td> |
---|
| 25 | |
---|
| 26 | </tr> |
---|
| 27 | |
---|
| 28 | <tr class="prop"> |
---|
| 29 | <td valign="top" class="name">Name:</td> |
---|
| 30 | |
---|
| 31 | <td valign="top" class="value">${fieldValue(bean:taskGroupInstance, field:'name')}</td> |
---|
| 32 | |
---|
| 33 | </tr> |
---|
| 34 | |
---|
| 35 | <tr class="prop"> |
---|
| 36 | <td valign="top" class="name">Description:</td> |
---|
| 37 | |
---|
| 38 | <td valign="top" class="value">${fieldValue(bean:taskGroupInstance, field:'description')}</td> |
---|
| 39 | |
---|
| 40 | </tr> |
---|
| 41 | |
---|
| 42 | <tr class="prop"> |
---|
| 43 | <td valign="top" class="name">Is Active:</td> |
---|
| 44 | |
---|
| 45 | <td valign="top" class="value">${fieldValue(bean:taskGroupInstance, field:'isActive')}</td> |
---|
| 46 | |
---|
| 47 | </tr> |
---|
| 48 | |
---|
| 49 | </tbody> |
---|
| 50 | </table> |
---|
| 51 | </div> |
---|
| 52 | <div class="buttons"> |
---|
| 53 | <g:form> |
---|
| 54 | <input type="hidden" name="id" value="${taskGroupInstance?.id}" /> |
---|
| 55 | <span class="button"><g:actionSubmit class="edit" value="Edit" /></span> |
---|
| 56 | <span class="button"><g:actionSubmit class="delete" onclick="return confirm('Are you sure?');" value="Delete" /></span> |
---|
| 57 | </g:form> |
---|
| 58 | </div> |
---|
| 59 | </div> |
---|
| 60 | </body> |
---|
| 61 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.