Merge branch 'master' into with-dvcs
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 19 Aug 2011 11:20:03 +0000 (13:20 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 19 Aug 2011 11:20:03 +0000 (13:20 +0200)
1  2 
apps/wiki/templates/wiki/tabs/summary_view.html
redakcja/settings/compress.py
redakcja/static/js/wiki/wikiapi.js
redakcja/static/js/wiki/xslt.js

                <p>
                        <label for="gallery">{% trans "Link to gallery" %}:</label>
                        <span data-ui-editable="true" data-edit-target="meta.galleryLink"
 -                      >{{ document_meta.gallery}}</span>
 +                      >{{ chunk.book.gallery }}</span>
                </p>
+               <p>
+                   <label>{% trans "Characters in document" %}:</label>
+                   <span id="charcount"></span> (<span id="charcount_pages"></span> {% trans "pages" %}<span id="charcount_untagged">, {% trans "untagged" %}</span>)
+               </p>
  
                <p><button type="button" id="publish_button">{% trans "Publish" %}</button></p>
        </div>
Simple merge
Simple merge
Simple merge