Skip to content

Commit

Permalink
fix baserproject#3109【5.1】テーブル新規登録で識別名称を入力する際に、入力欄横にヘルプがあるとわかりやすい
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Feb 21, 2024
1 parent 959cb3a commit 681d9e2
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 681d9e2

Please sign in to comment.