mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2187 move selected people to top, fix page navigation
This commit is contained in:
@@ -86,14 +86,12 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="PNB" style="top:auto;height:20px;text-align:right;line-height:20px;">
|
<div class="PNB" style="top:auto;height:20px;text-align:right;line-height:20px;">
|
||||||
{% set length = list.getEntries().count() %}
|
|
||||||
<span class="counter current">{% trans with {'%length%' : length} %}%length% peoples{% endtrans %}</span>
|
|
||||||
{% if query.get_page() > 1 %}
|
{% if query.get_page() > 1 %}
|
||||||
<a class="prev" value="{{ query.get_page() - 1 }}" href="#">< {{ 'Previous' | trans }}</a>
|
<a class="prev" value="{{ query.get_page() - 1 }}" href="#">« {{ 'Previous' | trans }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ query.get_page() }} / {{ query.get_total_page() }}
|
{{ query.get_page() }} / {{ query.get_total_page() }}
|
||||||
{% if query.get_page() < query.get_total_page() %}
|
{% if query.get_page() < query.get_total_page() %}
|
||||||
<a class="next" value="{{ query.get_page() + 1 }}" href="#">{{ 'Next' | trans }} ></a>
|
<a class="next" value="{{ query.get_page() + 1 }}" href="#">{{ 'Next' | trans }} »</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -96,6 +96,10 @@
|
|||||||
<form class="form-inline" method="POST" name="SaveName" action="{{ path('prod_lists_list_update', { 'list_id' : list.getId() }) }}">
|
<form class="form-inline" method="POST" name="SaveName" action="{{ path('prod_lists_list_update', { 'list_id' : list.getId() }) }}">
|
||||||
<label style="margin-right: 45px;">{{ 'List Name' | trans }}</label>
|
<label style="margin-right: 45px;">{{ 'List Name' | trans }}</label>
|
||||||
<input type="text" name="name" class="text_input_white orange_text" style="margin: 0 5px;" value="{{ list.getName() }}"/>
|
<input type="text" name="name" class="text_input_white orange_text" style="margin: 0 5px;" value="{{ list.getName() }}"/>
|
||||||
|
{% set length = list.getEntries().count() %}
|
||||||
|
<span class="counter current">
|
||||||
|
{% trans with {'%length%' : length} %}%length% peoples{% endtrans %}
|
||||||
|
</span>
|
||||||
<button class="saveList pull-right orange_text">
|
<button class="saveList pull-right orange_text">
|
||||||
<img src="/assets/common/images/icons/orange-save.png" class="image-normal">
|
<img src="/assets/common/images/icons/orange-save.png" class="image-normal">
|
||||||
<img src="/assets/common/images/icons/white-save.png" class="image-hover">
|
<img src="/assets/common/images/icons/white-save.png" class="image-hover">
|
||||||
|
Reference in New Issue
Block a user