Merge branch 'master' into dist/envole/6/master
This commit is contained in:
commit
a2ebec25f8
|
@ -30,7 +30,7 @@
|
||||||
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#mymodal" onClick="ModalLoad('mymodal','Téléchargez vos Fichiers','{{ path('cadoles_core_'~access~'_file_upload',{'id': directory,'type':'all','subdirectory':subdirectory}) }}');" title="Ajouter des fichiers">
|
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#mymodal" onClick="ModalLoad('mymodal','Téléchargez vos Fichiers','{{ path('cadoles_core_'~access~'_file_upload',{'id': directory,'type':'all','subdirectory':subdirectory}) }}');" title="Ajouter des fichiers">
|
||||||
<i class="fa fa-upload"></i>
|
<i class="fa fa-upload"></i>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#mymodal" onClick="ModalLoad('mymodal','Création Répertoire','{{ path('cadoles_core_'~access~'_file_subdirectory',{'id': directory,'type':'all','subdirectory':subdirectory}) }}');" title="Ajouter des fichiers">
|
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#mymodal" onClick="ModalLoad('mymodal','Création Répertoire','{{ path('cadoles_core_'~access~'_file_subdirectory',{'id': directory,'type':'all','subdirectory':subdirectory}) }}');" title="Ajouter un Répertoire">
|
||||||
<i class="fa fa-folder-plus"></i>
|
<i class="fa fa-folder-plus"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
|
@ -184,7 +184,11 @@ parameters:
|
||||||
ldap_firstname: givenname
|
ldap_firstname: givenname
|
||||||
ldap_lastname: sn
|
ldap_lastname: sn
|
||||||
ldap_email: mail
|
ldap_email: mail
|
||||||
|
%if %%getVar("activer_addadmin", 'non') == "oui"
|
||||||
|
ldap_usersadmin: [admin,%%uid_addadmin]
|
||||||
|
%else
|
||||||
ldap_usersadmin: [admin]
|
ldap_usersadmin: [admin]
|
||||||
|
%end if
|
||||||
|
|
||||||
# Template scribe
|
# Template scribe
|
||||||
%if %%getVar("ninegate_scribegroup", 'non') == "oui"
|
%if %%getVar("ninegate_scribegroup", 'non') == "oui"
|
||||||
|
|
Loading…
Reference in New Issue