Skip to content

Commit

Permalink
#1795 取込に伴う必須表示の変更
Browse files Browse the repository at this point in the history
  • Loading branch information
gondoh committed Jan 20, 2022
1 parent 37e5c10 commit 14cd89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/webroot/theme/admin-third/MailContents/admin/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class="bca-form-table__label -label"><?php echo $this->BcForm->label('MailConten
</td>
</tr>
<tr>
<th class="col-head bca-form-table__label"><?php echo $this->BcForm->label('MailContent.sender_name', __d('baser', '送信先名')) ?>
&nbsp;<span class="bca-label" data-bca-label-type="required"><?php echo __d('baser', '必須') ?></span>
<th class="col-head bca-form-table__label"><?php echo $this->BcForm->label('MailContent.sender_name', __d('baser', '送信先名')) ?></span>
</th>
<td class="col-input bca-form-table__input">
<?php echo $this->BcForm->input('MailContent.sender_name', ['type' => 'text', 'size' => 80, 'maxlength' => 255, 'placeholder' => '送信先名を入力してください。']) ?>
Expand Down
3 changes: 1 addition & 2 deletions lib/Baser/Plugin/Mail/View/MailContents/admin/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
</td>
</tr>
<tr>
<th class="col-head"><?php echo $this->BcForm->label('MailContent.sender_name', __d('baser', '送信先名')) ?>
&nbsp;<span class="required">*</span></th>
<th class="col-head"><?php echo $this->BcForm->label('MailContent.sender_name', __d('baser', '送信先名')) ?></th>
<td class="col-input">
<?php echo $this->BcForm->input('MailContent.sender_name', ['type' => 'text', 'size' => 80, 'maxlength' => 255, 'placeholder' => '送信先名を入力してください。']) ?>
<?php echo $this->Html->image('admin/icn_help.png', ['id' => 'helpSenderName', 'class' => 'btn help', 'alt' => __d('baser', 'ヘルプ')]) ?>
Expand Down

0 comments on commit 14cd89b

Please sign in to comment.