Skip to content

Commit

Permalink
Merge pull request #51 from akagane99/master
Browse files Browse the repository at this point in the history
承認メール通知機能を使う のみ表示
  • Loading branch information
s-nakajima committed Aug 30, 2016
2 parents ec6ed3e + 46d430d commit e79528e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions View/RssReaderMailSettings/edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<div class="tab-content">
<?php echo $this->BlockTabs->block(BlockTabsHelper::MAIN_TAB_MAIL_SETTING); ?>

<?php /** @see MailFormHelper::editFrom() */ ?>
<?php /** @see MailFormHelper::editFrom() 承認メール通知機能を使う のみ表示 */ ?>
<?php echo $this->MailForm->editFrom(
array(
array(
'mailBodyPopoverMessage' => __d('rss_readers', 'MailSetting.mail_fixed_phrase_body.popover'),
),
),
NetCommonsUrl::backToIndexUrl('default_setting_action')
NetCommonsUrl::backToIndexUrl('default_setting_action'), 0, 0, 1, 0
); ?>
</div>
</div>

0 comments on commit e79528e

Please sign in to comment.