|
Lines 195-206
Link Here
|
| 195 |
<thead> |
195 |
<thead> |
| 196 |
<tr> |
196 |
<tr> |
| 197 |
<th>Code</th> |
197 |
<th>Code</th> |
|
|
198 |
<th>Parent</th> |
| 198 |
<th>Description</th> |
199 |
<th>Description</th> |
| 199 |
<th> </th> |
200 |
<th> </th> |
| 200 |
</tr> |
201 |
</tr> |
| 201 |
</thead> |
202 |
</thead> |
| 202 |
<tbody> |
203 |
<tbody> |
| 203 |
<tr> |
204 |
<tr> |
|
|
205 |
<td> </td> |
| 204 |
<td> </td> |
206 |
<td> </td> |
| 205 |
<td>Default framework</td> |
207 |
<td>Default framework</td> |
| 206 |
<td> |
208 |
<td> |
|
Lines 270-275
Link Here
|
| 270 |
[% FOREACH loo IN frameworks %] |
272 |
[% FOREACH loo IN frameworks %] |
| 271 |
<tr> |
273 |
<tr> |
| 272 |
<td>[% loo.frameworkcode | html %]</td> |
274 |
<td>[% loo.frameworkcode | html %]</td> |
|
|
275 |
<td>[% loo.parent_frameworkcode | html %]</td> |
| 273 |
<td>[% loo.frameworktext | html %]</td> |
276 |
<td>[% loo.frameworktext | html %]</td> |
| 274 |
<td> |
277 |
<td> |
| 275 |
<div class="btn-group dropup"> |
278 |
<div class="btn-group dropup"> |
| 276 |
- |
|
|