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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-1 / +1 lines)
Lines 9-15 a, a:visited { Link Here
9
	color : #006699;
9
	color : #006699;
10
}
10
}
11
11
12
a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
12
a:hover,#toolbar input.editshelf:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
13
	color : #990033;
13
	color : #990033;
14
}
14
}
15
15
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl (-4 / +3 lines)
Lines 209-215 $(function() { Link Here
209
209
210
<a class="print tag_hides" href="opac-shelves.pl" onclick="print(); return false;">Print List</a>
210
<a class="print tag_hides" href="opac-shelves.pl" onclick="print(); return false;">Print List</a>
211
211
212
                <!-- TMPL_IF NAME="manageshelf" --> | <a class="editshelf tag_hides" href="/cgi-bin/koha/opac-shelves.pl?shelfnumber=<!-- TMPL_VAR NAME="shelfnumber" -->&amp;op=modif">Edit List</a>
212
                <!-- TMPL_IF NAME="manageshelf" --> | <form method="get" action="opac-shelves.pl" class="tag_hides"><input type="hidden" name="op" value="modif" /><!-- TMPL_IF NAME="showprivateshelves" --><input type="hidden" name="display" value="privateshelves" /><!-- /TMPL_IF --> <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" /> <input type="submit" class="editshelf tag_hides" value="Edit List" /></form>
213
                      <form method="post" action="opac-shelves.pl" class="tag_hides">
213
                      <form method="post" action="opac-shelves.pl" class="tag_hides">
214
                        <input type="hidden" value="1" name="shelves"/>
214
                        <input type="hidden" value="1" name="shelves"/>
215
                    <!-- TMPL_IF NAME="showprivateshelves" -->
215
                    <!-- TMPL_IF NAME="showprivateshelves" -->
Lines 412-418 $(function() { Link Here
412
                        <!-- /TMPL_LOOP -->
412
                        <!-- /TMPL_LOOP -->
413
                      </table>
413
                      </table>
414
                    <!-- TMPL_ELSE -->
414
                    <!-- TMPL_ELSE -->
415
                         No Private Lists.
415
                         <p>No private lists.</p>
416
                    <!-- /TMPL_IF --><!-- /shelveslooppriv -->
416
                    <!-- /TMPL_IF --><!-- /shelveslooppriv -->
417
                  <!-- /TMPL_IF --><!-- /showprivateshelves -->
417
                  <!-- /TMPL_IF --><!-- /showprivateshelves -->
418
                  <!-- TMPL_ELSE --><!-- /loggedinusername -->
418
                  <!-- TMPL_ELSE --><!-- /loggedinusername -->
Lines 479-485 $(function() { Link Here
479
                    <!-- /TMPL_LOOP --><!-- /shelvesloop -->
479
                    <!-- /TMPL_LOOP --><!-- /shelvesloop -->
480
                      </table>
480
                      </table>
481
                  <!-- TMPL_ELSE --><!-- /shelvesloop -->
481
                  <!-- TMPL_ELSE --><!-- /shelvesloop -->
482
                    <!-- TMPL_IF NAME="showpublicshelves" -->No Public Lists.<!-- /TMPL_IF -->
482
                    <!-- TMPL_IF NAME="showpublicshelves" --><p>No public lists.</p><!-- /TMPL_IF -->
483
                  <!-- /TMPL_IF --><!-- /shelvesloop -->
483
                  <!-- /TMPL_IF --><!-- /shelvesloop -->
484
                  
484
                  
485
                    </div><!-- /publicshelves -->
485
                    </div><!-- /publicshelves -->
486
- 

Return to bug 4912