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 195-206 Link Here
195
    <thead>
195
    <thead>
196
    <tr>
196
    <tr>
197
        <th>Code</th>
197
        <th>Code</th>
198
        <th>Parent</th>
198
        <th>Description</th>
199
        <th>Description</th>
199
        <th>&nbsp;</th>
200
        <th>&nbsp;</th>
200
    </tr>
201
    </tr>
201
    </thead>
202
    </thead>
202
    <tbody>
203
    <tbody>
203
    <tr>
204
    <tr>
205
        <td>&nbsp;</td>
204
        <td>&nbsp;</td>
206
        <td>&nbsp;</td>
205
        <td>Default framework</td>
207
        <td>Default framework</td>
206
        <td>
208
        <td>
Lines 270-275 Link Here
270
    [% FOREACH loo IN frameworks %]
272
    [% FOREACH loo IN frameworks %]
271
        <tr>
273
        <tr>
272
            <td>[% loo.frameworkcode | html %]</td>
274
            <td>[% loo.frameworkcode | html %]</td>
275
            <td>[% loo.parent_frameworkcode | html %]</td>
273
            <td>[% loo.frameworktext | html %]</td>
276
            <td>[% loo.frameworktext | html %]</td>
274
            <td>
277
            <td>
275
              <div class="btn-group dropup">
278
              <div class="btn-group dropup">
276
- 

Return to bug 35471