add a context menu package
[redakcja.git] / apps / wiki / templates / wiki / tabs / gallery_view.html
index b4be533..22f98c9 100644 (file)
@@ -2,12 +2,16 @@
 <div id="side-gallery">
     <!-- gallery toolbar -->
     <div class="toolbar">
+        <button class="start-page">
+            <img src="{{STATIC_URL}}icons/revert.png"
+               alt="{% trans "Start page" %}" title="{% trans "Start page" %}"/>
+        </button>
         <button class="previous-page">
             <img src="{{STATIC_URL}}icons/go-previous.png"
                alt="{% trans "Previous" %}" title="{% trans "Previous" %}"/>
         </button>
         <input type="text" size="3" maxlength="3" value="0" class="page-number" />
-        <span id="imagesCount" id="">/1</span>
+        <span id="imagesCount" id="">/0</span>
         <button class="next-page">
             <img src="{{STATIC_URL}}icons/go-next.png"
                alt="{% trans "Next" %}" title="{% trans "Next" %}"/>