|
Lines 202-213
Link Here
|
| 202 |
<thead> |
202 |
<thead> |
| 203 |
<tr> |
203 |
<tr> |
| 204 |
<th>Code</th> |
204 |
<th>Code</th> |
|
|
205 |
<th>Parent</th> |
| 205 |
<th>Description</th> |
206 |
<th>Description</th> |
| 206 |
<th> </th> |
207 |
<th> </th> |
| 207 |
</tr> |
208 |
</tr> |
| 208 |
</thead> |
209 |
</thead> |
| 209 |
<tbody> |
210 |
<tbody> |
| 210 |
<tr> |
211 |
<tr> |
|
|
212 |
<td> </td> |
| 211 |
<td> </td> |
213 |
<td> </td> |
| 212 |
<td>Default framework</td> |
214 |
<td>Default framework</td> |
| 213 |
<td> |
215 |
<td> |
|
Lines 318-323
Link Here
|
| 318 |
[% FOREACH loo IN frameworks %] |
320 |
[% FOREACH loo IN frameworks %] |
| 319 |
<tr> |
321 |
<tr> |
| 320 |
<td>[% loo.frameworkcode | html %]</td> |
322 |
<td>[% loo.frameworkcode | html %]</td> |
|
|
323 |
<td>[% loo.parent_frameworkcode | html %]</td> |
| 321 |
<td>[% loo.frameworktext | html %]</td> |
324 |
<td>[% loo.frameworktext | html %]</td> |
| 322 |
<td> |
325 |
<td> |
| 323 |
<div class="btn-group dropup"> |
326 |
<div class="btn-group dropup"> |
| 324 |
- |
|
|