File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
plugins/appfuse-maven-plugin/src/main/resources/appfuse/web Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ${'<#assign xhtmlCompliant = true in spring>'}
5
5
6
6
<head >
7
7
<title >${'<@spring'}.message "${pojoNameLower} Detail.title"/></title >
8
- <meta name =" heading " content =" ${'<@spring'}.message " ${pojoNameLower}Detail.heading " /> " />
8
+ <meta name =" menu " content =" ${pojo.shortName}Menu " />
9
9
</head >
10
10
11
11
<div class =" col-sm-3" >
Original file line number Diff line number Diff line change 4
4
5
5
<head >
6
6
<title ><fmt:message key =" ${pojoNameLower}Detail.title" /></title >
7
+ <meta name =" menu" content =" ${pojo.shortName}Menu" />
7
8
</head >
8
9
9
10
<div class =" col-sm-3" >
Original file line number Diff line number Diff line change 4
4
5
5
<head >
6
6
<title ><fmt:message key =" ${pojoNameLower}Detail.title" /></title >
7
- <meta name =" heading " content =" <fmt:message key='${pojoNameLower}Detail.heading'/> " />
7
+ <meta name =" menu " content =" ${pojo.shortName}Menu " />
8
8
</head >
9
9
10
10
<c:set var =" delObject" scope =" request" ><fmt:message key =" ${pojoNameLower}List.${pojoNameLower}" /></c:set >
You can’t perform that action at this time.
0 commit comments