menu for mas editing stage and user
[redakcja.git] / apps / wiki / templates / wiki / tabs / gallery_view.html
index 7bf6584..c62a3b5 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 "Go to first image of this part" %}" title="{% trans "Go to first image of this part" %}"/>
+        </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" />
-        <input type="text" id="imagesCount" disabled="disabled" value="0" maxlength="3" size="3">
+        <span id="imagesCount" id="">/0</span>
         <button class="next-page">
             <img src="{{STATIC_URL}}icons/go-next.png"
                alt="{% trans "Next" %}" title="{% trans "Next" %}"/>