menu shows, time to code js to it
[redakcja.git] / apps / catalogue / templates / catalogue / book_list / book_list.html
index 73811ca..ad8cbf9 100755 (executable)
 <input type='hidden' name="status" value="{{ request.GET.status }}" />
 </form>
 
+
 <table id="file-list"{% if viewed_user %} class="book-list-user"{% endif %}>
     <thead><tr>
+       <th></th>
         <th></th>
         <th>
             <input class='check-filter' type='checkbox' name='all' title='{% trans "Show hidden books" %}'
@@ -79,3 +81,9 @@
 {% if not books %}
     <p>{% trans "No books found." %}</p>
 {% endif %}
+
+<form name='chunk_mass_edit' action='{% url catalogue_chunk_mass_edit %}' class="hidden">
+{% csrf_token %}
+<input type="hidden" name="ids" />
+<input type="hidden" stage="stage" />
+</form>