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 199-210 Link Here
199
    <thead>
199
    <thead>
200
    <tr>
200
    <tr>
201
        <th>Code</th>
201
        <th>Code</th>
202
        <th>Parent</th>
202
        <th>Description</th>
203
        <th>Description</th>
203
        <th>&nbsp;</th>
204
        <th>&nbsp;</th>
204
    </tr>
205
    </tr>
205
    </thead>
206
    </thead>
206
    <tbody>
207
    <tbody>
207
    <tr>
208
    <tr>
209
        <td>&nbsp;</td>
208
        <td>&nbsp;</td>
210
        <td>&nbsp;</td>
209
        <td>Default framework</td>
211
        <td>Default framework</td>
210
        <td>
212
        <td>
Lines 274-279 Link Here
274
    [% FOREACH loo IN frameworks %]
276
    [% FOREACH loo IN frameworks %]
275
        <tr>
277
        <tr>
276
            <td>[% loo.frameworkcode | html %]</td>
278
            <td>[% loo.frameworkcode | html %]</td>
279
            <td>[% loo.parent_frameworkcode | html %]</td>
277
            <td>[% loo.frameworktext | html %]</td>
280
            <td>[% loo.frameworktext | html %]</td>
278
            <td>
281
            <td>
279
              <div class="btn-group dropup">
282
              <div class="btn-group dropup">
280
- 

Return to bug 35471