pvollenweider 2005/04/20 11:30:46 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/view/jsp/include blog_definitions.inc
Log:
Fix resource name
Revision Changes Path
1.1.2.9 +9 -9
corporate_portal_templates/src/view/jsp/include/blog_definitions.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/blog_definitions.inc.diff?r1=1.1.2.8&r2=1.1.2.9&f=h
Index: blog_definitions.inc
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/Attic/blog_definitions.inc,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -r1.1.2.8 -r1.1.2.9
--- blog_definitions.inc 20 Apr 2005 08:14:39 -0000 1.1.2.8
+++ blog_definitions.inc 20 Apr 2005 09:30:46 -0000 1.1.2.9
@@ -1,29 +1,29 @@
<content:declareContainerList name="entries" title="List of entries">
<content:declareContainer>
<content:declareField name="title" title="Title" type="SmallText"
- titleKey="box.title" bundleKey="<%=resBundleID%>"/>
+ titleKey="blog.title" bundleKey="<%=resBundleID%>"/>
<content:declareField name="body" title="Body" type="BigText"
- titleKey="box.body" bundleKey="<%=resBundleID%>"/>
+ titleKey="blog.body" bundleKey="<%=resBundleID%>"/>
<content:declareField name="attachement" title="Attachment associated"
type="File"
- titleKey="box.attachement" bundleKey="<%=resBundleID%>"/>
+ titleKey="blog.attachement" bundleKey="<%=resBundleID%>"/>
<content:declareField name="date" title="Date" type="Date"
value="<jahia_calendar[dd.mm.yyyy / HH:MM]>"
- titleKey="box.date" bundleKey="<%=resBundleID%>"/>
+ titleKey="blog.date" bundleKey="<%=resBundleID%>"/>
<content:declareField name="author" title="Author" type="SharedSmallText"
value="<%=jData.params().getUser().getUsername()%>"
- titleKey="box.author" bundleKey="<%=resBundleID%>"/>
+ titleKey="blog.author" bundleKey="<%=resBundleID%>"/>
<content:declareContainerList name="comments" title="List of comments">
<content:declareContainer>
<content:declareField name="author" title="Name of the author"
type="SharedSmallText"
- titleKey="box.commentAuthor" bundleKey="<%=resBundleID%>"
+ titleKey="blog.commentAuthor" bundleKey="<%=resBundleID%>"
value="<%=jData.params().getUser().getUsername()%>"/>
<content:declareField name="title" title="Title of this comment"
type="SmallText"
- titleKey="box.commentTitle" bundleKey="<%=resBundleID%>"/>
+ titleKey="blog.commentTitle" bundleKey="<%=resBundleID%>"/>
<content:declareField name="body" title="Body of this comment"
type="BigText"
- titleKey="box.commentBody" bundleKey="<%=resBundleID%>"/>
+ titleKey="blog.commentBody" bundleKey="<%=resBundleID%>"/>
<content:declareField name="date" title="Date" type="Date"
value="<jahia_calendar[dd.mm.yyyy / HH:MM]>"
- titleKey="box.commentDate" bundleKey="<%=resBundleID%>"/>
+ titleKey="blog.commentDate" bundleKey="<%=resBundleID%>"/>
</content:declareContainer>
</content:declareContainerList>