Author: chris.laprun(a)jboss.com
Date: 2007-09-17 21:49:31 -0400 (Mon, 17 Sep 2007)
New Revision: 8308
Added:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/img/msgIcon_Warning.gif
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/style.css
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/confirm.xhtml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/confirmDeleteInstance.xhtml
Log:
- JBPORTAL-1657: Added icon, started styling.
Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/style.css
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/style.css 2007-09-18
01:20:26 UTC (rev 8307)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/style.css 2007-09-18
01:49:31 UTC (rev 8308)
@@ -462,3 +462,12 @@
width: 75%;
}
+.admin-ui .portlet-msg {
+ border: 1px solid #d5d5d5;
+ margin: auto;
+}
+
+.admin-ui .portlet-msg-icon {
+ float: left;
+}
+
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/confirm.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/confirm.xhtml 2007-09-18
01:20:26 UTC (rev 8307)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/confirm.xhtml 2007-09-18
01:49:31 UTC (rev 8308)
@@ -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:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/confirmDeleteInstance.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/confirmDeleteInstance.xhtml 2007-09-18
01:20:26 UTC (rev 8307)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/confirmDeleteInstance.xhtml 2007-09-18
01:49:31 UTC (rev 8308)
@@ -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>
Added:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/img/msgIcon_Warning.gif
===================================================================
(Binary files differ)
Property changes on:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/img/msgIcon_Warning.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date