- Timestamp:
- Jan 25, 2011, 6:41:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp
r736 r754 518 518 </tr> 519 519 520 <tr class="prop">521 <td valign="top" class="name">Name:</td>522 523 <td valign="top" class="value">${fieldValue(bean:taskProcedureInstance, field:'name')}</td>524 525 </tr>526 527 <tr class="prop">528 <td valign="top" class="name">Description:</td>529 530 <td valign="top" class="value">${fieldValue(bean:taskProcedureInstance, field:'description')}</td>531 532 </tr>533 534 <tr class="prop">535 <td valign="top" class="name">Is Active:</td>536 537 <td valign="top" class="value">${fieldValue(bean:taskProcedureInstance, field:'isActive')}</td>538 539 </tr>540 541 520 </tbody> 542 521 </table>
Note: See TracChangeset
for help on using the changeset viewer.