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