Lines 133-138
MARC frameworks › Administration › Koha
Link Here
|
133 |
[% ELSE %] |
133 |
[% ELSE %] |
134 |
<input type="checkbox" name="is_default" id="is_default" value="1"> |
134 |
<input type="checkbox" name="is_default" id="is_default" value="1"> |
135 |
[% END %] |
135 |
[% END %] |
|
|
136 |
<span class="hint">Unset to revert default framework to Default</span> |
136 |
</li> |
137 |
</li> |
137 |
</ol> |
138 |
</ol> |
138 |
</fieldset> |
139 |
</fieldset> |
Lines 173-178
MARC frameworks › Administration › Koha
Link Here
|
173 |
<tr> |
174 |
<tr> |
174 |
<th>Code</th> |
175 |
<th>Code</th> |
175 |
<th>Description</th> |
176 |
<th>Description</th> |
|
|
177 |
<th class="is_default">Is default?</th> |
176 |
<th> </th> |
178 |
<th> </th> |
177 |
</tr> |
179 |
</tr> |
178 |
</thead> |
180 |
</thead> |
Lines 180-185
MARC frameworks › Administration › Koha
Link Here
|
180 |
<tr> |
182 |
<tr> |
181 |
<td> </td> |
183 |
<td> </td> |
182 |
<td>Default framework</td> |
184 |
<td>Default framework</td> |
|
|
185 |
<td class="is_default">[% IF default_framework == '' %]Yes[% ELSE %]No[% END %]</td> |
183 |
<td> |
186 |
<td> |
184 |
<div class="btn-group dropup"> |
187 |
<div class="btn-group dropup"> |
185 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
188 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
Lines 248-253
MARC frameworks › Administration › Koha
Link Here
|
248 |
<tr> |
251 |
<tr> |
249 |
<td>[% loo.frameworkcode | html %]</td> |
252 |
<td>[% loo.frameworkcode | html %]</td> |
250 |
<td>[% loo.frameworktext | html %]</td> |
253 |
<td>[% loo.frameworktext | html %]</td> |
|
|
254 |
<td class="is_default">[% IF loo.is_default %]Yes[% ELSE %]No[% END %]</td> |
251 |
<td> |
255 |
<td> |
252 |
<div class="btn-group dropup"> |
256 |
<div class="btn-group dropup"> |
253 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
257 |
<a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> |
254 |
- |
|
|