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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-11 / +16 lines)
Lines 228-234 tinyMCE.init({ Link Here
228
                    <th>Properties</th>
228
                    <th>Properties</th>
229
                    <th>IP</th>
229
                    <th>IP</th>
230
                    <th>&nbsp;</th>
230
                    <th>&nbsp;</th>
231
                    <th>&nbsp;</th>
232
                </tr>
231
                </tr>
233
            </thead>
232
            </thead>
234
            <tbody>
233
            <tbody>
Lines 270-279 tinyMCE.init({ Link Here
270
                        </td>
269
                        </td>
271
                        <td>[% library.branchip %]</td>
270
                        <td>[% library.branchip %]</td>
272
                        <td>
271
                        <td>
273
                            <a href="/cgi-bin/koha/admin/branches.pl?op=add_form&amp;branchcode=[% library.branchcode %]">Edit</a>
272
                          <div class="dropdown">
274
                        </td>
273
                            <a class="btn btn-mini dropdown-toggle" id="libraryactions[% library.branchcode %]" role="button" data-toggle="dropdown" href="#"> 
275
                        <td>
274
                              Actions <b class="caret"></b></a>
276
                            <a href="/cgi-bin/koha/admin/branches.pl?op=delete_confirm&amp;branchcode=[% library.branchcode %]">Delete</a>
275
                            <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="libraryactions[% library.branchcode %]">
276
                              <li><a href="/cgi-bin/koha/admin/branches.pl?op=add_form&amp;branchcode=[% library.branchcode %]"><i class="fa fa-pencil"></i> Edit</a></li>
277
                              <li><a href="/cgi-bin/koha/admin/branches.pl?op=delete_confirm&amp;branchcode=[% library.branchcode %]"><i class="fa fa-trash"></i> Delete</a></li>
278
                            </ul>
279
                          </div>
277
                        </td>
280
                        </td>
278
                    </tr>
281
                    </tr>
279
                [% END %]
282
                [% END %]
Lines 294-300 tinyMCE.init({ Link Here
294
                            <th>Code</th>
297
                            <th>Code</th>
295
                            <th>Description</th>
298
                            <th>Description</th>
296
                            <th>&nbsp;</th>
299
                            <th>&nbsp;</th>
297
                            <th>&nbsp;</th>
298
                        </tr>
300
                        </tr>
299
                    </thead>
301
                    </thead>
300
                    <tbody>
302
                    <tbody>
Lines 304-313 tinyMCE.init({ Link Here
304
                                <td>[% category.categorycode %]</td>
306
                                <td>[% category.categorycode %]</td>
305
                                <td>[% category.codedescription %]</td>
307
                                <td>[% category.codedescription %]</td>
306
                                <td>
308
                                <td>
307
                                  <a href="/cgi-bin/koha/admin/branches.pl?categorycode=[% category.categorycode %]&amp;op=add_form_category">Edit</a>
309
                                  <div class="dropdown">
308
                                </td>
310
                                    <a class="btn btn-mini dropdown-toggle" id="libraryactions[% library.branchcode %]" role="button" data-toggle="dropdown" href="#"> 
309
                                <td>
311
                                      Actions <b class="caret"></b></a>
310
                                    <a href="/cgi-bin/koha/admin/branches.pl?categorycode=[% category.categorycode %]&amp;op=delete_confirm_category">Delete</a>
312
                                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="libraryactions[% library.branchcode %]">
313
                                      <li><a href="/cgi-bin/koha/admin/branches.pl?categorycode=[% category.categorycode %]&amp;op=add_form_category"><i class="fa fa-pencil"></i> Edit</a></li>
314
                                      <li><a href="/cgi-bin/koha/admin/branches.pl?categorycode=[% category.categorycode %]&amp;op=delete_confirm_category"><i class="fa fa-trash"></i> Delete</a></li>
315
                                    </ul>
316
                                  </div>
311
                                </td>
317
                                </td>
312
                            </tr>
318
                            </tr>
313
                        [% END %]
319
                        [% END %]
314
- 

Return to bug 15995