Agenda revue de la fonction add
This commit is contained in:
parent
4a2e7adcb1
commit
89122bd9f0
1084
agenda/agenda.php
1084
agenda/agenda.php
File diff suppressed because it is too large
Load Diff
@ -8,10 +8,10 @@
|
|||||||
'value' => 'Retour'
|
'value' => 'Retour'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php if( $this->getUser('group') >= $this->getData(['module', $this->getUrl(0), 'config', 'droit_creation']) ){
|
<?php if( $this->getUser('group') >= $this->getData(['module', $this->getUrl(0), 'config', 'droit_creation'])): ?>
|
||||||
echo '<script src="'. helper::baseUrl(false).'/core/vendor/tinymce/tinymce.min.js"></script>';
|
<script src="'. helper::baseUrl(false).'/core/vendor/tinymce/tinymce.min.js"></script>'
|
||||||
echo '<script src="'. helper::baseUrl(false).'/core/vendor/tinymce/jquery.tinymce.min.js"></script>';
|
<script src="'. helper::baseUrl(false).'/core/vendor/tinymce/jquery.tinymce.min.js"></script>'
|
||||||
if( $this->getUser('group') >= 2){
|
<?php if( $this->getUser('group') >= 2){
|
||||||
echo '<script src="'. helper::baseUrl(false).'/module/agenda/vendor/js/init23.js"></script>';
|
echo '<script src="'. helper::baseUrl(false).'/module/agenda/vendor/js/init23.js"></script>';
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
@ -125,18 +125,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
||||||
<?php }
|
|
||||||
else{?>
|
|
||||||
<!--Fermeture de la <div class="row"> si test false-->
|
|
||||||
</div>
|
|
||||||
<div class="block">
|
|
||||||
<h4>Vous n'avez pas accès à la création d'évènements, connectez-vous.</h4>
|
|
||||||
</div>
|
|
||||||
<?php ;} ?>
|
|
||||||
|
|
||||||
<?php echo template::formClose(); ?>
|
<?php echo template::formClose(); ?>
|
||||||
|
|
||||||
<div class="moduleVersion">Version n°
|
<div class="moduleVersion">Version n°
|
||||||
|
Loading…
x
Reference in New Issue
Block a user