forked from ZwiiCMS-Team/ZwiiCampus
fix bug sélecteur author
This commit is contained in:
parent
3885fbc475
commit
efcfcc6287
@ -27,7 +27,7 @@
|
||||
<div class="col5">
|
||||
<?php echo template::select('courseEditAuthor', $module::$courseTeachers, [
|
||||
'label' => 'Auteur',
|
||||
'value' => $this->getdata(['course', $this->getUrl(2), 'author'])
|
||||
'selected' => $this->getdata(['course', $this->getUrl(2), 'author'])
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -64,7 +64,7 @@
|
||||
<div class="col5">
|
||||
<?php echo template::select('courseManageAuthor', $module::$courseTeachers, [
|
||||
'label' => 'Auteur',
|
||||
'value' => $this->getdata(['course', $this->getUrl(2), 'author']),
|
||||
'selected' => $this->getdata(['course', $this->getUrl(2), 'author']),
|
||||
'disabled' => true,
|
||||
]); ?>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user