mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
relabel: Promoteur·ice ULB → Promoteur·ice université in all UI labels
Pure label change across 6 template/controller files — no DB schema change. Migration 043 added to track the change.
This commit is contained in:
@@ -105,14 +105,14 @@ if ($addMode) {
|
||||
</fieldset>
|
||||
|
||||
<?php if ($showPromoteurUlb): ?>
|
||||
<!-- Promoteur·ice(s) ULB -->
|
||||
<!-- Promoteur·ice(s) université -->
|
||||
<fieldset class="admin-jury-lecteurs" id="jury-promoteur-ulb-row"<?= $promoteurUlbConditional ? ' style="display:none"' : '' ?> data-jury-autocomplete data-jury-hx-post="<?= $adminMode ? '/admin/fragments/pill-search.php' : '/partage/fragments/pill-search.php' ?>" data-jury-role="promoteur_externe">
|
||||
<legend>Promoteur·ice(s) ULB<span id="jury-ulb-asterisk" style="display:none"> <span class="asterisk">*</span></span></legend>
|
||||
<legend>Promoteur·ice(s) université<span id="jury-ulb-asterisk" style="display:none"> <span class="asterisk">*</span></span></legend>
|
||||
<div id="jury-promoteur-ulb-list" class="admin-jury-list">
|
||||
<?php if (empty($juryPromoteursUlb) && $juryPromoteurUlb === null): ?>
|
||||
<div class="admin-jury-entry">
|
||||
<input type="text" name="jury_promoteur_ulb_name[]" placeholder="Nom"
|
||||
aria-label="Promoteur·ice ULB 1 — nom" autocomplete="off">
|
||||
aria-label="Promoteur·ice université 1 — nom" autocomplete="off">
|
||||
<button type="button" class="btn btn--sm btn--ghost admin-btn-remove"
|
||||
onclick="removeJuryRow(this)" aria-label="Supprimer"><span aria-hidden="true">✕</span></button>
|
||||
</div>
|
||||
@@ -121,7 +121,7 @@ if ($addMode) {
|
||||
<div class="admin-jury-entry">
|
||||
<input type="text" name="jury_promoteur_ulb_name[]"
|
||||
value="<?= htmlspecialchars($pm['name']) ?>" placeholder="Nom"
|
||||
aria-label="Promoteur·ice ULB <?= $pi + 1 ?> — nom" autocomplete="off">
|
||||
aria-label="Promoteur·ice université <?= $pi + 1 ?> — nom" autocomplete="off">
|
||||
<button type="button" class="btn btn--sm btn--ghost admin-btn-remove"
|
||||
onclick="removeJuryRow(this)" aria-label="Supprimer"><span aria-hidden="true">✕</span></button>
|
||||
</div>
|
||||
@@ -130,15 +130,15 @@ if ($addMode) {
|
||||
<div class="admin-jury-entry">
|
||||
<input type="text" name="jury_promoteur_ulb_name[]"
|
||||
value="<?= htmlspecialchars($juryPromoteurUlb ?? '') ?>" placeholder="Nom"
|
||||
aria-label="Promoteur·ice ULB 1 — nom" autocomplete="off">
|
||||
aria-label="Promoteur·ice université 1 — nom" autocomplete="off">
|
||||
<button type="button" class="btn btn--sm btn--ghost admin-btn-remove"
|
||||
onclick="removeJuryRow(this)" aria-label="Supprimer"><span aria-hidden="true">✕</span></button>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<button type="button" class="btn btn--secondary admin-add-jury-btn"
|
||||
onclick="addJuryRow('jury-promoteur-ulb-list', 'jury_promoteur_ulb_name[]', 'Promoteur·ice ULB')">
|
||||
+ Ajouter un·e promoteur·ice ULB
|
||||
onclick="addJuryRow('jury-promoteur-ulb-list', 'jury_promoteur_ulb_name[]', 'Promoteur·ice université')">
|
||||
+ Ajouter un·e promoteur·ice université
|
||||
</button>
|
||||
</fieldset>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user