[jboss-svn-commits] JBL Code SVN: r25631 - labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 13 08:46:19 EDT 2009


Author: lkrzyzanek
Date: 2009-03-13 08:46:19 -0400 (Fri, 13 Mar 2009)
New Revision: 25631

Modified:
   labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/navigation.ftl
   labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/notfound.ftl
Log:
added breadcrumb and body class

Modified: labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/navigation.ftl
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/navigation.ftl	2009-03-13 12:38:22 UTC (rev 25630)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/navigation.ftl	2009-03-13 12:46:19 UTC (rev 25631)
@@ -5,8 +5,11 @@
     <#assign title = action.getText("plugin.hfurl.navigation.name") />
     <title>${title}</title>
     <meta name="nosidebar" content="true" />
+
+    <content tag="breadcrumb">
+    </content>
 </head>
-<body id="jive-body-formpage">
+<body class="jive-body-formpage">
 
 <!-- BEGIN header & intro  -->
 <div id="jive-body-intro">

Modified: labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/notfound.ftl
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/notfound.ftl	2009-03-13 12:38:22 UTC (rev 25630)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-hfurl/src/main/web/notfound.ftl	2009-03-13 12:46:19 UTC (rev 25631)
@@ -5,8 +5,11 @@
     <#assign title = action.getText("plugin.hfurl.notfound.name") />
     <title>${title}</title>
     <meta name="nosidebar" content="true" />
+    
+    <content tag="breadcrumb">
+    </content>
 </head>
-<body>
+<body class="jive-body-formpage">
 
 <!-- BEGIN header & intro  -->
 <div id="jive-body-intro">




More information about the jboss-svn-commits mailing list