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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc (-1 / +1 lines)
Lines 38-44 Link Here
38
        <div class="btn-group">
38
        <div class="btn-group">
39
            <button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-pencil"></i> Edit <span class="caret"></span></button>
39
            <button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-pencil"></i> Edit <span class="caret"></span></button>
40
                <ul class="dropdown-menu">
40
                <ul class="dropdown-menu">
41
                    <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl?shelfnumber=[% shelfnumber %]&amp;op=modif">Edit list</a></li>
41
                    <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl?shelfnumber=[% shelfnumber %]&amp;op=modif&amp;display=viewshelf">Edit list</a></li>
42
                    [% IF ( showprivateshelves ) %]
42
                    [% IF ( showprivateshelves ) %]
43
                        <li><a id="deleteshelf" href="/cgi-bin/koha/virtualshelves/shelves.pl?display=privateshelves&amp;shelves=1&amp;DEL-[% shelfnumber %]=1">Delete list</a></li>
43
                        <li><a id="deleteshelf" href="/cgi-bin/koha/virtualshelves/shelves.pl?display=privateshelves&amp;shelves=1&amp;DEL-[% shelfnumber %]=1">Delete list</a></li>
44
                    [% ELSE %]
44
                    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +1 lines)
Lines 467-472 function placeHold () { Link Here
467
467
468
    [% IF ( edit ) %]
468
    [% IF ( edit ) %]
469
		<input type="hidden" name="op" value="modifsave" />
469
		<input type="hidden" name="op" value="modifsave" />
470
        <input type="hidden" name="display" value="[% display %]" />
470
        [% IF ( showprivateshelves ) %]<input type="hidden" name="display" value="privateshelves" />[% END %]
471
        [% IF ( showprivateshelves ) %]<input type="hidden" name="display" value="privateshelves" />[% END %]
471
		<input type="hidden" name="shelfnumber" value="[% shelfnumber %]" />
472
		<input type="hidden" name="shelfnumber" value="[% shelfnumber %]" />
472
        <legend>Edit list <i>[% shelfname | html %]</i></legend>
473
        <legend>Edit list <i>[% shelfname | html %]</i></legend>
473
- 

Return to bug 10714