|
Lines 94-99
Link Here
|
| 94 |
[% ELSE %] |
94 |
[% ELSE %] |
| 95 |
<input type="checkbox" name="is_default" id="is_default" value="1"> |
95 |
<input type="checkbox" name="is_default" id="is_default" value="1"> |
| 96 |
[% END %] |
96 |
[% END %] |
|
|
97 |
<span class="hint">Unset to revert default framework to Default</span> |
| 97 |
</li> |
98 |
</li> |
| 98 |
</ol> |
99 |
</ol> |
| 99 |
</fieldset> |
100 |
</fieldset> |
|
Lines 134-139
Link Here
|
| 134 |
<tr> |
135 |
<tr> |
| 135 |
<th>Code</th> |
136 |
<th>Code</th> |
| 136 |
<th>Description</th> |
137 |
<th>Description</th> |
|
|
138 |
<th class="is_default">Is default?</th> |
| 137 |
<th> </th> |
139 |
<th> </th> |
| 138 |
</tr> |
140 |
</tr> |
| 139 |
</thead> |
141 |
</thead> |
|
Lines 141-146
Link Here
|
| 141 |
<tr> |
143 |
<tr> |
| 142 |
<td> </td> |
144 |
<td> </td> |
| 143 |
<td>Default framework</td> |
145 |
<td>Default framework</td> |
|
|
146 |
<td class="is_default">[% IF default_framework == '' %]Yes[% ELSE %]No[% END %]</td> |
| 144 |
<td> |
147 |
<td> |
| 145 |
<div class="btn-group dropup"> |
148 |
<div class="btn-group dropup"> |
| 146 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
149 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
|
Lines 209-214
Link Here
|
| 209 |
<tr> |
212 |
<tr> |
| 210 |
<td>[% loo.frameworkcode | html %]</td> |
213 |
<td>[% loo.frameworkcode | html %]</td> |
| 211 |
<td>[% loo.frameworktext | html %]</td> |
214 |
<td>[% loo.frameworktext | html %]</td> |
|
|
215 |
<td class="is_default">[% IF loo.is_default %]Yes[% ELSE %]No[% END %]</td> |
| 212 |
<td> |
216 |
<td> |
| 213 |
<div class="btn-group dropup"> |
217 |
<div class="btn-group dropup"> |
| 214 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
218 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
| 215 |
- |
|
|