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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-7 lines)
Lines 217-223 tinyMCE.init({ Link Here
217
                    <th>Name</th>
217
                    <th>Name</th>
218
                    <th>Code</th>
218
                    <th>Code</th>
219
                    <th>Address</th>
219
                    <th>Address</th>
220
                    <th>Properties</th>
221
                    <th>MARC organization code</th>
220
                    <th>MARC organization code</th>
222
                    <th>IP</th>
221
                    <th>IP</th>
223
                    <th>Actions</th>
222
                    <th>Actions</th>
Lines 255-265 tinyMCE.init({ Link Here
255
                            [% IF library.branchnotes %]
254
                            [% IF library.branchnotes %]
256
                                <br />Notes: [% library.branchnotes |html %][% END %]
255
                                <br />Notes: [% library.branchnotes |html %][% END %]
257
                        </td>
256
                        </td>
258
                        <td>
259
                            [% FOREACH category IN library.get_categories %]
260
                                [% category.categoryname |html %]<br />
261
                            [% END %]
262
                        </td>
263
                        <td>[% library.marcorgcode %]</td>
257
                        <td>[% library.marcorgcode %]</td>
264
                        <td>[% library.branchip %]</td>
258
                        <td>[% library.branchip %]</td>
265
                        <td class="actions">
259
                        <td class="actions">
266
- 

Return to bug 16735