mirror of https://github.com/sualko/cloud_bbb
Merge branch 'fanf1re-patch-1'
commit
6d0c3d65a3
|
@ -8,7 +8,7 @@
|
|||
<fieldset class="warning">
|
||||
<h2><?php p($_['room']) ?></h2>
|
||||
<?php if (!isset($_['wrongdisplayname']) || !$_['wrongdisplayname']): ?>
|
||||
<p><?php p($l->t('How is your name?')); ?></p>
|
||||
<p><?php p($l->t('Please enter your name!')); ?></p>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($_['wrongdisplayname']) && $_['wrongdisplayname']): ?>
|
||||
<div class="warning"><?php p($l->t('The name must be at least 3 characters long.')); ?></div>
|
||||
|
@ -22,4 +22,4 @@
|
|||
class="svg icon-confirm input-button-inline" value="" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue