mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge branch '3.8'
Conflicts: lib/Alchemy/Phrasea/Controller/Admin/Databox.php lib/classes/collection.php templates/web/admin/databox/databox.html.twig
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
{% for collId, name in databox.get_mountable_colls() %}
|
||||
<li>
|
||||
<form class="form-inline" method="post" action="{{ path('admin_database_mount_collection', {'databox_id': databox.get_sbas_id(), 'collection_id' : collId }) }}">
|
||||
{{ "Monter" | trans }} {{ name }}
|
||||
{% trans %}Monter la collection {{ name }}{% endtrans %}<br/>
|
||||
{% if app['acl'].get(app['authentication'].getUser()).get_granted_base(["canadmin"]) | length > 0 %}
|
||||
<label for="othcollsel">{{ "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces" | trans }}</label>
|
||||
<select id="othcollsel" name="othcollsel" >
|
||||
|
Reference in New Issue
Block a user