fix 26
This commit is contained in:
parent
4220ef1473
commit
5dd4a0bec1
4 changed files with 8 additions and 4 deletions
|
@ -867,6 +867,8 @@ labels.labeltype_button_back=Back
|
|||
labels.labeltype_button_update=Update
|
||||
labels.labeltype_button_delete=Delete
|
||||
labels.labeltype_button_edit=Edit
|
||||
labels.labeltype_included_paths=Included Paths
|
||||
labels.labeltype_excluded_paths=Excluded Paths
|
||||
|
||||
# view/admin/labeltype/index.jsp
|
||||
labels.labeltype_link_create_new=Create New
|
||||
|
|
|
@ -865,6 +865,8 @@ labels.labeltype_button_back=\u623b\u308b
|
|||
labels.labeltype_button_update=\u66f4\u65b0
|
||||
labels.labeltype_button_delete=\u524a\u9664
|
||||
labels.labeltype_button_edit=\u7de8\u96c6
|
||||
labels.labeltype_included_paths=\u5bfe\u8c61\u3068\u3059\u308b\u30d1\u30b9
|
||||
labels.labeltype_excluded_paths=\u9664\u5916\u3059\u308b\u30d1\u30b9
|
||||
|
||||
# view/admin/labelType/index.jsp
|
||||
labels.labeltype_link_create_new=\u65b0\u898f\u4f5c\u6210
|
||||
|
|
|
@ -69,13 +69,13 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th style="width: 150px;"><bean:message
|
||||
key="labels.included_paths" /></th>
|
||||
key="labels.labeltype_included_paths" /></th>
|
||||
<td style="width: 345px; word-break: break-all;">${f:br(f:h(includedPaths))}<html:hidden
|
||||
property="includedPaths" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width: 150px;"><bean:message
|
||||
key="labels.excluded_paths" /></th>
|
||||
key="labels.labeltype_excluded_paths" /></th>
|
||||
<td style="width: 345px; word-break: break-all;">${f:br(f:h(excludedPaths))}<html:hidden
|
||||
property="excludedPaths" /></td>
|
||||
</tr>
|
||||
|
|
|
@ -70,13 +70,13 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th style="width: 150px;"><bean:message
|
||||
key="labels.included_paths" /></th>
|
||||
key="labels.labeltype_included_paths" /></th>
|
||||
<td><html:textarea property="includedPaths"
|
||||
style="width:345px;" rows="5" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width: 150px;"><bean:message
|
||||
key="labels.excluded_paths" /></th>
|
||||
key="labels.labeltype_excluded_paths" /></th>
|
||||
<td><html:textarea property="excludedPaths"
|
||||
style="width:345px;" rows="5" /></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue