auto scroll back
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<input type=hidden name=shopid value="{{ shopid }}" >
|
||||
<div id="entry_loop">
|
||||
{% for entry in entries %}
|
||||
<div class=entry><input class="submit tickbox {{ entry.extra_class }}" type=submit name=item{{ entry.row }} value="{{ entry.icon }}" ><span class=md_entry>{{ entry.text|safe }}</span><br></div>
|
||||
<div class=entry><input class="submit tickbox {{ entry.extra_class }}" type=submit name=item{{ entry.row }} id=itemId{{ entry.row }} value="{{ entry.icon }}" ><span class=md_entry>{{ entry.text|safe }}</span><br></div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user