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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 533-539 Link Here
533
                    [% IF ( edit ) %]
533
                    [% IF ( edit ) %]
534
                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl">
534
                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl">
535
                            <input type="hidden" name="op" value="modifsave" />
535
                            <input type="hidden" name="op" value="modifsave" />
536
                            <input type="hidden" name="display" value="[% display %]" />
536
                            <input type="hidden" name="display" value="[% display |html %]" />
537
                            <input type="hidden" name="shelfnumber" value="[% shelfnumber | html %]" />
537
                            <input type="hidden" name="shelfnumber" value="[% shelfnumber | html %]" />
538
                            <fieldset class="rows">
538
                            <fieldset class="rows">
539
                                <legend>Editing <em>[% shelfname |html %]</em></legend>
539
                                <legend>Editing <em>[% shelfname |html %]</em></legend>
540
- 

Return to bug 14418