nota_red
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 23 Nov 2010 15:06:07 +0000 (16:06 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 23 Nov 2010 15:06:07 +0000 (16:06 +0100)
lib/librarian
wolnelektury/static/css/master.book.css
wolnelektury/static/js/book.js
wolnelektury/templates/catalogue/book_text.html

index 4dc60ac..ef08e05 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4dc60ac382ac861ca6f86e8c95ef0508257a32d3
+Subproject commit ef08e0561b644913f99401373890c97218ec5b81
index aac5d58..cbd6bbc 100644 (file)
@@ -80,7 +80,7 @@ img {
 }
 
 
-#toc, #themes {
+#toc, #themes, #nota_red {
     position: fixed;
     left: 0em;
     top: 1.5em;
index 9960bfa..b9ab6b1 100644 (file)
@@ -19,6 +19,9 @@ $(function() {
     if ($('#toc li').length == 0) {
         $('#menu li a[href="#toc"]').remove();
     }
+    if ($('#nota_red').length == 0) {
+        $('#menu li a[href="#nota_red"]').remove();
+    }
 
     // On page load, scroll to anchor
     scrollToAnchor(window.location.hash)
index d828265..a4a319b 100644 (file)
@@ -16,6 +16,7 @@
             <ul>
                 <li><a href="#toc">{% trans "Table of contents" %}</a></li>
                 <li><a href="#themes">{% trans "Themes" %}</a></li>
+                <li><a href="#nota_red">{% trans "Edit. note" %}</a></li>
             </ul>
         </div>
         <div id="header">