Skip to content

Commit

Permalink
change: ポップオーバで表示するヘルプのアイコンは、infoとするように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Nov 13, 2019
1 parent 9f30610 commit d1c6101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Helper/TopicsHelper.php
Expand Up @@ -328,7 +328,7 @@ public function rssSettingHelp($content = '', $placement = 'bottom') {
$html .= __d('topics', 'Can use an embedded keyword in the channel title line and summary') . ' ';
$html .= '<a href="" data-toggle="popover" data-placement="' . $placement . '"' .
' title="' . __d('topics', 'Embedded keyword?') . '"' . ' data-content="' . $content . '">';
$html .= '<span class="glyphicon glyphicon-question-sign"></span>';
$html .= '<span class="glyphicon glyphicon-info-sign"></span>';
$html .= '</a>';
$html .= '<script type="text/javascript">' .
'$(function () { $(\'[data-toggle="popover"]\').popover({html: true}) });</script>';
Expand Down

0 comments on commit d1c6101

Please sign in to comment.