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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-1 / +2 lines)
Lines 227-232 tinyMCE.init({ Link Here
227
                    <th>Code</th>
227
                    <th>Code</th>
228
                    <th>Address</th>
228
                    <th>Address</th>
229
                    <th>Properties</th>
229
                    <th>Properties</th>
230
                    <th>MARC Organization Code</th>
230
                    <th>IP</th>
231
                    <th>IP</th>
231
                    <th>Actions</th>
232
                    <th>Actions</th>
232
                </tr>
233
                </tr>
Lines 268-273 tinyMCE.init({ Link Here
268
                                [% category.categoryname |html %]<br />
269
                                [% category.categoryname |html %]<br />
269
                            [% END %]
270
                            [% END %]
270
                        </td>
271
                        </td>
272
                        <td>[% library.marcorgcode %]</td>
271
                        <td>[% library.branchip %]</td>
273
                        <td>[% library.branchip %]</td>
272
                        <td class="actions">
274
                        <td class="actions">
273
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/branches.pl?op=add_form&amp;branchcode=[% library.branchcode %]"><i class="fa fa-pencil"></i> Edit</a>
275
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/branches.pl?op=add_form&amp;branchcode=[% library.branchcode %]"><i class="fa fa-pencil"></i> Edit</a>
274
- 

Return to bug 19292