Author: chris.laprun(a)jboss.com
Date: 2007-09-17 21:55:41 -0400 (Mon, 17 Sep 2007)
New Revision: 8309
Added:
trunk/core-admin/src/resources/portal-admin-war/img/msgIcon_Warning.gif
Modified:
trunk/core-admin/src/bin/portal-admin-war/style.css
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/confirm.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/confirmDeleteInstance.xhtml
Log:
- JBPORTAL-1657: Added icon, started styling.
Modified: trunk/core-admin/src/bin/portal-admin-war/style.css
===================================================================
--- trunk/core-admin/src/bin/portal-admin-war/style.css 2007-09-18 01:49:31 UTC (rev
8308)
+++ trunk/core-admin/src/bin/portal-admin-war/style.css 2007-09-18 01:55:41 UTC (rev
8309)
@@ -460,4 +460,14 @@
.admin-ui .objectList .objectActionColumn {
width: 75%;
-}
\ No newline at end of file
+}
+
+.admin-ui .portlet-msg {
+ border: 1px solid #d5d5d5;
+ margin: auto;
+}
+
+.admin-ui .portlet-msg-icon {
+ float: left;
+}
+
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/confirm.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/confirm.xhtml 2007-09-18
01:49:31 UTC (rev 8308)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/confirm.xhtml 2007-09-18
01:55:41 UTC (rev 8309)
@@ -13,11 +13,12 @@
<ui:define name="content">
<div class="portlet-msg">
- <div class="portlet-msg-icon"><h:graphicImage
url="/img/msgIcon_Warning.gif" alt="/!\"/></div>
<div class="portlet-msg-body">
<h3>Delete <h:outputText
value="#{portalobjectmgr.selectedObjectType}"/></h3>
- <p class="portlet-msg-alert">WARNING! You are about to
delete the
+ <p class="portlet-msg-alert">
+ <h:graphicImage url="/img/msgIcon_Warning.gif"
alt="/!\" styleClass="portlet-msg-icon"/>
+ WARNING! You are about to delete the
<span
class="objectName">#{portalobjectmgr.selectedObject.name}</span>
#{portalobjectmgr.selectedObject.typeName} from the
<c:if test="#{not empty
portalobjectmgr.selectedObjectParent.name}">
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/confirmDeleteInstance.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/confirmDeleteInstance.xhtml 2007-09-18
01:49:31 UTC (rev 8308)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/confirmDeleteInstance.xhtml 2007-09-18
01:55:41 UTC (rev 8309)
@@ -24,11 +24,12 @@
<br/>
<div class="portlet-msg">
- <div class="portlet-msg-icon"><h:graphicImage
url="/img/msgIcon_Warning.gif" alt="/!\"/></div>
<div class="portlet-msg-body">
<h3>Delete <span
class="objectName">#{instancemgr.selectedInstance.id}</span></h3>
- <p class="portlet-msg-alert">WARNING! You are about to
delete the
+ <p class="portlet-msg-alert">
+ <h:graphicImage url="/img/msgIcon_Warning.gif"
alt="/!\" styleClass="portlet-msg-icon"/>
+ WARNING! You are about to delete the
<span
class="objectName">#{instancemgr.selectedInstance.id}</span> portlet
instance causing windows
referencing it to not be able to display their content anymore.
</p>
Copied: trunk/core-admin/src/resources/portal-admin-war/img/msgIcon_Warning.gif (from rev
8308,
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/img/msgIcon_Warning.gif)
===================================================================
(Binary files differ)
Show replies by date