mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Move Plugins tab at the end
This commit is contained in:
@@ -13,6 +13,7 @@ use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Model\Entities\User;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Alchemy\Phrasea\Utilities\Countries;
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
|
||||
class User_Query implements User_QueryInterface
|
||||
{
|
||||
@@ -80,7 +81,7 @@ class User_Query implements User_QueryInterface
|
||||
/**
|
||||
* Return query results
|
||||
*
|
||||
* @return User[]
|
||||
* @return User[]|Collection
|
||||
*/
|
||||
public function get_results()
|
||||
{
|
||||
|
@@ -16,6 +16,11 @@
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li class="ui-corner-top baskets">
|
||||
<a href="#baskets" class="WZbasketTab">
|
||||
<div id="basket_menu_trigger">▼</div>
|
||||
</a>
|
||||
</li>
|
||||
{% if plugins.workzone is not empty %}
|
||||
<li>
|
||||
<a href="#plugins" class="WZplugins">
|
||||
@@ -23,11 +28,6 @@
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li class="ui-corner-top baskets">
|
||||
<a href="#baskets" class="WZbasketTab">
|
||||
<div id="basket_menu_trigger">▼</div>
|
||||
</a>
|
||||
</li>
|
||||
{% endblock %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user