[jboss-cvs] JBossBlog SVN: r201 - in trunk/view: manage and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 7 10:20:12 EST 2008


Author: adamw
Date: 2008-02-07 10:20:12 -0500 (Thu, 07 Feb 2008)
New Revision: 201

Modified:
   trunk/view/error.xhtml
   trunk/view/manage/feed_mod.xhtml
   trunk/view/stylesheet/blog.css
Log:


Modified: trunk/view/error.xhtml
===================================================================
--- trunk/view/error.xhtml	2008-02-07 11:04:36 UTC (rev 200)
+++ trunk/view/error.xhtml	2008-02-07 15:20:12 UTC (rev 201)
@@ -1,18 +1,16 @@
-<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
-                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:s="http://jboss.com/products/seam/taglib"
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:h="http://java.sun.com/jsf/html"
                 template="layout/template.xhtml">
+    <ui:define name="header">
+        Error
+    </ui:define>
 
-<ui:define name="body">
-
-    <h1>Error</h1>
-    <p>Something bad happened :-(</p>
-    
-    <h:messages styleClass="message"/>
-        
-</ui:define> 
+    <ui:define name="body">
+        <p>Something bad happened :-(</p>
+    </ui:define>
 </ui:composition>

Modified: trunk/view/manage/feed_mod.xhtml
===================================================================
--- trunk/view/manage/feed_mod.xhtml	2008-02-07 11:04:36 UTC (rev 200)
+++ trunk/view/manage/feed_mod.xhtml	2008-02-07 15:20:12 UTC (rev 201)
@@ -35,7 +35,6 @@
         <a:support event="onblur" reRender="nameMessage" ajaxSingle="true" bypassUpdates="true"/>
         <s:validate />
     </h:inputText>
-
     <a:outputPanel id="nameMessage">
         <h:message for="name" styleClass="error" />
     </a:outputPanel>

Modified: trunk/view/stylesheet/blog.css
===================================================================
--- trunk/view/stylesheet/blog.css	2008-02-07 11:04:36 UTC (rev 200)
+++ trunk/view/stylesheet/blog.css	2008-02-07 15:20:12 UTC (rev 201)
@@ -156,6 +156,7 @@
     background-color: #fef9e6;
     border: 1px solid red;
     padding: 5px;
+    display: block;
 }
 
 span.required {




More information about the jboss-cvs-commits mailing list