. UI consitency improvments (with newer look and feel for status area) and fixups

. Fix to missing use of dialog framework for certain actions
. Added missing action "Manage Content Rules" to Space Details page

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2506 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-02-28 17:26:12 +00:00
parent 4087735d04
commit bad96d9a0a
76 changed files with 99 additions and 161 deletions

View File

@@ -105,12 +105,11 @@
<%-- Status and Actions inner contents table --%>
<%-- Generally this consists of an icon, textual summary and actions for the current object --%>
<table cellspacing="4" cellpadding="0" width="100%">
<tr valign="top">
<tr>
<td width="32">
<h:graphicImage id="wizard-logo" url="/images/icons/new_rule_large.gif" />
</td>
<td>
<div class="mainSubTitle"><h:outputText value='#{NavigationBean.nodeProperties["name"]}' /></div>
<div class="mainTitle"><h:outputText value="#{NewActionWizard.wizardTitle}" /></div>
<div class="mainSubText"><h:outputText value="#{NewActionWizard.wizardDescription}" /> '<h:outputText value="#{DocumentDetailsBean.name}" />'</div>
</td>