Lines 142-147
Link Here
|
142 |
[% ELSE %] |
142 |
[% ELSE %] |
143 |
<input type="checkbox" name="is_default" id="is_default" value="1"> |
143 |
<input type="checkbox" name="is_default" id="is_default" value="1"> |
144 |
[% END %] |
144 |
[% END %] |
|
|
145 |
<span class="hint">Unset to revert default framework to Default</span> |
145 |
</li> |
146 |
</li> |
146 |
</ol> |
147 |
</ol> |
147 |
</fieldset> |
148 |
</fieldset> |
Lines 182-187
Link Here
|
182 |
<tr> |
183 |
<tr> |
183 |
<th>Code</th> |
184 |
<th>Code</th> |
184 |
<th>Description</th> |
185 |
<th>Description</th> |
|
|
186 |
<th class="is_default">Is default?</th> |
185 |
<th> </th> |
187 |
<th> </th> |
186 |
</tr> |
188 |
</tr> |
187 |
</thead> |
189 |
</thead> |
Lines 189-194
Link Here
|
189 |
<tr> |
191 |
<tr> |
190 |
<td> </td> |
192 |
<td> </td> |
191 |
<td>Default framework</td> |
193 |
<td>Default framework</td> |
|
|
194 |
<td class="is_default">[% IF default_framework == '' %]Yes[% ELSE %]No[% END %]</td> |
192 |
<td> |
195 |
<td> |
193 |
<div class="btn-group dropup"> |
196 |
<div class="btn-group dropup"> |
194 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
197 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
Lines 257-262
Link Here
|
257 |
<tr> |
260 |
<tr> |
258 |
<td>[% loo.frameworkcode | html %]</td> |
261 |
<td>[% loo.frameworkcode | html %]</td> |
259 |
<td>[% loo.frameworktext | html %]</td> |
262 |
<td>[% loo.frameworktext | html %]</td> |
|
|
263 |
<td class="is_default">[% IF loo.is_default %]Yes[% ELSE %]No[% END %]</td> |
260 |
<td> |
264 |
<td> |
261 |
<div class="btn-group dropup"> |
265 |
<div class="btn-group dropup"> |
262 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
266 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
263 |
- |
|
|