Skip to content

Commit

Permalink
fix #3109【5.1】テーブル新規登録で識別名称を入力する際に、入力欄横にヘルプがあるとわかりやすい (#3144)
Browse files Browse the repository at this point in the history
Co-authored-by: Đỗ Văn Hùng <[email protected]>
  • Loading branch information
HungDV2022 and dovanhung authored Feb 21, 2024
1 parent 38a227f commit 6bcfb86
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
</th>
<td class="col-input bca-form-table__input">
<?php echo $this->BcAdminForm->control('name', ['type' => 'text', 'size' => 40, 'maxlength' => 255]) ?>
<i class="bca-icon--question-circle bca-help"></i>
<div class="bca-helptext">
<?php echo __d('baser_core', '半角英数字とアンダースコアのみ利用できます。') ?>
</div>
<?php echo $this->BcAdminForm->error('name') ?>
</td>
</tr>
Expand Down

0 comments on commit 6bcfb86

Please sign in to comment.