Author: ndkhoiits
Date: 2010-05-25 22:45:39 -0400 (Tue, 25 May 2010)
New Revision: 3198
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_en.properties
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationInfo.gtmpl
portal/trunk/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
Log:
GTNPORTAL-1229 Clearly define what the access permission set in the application registry
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_en.properties
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_en.properties 2010-05-26
02:41:07 UTC (rev 3197)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_en.properties 2010-05-26
02:45:39 UTC (rev 3198)
@@ -55,7 +55,8 @@
UIApplicationInfo.label.name=Name:
UIApplicationInfo.label.displayName=#{label.displayName}
UIApplicationInfo.label.description=#{label.description}
-UIApplicationInfo.label.accessPermissions=Access Permissions
+UIApplicationInfo.label.accessPermissions=Default Access Permission Settings
+UIApplicationInfo.label.accessPermissionsDescription=These access permissions will be
setted by default when use this component
UIApplicationInfo.title.editApplication=Edit Application
##org.exoplatform.applicationregistry.webui.component.UIApplicationForm
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationInfo.gtmpl
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationInfo.gtmpl 2010-05-26
02:41:07 UTC (rev 3197)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationInfo.gtmpl 2010-05-26
02:45:39 UTC (rev 3198)
@@ -69,6 +69,7 @@
<div
class="TitleBar"><%=_ctx.appRes("UIApplicationInfo.label.accessPermissions")%></div>
<div class="HorizontalLayout">
<% uicomponent.renderChildren() %>
+ <div class="HintMessage"><%=
_ctx.appRes("UIApplicationInfo.label.accessPermissionsDescription")
%></div>
</div>
</div>
</div>
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2010-05-26
02:41:07 UTC (rev 3197)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/skin/applicationregistry/webui/component/UIApplicationRegistryPortlet/DefaultStylesheet.css 2010-05-26
02:45:39 UTC (rev 3198)
@@ -373,7 +373,12 @@
.UIApplicationRegistryPortlet .UIFormWithTitle {
width: 480px;
}
-
+
+.UIApplicationRegistryPortlet .UIFormWithTitle .HintMessage {
+ font-style:italic;
+ padding:10px;
+ text-align:center;
+}
/*******************************UIAcessPermissions******************************/
.UIApplicationRegistryPortlet .UIAcessPermissions {
Show replies by date