Skip to content

Commit

Permalink
Merge pull request #6 from chihiro-adachi/fix-message
Browse files Browse the repository at this point in the history
文言修正
  • Loading branch information
chihiro-adachi authored Jan 10, 2017
2 parents 67daad8 + 6225334 commit 63575d8
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions Resource/template/admin/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
return;
}
if (!window.confirm('削除しますか')) {
if (!window.confirm('おすすめ順から削除しますか')) {
return;
}
Expand Down Expand Up @@ -294,14 +294,27 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
})
});
</script>
<script>
// 機能説明のツールチップを有効にする
$(function () {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
{% endblock %}

{% block main %}
<div class="row">
<div class="col-md-12">
<div class="box">
<div class="box-header">
<div class="box-title">商品おすすめ順登録</div>
<div class="box-title">
商品おすすめ順登録
<span class="glyphicon glyphicon-question-sign"
data-toggle="tooltip"
data-placement="right"
data-html="true"
data-title="<p align='left'>カテゴリ毎に、おすすめする商品を登録できます。おすすめ商品を登録後、並び順をドラッグ&ドロップで設定してください。</p>"></span>
</div>
</div>
<div class="box-body">
<div class="row">
Expand All @@ -313,7 +326,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<div class="col-md-2">
<div class="form-group">
<button type="button" class="btn btn-default btn-block" data-toggle="modal"
data-target="#searchProductModal">商品登録
data-target="#searchProductModal">おすすめ商品登録
</button>
</div>
</div>
Expand Down

0 comments on commit 63575d8

Please sign in to comment.