DEV: Локализация

This commit is contained in:
Evg 2023-10-20 04:14:18 +03:00
parent 415fc47cb5
commit 20ff9885f6

View file

@ -6,14 +6,14 @@
<fieldset>
<input type="hidden" name="answer_id" id="answer_id" value="<?= $data['answer_id']; ?>">
<input type="hidden" name="comment_id" id="comment_id" value="<?= $data['comment_id']; ?>">
<?= Html::sumbit(__('app.comment')); ?>
<?= Html::sumbit(__('app.reply')); ?>
<span id="cancel_comment" class="text-sm inline ml5 gray"><?= __('app.cancel'); ?></span>
</fieldset>
</form>
<?php else : ?>
<textarea rows="5" disabled="disabled" placeholder="<?= __('app.auth_comm'); ?>."></textarea>
<div>
<?= Html::sumbit(__('app.comment')); ?>
<?= Html::sumbit(__('app.reply')); ?>
<span id="cancel_comment" class="text-sm inline ml5 gray"><?= __('app.cancel'); ?></span>
</div>
<?php endif; ?>