Compare commits
No commits in common. "969762a39e9cd729a20fcdd0a1f35cc214ed7f32" and "7a8902c24a5799139587b6105e6cce2002bac50f" have entirely different histories.
969762a39e
...
7a8902c24a
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
{% load i18n static available_content %}
|
||||
|
||||
<div class="sortedm2m-container">
|
||||
|
||||
<p class="selector-filter">
|
||||
<img src="{% static "sortedm2m/selector-search.gif" %}" alt="" title="{% trans "Type into this box to filter down the list." %}" />
|
||||
<input type="text" placeholder="{% trans "Filter" %}" />
|
||||
</p>
|
||||
<ul class="sortedm2m-items">
|
||||
{% for row in selected %}
|
||||
<li class="sortedm2m-item"><label{{ row.label_for|safe }}>{{ row.rendered_cb }} {{ row | admin_thumbnail }} {{ row.option_label }}</label></li>
|
||||
{% endfor %}
|
||||
|
||||
{% for row in unselected %}
|
||||
<li class="sortedm2m-item"><label{{ row.label_for|safe }}>{{ row.rendered_cb }} {{ row | admin_thumbnail }}{{ row.option_label }}</label></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<p class="help">
|
||||
{% trans "Choose items and order by drag & drop." %}
|
||||
</p>
|
||||
|
||||
</div>
|
Loading…
Add table
Reference in a new issue