renamed 'Cours' -> 'CM' [teacher.view] [ue.manage]

This commit is contained in:
xdrm-brackets 2018-03-30 17:19:50 +02:00
parent 7a1872a65a
commit 7b8c01b38a
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
<div class='footer'>
<!-- if VIEW MODE -->
<span v-show='gstore.edit_i!=pi' :class="(prof.VHCours == 0) ? 'course' : 'course active'">{{ prof.VHCours }}h <span>Cours</span></span>
<span v-show='gstore.edit_i!=pi' :class="(prof.VHCours == 0) ? 'course' : 'course active'">{{ prof.VHCours }}h <span>CM</span></span>
<hr v-show='gstore.edit_i!=pi'>
<span v-show='gstore.edit_i!=pi' :class="(prof.VHTd == 0) ? 'td' : 'td active'" >{{ prof.VHTd }}h <span>TD</span></span>
<hr v-show='gstore.edit_i!=pi'>

View File

@ -54,7 +54,7 @@
<option value='-1' v-show='c.idProf!=-1'>Aucun enseignant affecté</option>
<option v-for='p in gstore.manage.prof' :value='p.idProfesseur' v-show='p.idProfesseur!=c.idProf'>{{ `${p.firstName} ${p.lastName}` }}</option>
</select>
<div>Cours</div>
<div>CM</div>
<div><span class='mono'>{{ c.volume }}</span> heures</div>
<div class='taglist'>
<div v-for='f in c.formations' data-action>