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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc (-3 / +2 lines)
Lines 70-76 Link Here
70
                                <input type="hidden" name="op" value="cud-show" />
70
                                <input type="hidden" name="op" value="cud-show" />
71
                                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
71
                                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
72
                                <input type="hidden" name="src" value="CATALOGUING" />
72
                                <input type="hidden" name="src" value="CATALOGUING" />
73
                                <button id="batchedit" type="submit" class="dropdown-item" id="modifybiblio">Edit items in a batch</button>
73
                                <button id="batchedit" type="submit" class="dropdown-item">Edit items in a batch</button>
74
                            </form>
74
                            </form>
75
                        </li>
75
                        </li>
76
                    [% ELSE %]
76
                    [% ELSE %]
Lines 89-95 Link Here
89
                                <input type="hidden" name="del" value="1" />
89
                                <input type="hidden" name="del" value="1" />
90
                                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
90
                                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
91
                                <input type="hidden" name="src" value="CATALOGUING" />
91
                                <input type="hidden" name="src" value="CATALOGUING" />
92
                                <button id="batchdelete" type="submit" class="dropdown-item" id="modifybiblio">Delete items in a batch</button>
92
                                <button id="batchdelete" type="submit" class="dropdown-item">Delete items in a batch</button>
93
                            </form>
93
                            </form>
94
                        </li>
94
                        </li>
95
                    [% ELSE %]
95
                    [% ELSE %]
96
- 

Return to bug 39409