[embjopr-commits] EMBJOPR SVN: r67 - trunk/core/src/main/webapp/secure.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Dec 9 00:28:56 EST 2008


Author: ips
Date: 2008-12-09 00:28:56 -0500 (Tue, 09 Dec 2008)
New Revision: 67

Modified:
   trunk/core/src/main/webapp/secure/addMap.xhtml
   trunk/core/src/main/webapp/secure/addSimple.xhtml
   trunk/core/src/main/webapp/secure/viewResultsMap.xhtml
Log:
some css tweaks

Modified: trunk/core/src/main/webapp/secure/addMap.xhtml
===================================================================
--- trunk/core/src/main/webapp/secure/addMap.xhtml	2008-12-09 05:13:32 UTC (rev 66)
+++ trunk/core/src/main/webapp/secure/addMap.xhtml	2008-12-09 05:28:56 UTC (rev 67)
@@ -39,10 +39,11 @@
     <ui:param name="pageTitle" value="#{resource.resource.name} - Add Map To List '#{param.listName}']"/>
 
     <ui:define name="body">
-        <p>
+        <div class="instructionalText">
             Any values added here will not be persisted until you hit the Save button on the resource's main Edit
             Configuration page.
-        </p>
+        </div>
+        
         <h:form id="editResourceConfigurationForm" onsubmit="prepareInputsForSubmission(this)">
 
             <onc:config configurationDefinition="#{resourceConfigurationUIBean.configurationDefinition}"

Modified: trunk/core/src/main/webapp/secure/addSimple.xhtml
===================================================================
--- trunk/core/src/main/webapp/secure/addSimple.xhtml	2008-12-09 05:13:32 UTC (rev 66)
+++ trunk/core/src/main/webapp/secure/addSimple.xhtml	2008-12-09 05:28:56 UTC (rev 67)
@@ -40,15 +40,16 @@
 
     <ui:define name="body">
 
-        <p>
+        <div class="instructionalText">
             Enter a name and a value for the property to be added to the map '#{param.mapName}',
             then click OK to return to the '#{resource.resource.name}' resource's main Edit Configuration page.
-        </p>
+        </div>
 
-        <p>
+        <div class="instructionalText">
             Any values added here will not be persisted until you hit the Save button on the resource's main Edit
             Configuration page.
-        </p>
+        </div>
+        
         <h:form id="addNewOpenMapMemberPropertyForm">
 
             <input type="hidden" name="mapName" value="#{param.mapName}"/>

Modified: trunk/core/src/main/webapp/secure/viewResultsMap.xhtml
===================================================================
--- trunk/core/src/main/webapp/secure/viewResultsMap.xhtml	2008-12-09 05:13:32 UTC (rev 66)
+++ trunk/core/src/main/webapp/secure/viewResultsMap.xhtml	2008-12-09 05:28:56 UTC (rev 67)
@@ -43,14 +43,12 @@
 
     <ui:define name="body">
 
-        <p>
+        <div class="instructionalText">
             Below is the #{param.listName}[#{param.listIndex}] item from the results of the
             execution of the #{operationAction.getOperationHistory(param.configId).operationDefinition.displayName}
             operation.
-        </p>
+        </div>
 
-        <p/>
-
         <h:form id="resourceConfigurationForm" onsubmit="prepareInputsForSubmission(this)">
 
             <onc:config configurationDefinition="#{operationAction.getOperationHistory(param.configId).operationDefinition.resultsConfigurationDefinition}"




More information about the embjopr-commits mailing list