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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-1 / +1 lines)
Lines 709-714 Link Here
709
                            <button type="button" data-bs-dismiss="modal" class="btn btn-default" id="[% modal_id | html %]-ok">[% t('OK') | html %]</button>
709
                            <button type="button" data-bs-dismiss="modal" class="btn btn-default" id="[% modal_id | html %]-ok">[% t('OK') | html %]</button>
710
                        [% END %]
710
                        [% END %]
711
                    </div>
711
                    </div>
712
                    <input type="hidden" name="op" value="cud-null" /> [%# Must be pass in the content of the modal %]
712
                </form>
713
                </form>
713
            </div>
714
            </div>
714
        </div>
715
        </div>
715
- 

Return to bug 38842