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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 452-458 $(function() { Link Here
452
452
453
            
453
            
454
            [% IF ( edit ) %]
454
            [% IF ( edit ) %]
455
                <h3><a href="/cgi-bin/koha/opac-shelves.pl">Lists</a> <img src="[% themelang %]/../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> <a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfnumber %]"><em>[% shelfname |html %]</em></a> <img src="[% themelang %]/../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Editing</h3>
455
                <h3><a href="/cgi-bin/koha/opac-shelves.pl">Lists</a> &#8674; <a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfnumber %]"><em>[% shelfname |html %]</em></a> &#8674; Editing</h3>
456
                <form method="post" action="/cgi-bin/koha/opac-shelves.pl">
456
                <form method="post" action="/cgi-bin/koha/opac-shelves.pl">
457
                  <input type="hidden" name="op" value="modifsave" />
457
                  <input type="hidden" name="op" value="modifsave" />
458
                  <input type="hidden" name="display" value="[% display %]" />
458
                  <input type="hidden" name="display" value="[% display %]" />
459
- 

Return to bug 7500