]> git.parisson.com Git - telemeta.git/commitdiff
fix display
authorafilsaime <shadow_kungfu@hotmail.fr>
Wed, 10 Jun 2015 14:25:05 +0000 (16:25 +0200)
committerafilsaime <shadow_kungfu@hotmail.fr>
Wed, 10 Jun 2015 14:25:05 +0000 (16:25 +0200)
examples/sandbox/src/django-haystack
src/django-haystack
telemeta/templates/search/advanceSearch.html

index bd60745ce82318b1819768c9a31db0579228654d..cecb459ff4468a79a43cead3d09e213d0980c080 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bd60745ce82318b1819768c9a31db0579228654d
+Subproject commit cecb459ff4468a79a43cead3d09e213d0980c080
index ebf1a5c94a7e8af1329084cf0056de0014821723..0576c8093caf59bebedce75e0d711aacfd36f03f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ebf1a5c94a7e8af1329084cf0056de0014821723
+Subproject commit 0576c8093caf59bebedce75e0d711aacfd36f03f
index 95ce6b35dbc784fd0dbb1d14265495caaa46b854..cd4b0d074ae5eac696a75916294fe276efffbb24 100644 (file)
                 <div class="col-md-3">
                     <img src="{{ STATIC_URL }}telemeta/images/search_red.png" alt="search-results" style="vertical-align:middle" /> <h1>{% trans "Search Results" %}</h1>
                 </div>
-                <div class="col-md-7">
+                <div class="col-md-7" id="results">
                     {% bootstrap_paginate page range=10 show_first_last="True" %}
                 </div>
                 <div class="col-md-0">&nbsp;</div>
             </div>
              <form method="POST" action="{% url "haystack_playlist" type%} ">{% csrf_token %}
              {% with object_list as items %}
-                <div class="fullpage" id="results" style="display:none">
+                <div class="fullpage" style="display:none">
                     {% ifequal type 'item' %}
                         {% include "search/mediaitem_listhaystack.html" %}
                     {% else %}