|
44 | 44 | </tr>
|
45 | 45 |
|
46 | 46 | <tr class="prop">
|
47 |
| - <td valign="top" class="name">Module:</td> |
| 47 | + <td valign="top" class="name">Last Updated:</td> |
48 | 48 |
|
49 |
| - <td valign="top" class="value"><g:link controller="courseModule" action="show" id="${moduleTopicInstance?.module?.id}">${moduleTopicInstance?.module?.encodeAsHTML()}</g:link></td> |
| 49 | + <td valign="top" class="value">${fieldValue(bean:moduleTopicInstance, field:'lastUpdated')}</td> |
50 | 50 |
|
51 | 51 | </tr>
|
52 | 52 |
|
53 | 53 | <tr class="prop">
|
54 |
| - <td valign="top" class="name">Parent:</td> |
| 54 | + <td valign="top" class="name">Date Created:</td> |
55 | 55 |
|
56 |
| - <td valign="top" class="value"><g:link controller="moduleTopic" action="show" id="${moduleTopicInstance?.parent?.id}">${moduleTopicInstance?.parent?.encodeAsHTML()}</g:link></td> |
| 56 | + <td valign="top" class="value">${fieldValue(bean:moduleTopicInstance, field:'dateCreated')}</td> |
57 | 57 |
|
58 | 58 | </tr>
|
59 | 59 |
|
60 | 60 | <tr class="prop">
|
61 |
| - <td valign="top" class="name">Order:</td> |
| 61 | + <td valign="top" class="name">Module:</td> |
62 | 62 |
|
63 |
| - <td valign="top" class="value">${fieldValue(bean:moduleTopicInstance, field:'order')}</td> |
| 63 | + <td valign="top" class="value"><g:link controller="courseModule" action="show" id="${moduleTopicInstance?.module?.id}">${moduleTopicInstance?.module?.encodeAsHTML()}</g:link></td> |
64 | 64 |
|
65 | 65 | </tr>
|
66 | 66 |
|
67 | 67 | <tr class="prop">
|
68 |
| - <td valign="top" class="name">Date Created:</td> |
| 68 | + <td valign="top" class="name">Parent:</td> |
69 | 69 |
|
70 |
| - <td valign="top" class="value">${fieldValue(bean:moduleTopicInstance, field:'dateCreated')}</td> |
| 70 | + <td valign="top" class="value"><g:link controller="moduleTopic" action="show" id="${moduleTopicInstance?.parent?.id}">${moduleTopicInstance?.parent?.encodeAsHTML()}</g:link></td> |
71 | 71 |
|
72 | 72 | </tr>
|
73 | 73 |
|
74 | 74 | <tr class="prop">
|
75 |
| - <td valign="top" class="name">Last Updated:</td> |
| 75 | + <td valign="top" class="name">Order:</td> |
76 | 76 |
|
77 |
| - <td valign="top" class="value">${fieldValue(bean:moduleTopicInstance, field:'lastUpdated')}</td> |
| 77 | + <td valign="top" class="value">${fieldValue(bean:moduleTopicInstance, field:'order')}</td> |
78 | 78 |
|
79 | 79 | </tr>
|
80 | 80 |
|
|
0 commit comments