Skip to content

Commit

Permalink
Merge pull request #82 from kuchikios/err2
Browse files Browse the repository at this point in the history
「Tag Select」をロケール ファイルに追加
  • Loading branch information
koda-masaru committed Aug 25, 2015
2 parents 11bb808 + de307bc commit 044f25e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/main/resources/appresource.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ label.protect=Protection
label.private=Private
label.edit=Edit
label.search=Search
label.search.tags=Tag Select
label.backlist=Back to list
label.delete=Delete
label.save=Save
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/appresource_ja.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ label.protect=保護
label.private=非公開
label.edit=編集
label.search=検索
label.search.tags=タグ一覧
label.backlist=一覧に戻る
label.delete=削除
label.save=保存
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/open/knowledge/search.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ _TAGS.push('<%= jspUtil.out("tagitem.tagName") %>');
<label for="input_tag">
<%= jspUtil.label("knowledge.search.tags") %>
<span class="helpMarkdownLabel">
<a data-toggle="modal" data-target="#tagSelectModal">Tag Select</a>
<a data-toggle="modal" data-target="#tagSelectModal"><%= jspUtil.label("label.search.tags") %></a>
</span>
</label>
<p class="tags">
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/open/tag/dialog.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">&times;</button>
<h4 class="modal-title">Tag Select [page-<span id='tagselectPageNo'></span>]</h4>
<h4 class="modal-title"><%= jspUtil.label("label.search.tags") %> [page-<span id='tagselectPageNo'></span>]</h4>
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ _TAGS.push('<%= jspUtil.out("tagitem.tagName") %>');
<label for="input_tag">
<%= jspUtil.label("knowledge.add.label.tags") %>
<span class="helpMarkdownLabel">
<a data-toggle="modal" data-target="#tagSelectModal">Tag Select</a>
<a data-toggle="modal" data-target="#tagSelectModal"><%= jspUtil.label("label.search.tags") %></a>
</span>
</label>
<p class="tags">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ _TAGS.push('<%= jspUtil.out("tagitem.tagName") %>');
<label for="input_tag">
<%= jspUtil.label("knowledge.add.label.tags") %>
<span class="helpMarkdownLabel">
<a data-toggle="modal" data-target="#tagSelectModal">Tag Select</a>
<a data-toggle="modal" data-target="#tagSelectModal"><%= jspUtil.label("label.search.tags") %></a>
</span>
</label>
<p class="tags">
Expand Down

0 comments on commit 044f25e

Please sign in to comment.