View | Details | Raw Unified | Return to bug 35471
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-1 / +3 lines)
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>&nbsp;</th>
207
                        <th>&nbsp;</th>
207
                    </tr>
208
                    </tr>
208
                </thead>
209
                </thead>
209
                <tbody>
210
                <tbody>
210
                    <tr>
211
                    <tr>
212
                        <td>&nbsp;</td>
211
                        <td>&nbsp;</td>
213
                        <td>&nbsp;</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
- 

Return to bug 35471