. Dashboards impl checkpoint

- beginnings of the dashboard configuration wizard (layouts)
  - icons for various layouts (a bit of Photoshop fun)
  - working layouts for single column, 2 column left and right narrow, three column
. Added "immediate" attribute to ActionLink component - same functionality as for standard JSF Command Button
. Fixed Wizard container.jsp to use "immediate=true" on Cancel button

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3354 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-07-19 16:42:39 +00:00
parent 28bc79f6f7
commit 177a65f20e
22 changed files with 288 additions and 18 deletions

View File

@@ -42,8 +42,8 @@ public final class DashboardManager
private static Log logger = LogFactory.getLog(DashboardManager.class);
private static final String PREF_DASHBOARD = "dashboard";
private static final String LAYOUT_DEFAULT = "default";
private static final String DASHLET_DEFAULT = "getting-started";
static final String LAYOUT_DEFAULT = "default";
static final String DASHLET_DEFAULT = "getting-started";
private static final String JSP_DUMMY = "/jsp/dashboards/dummy.jsp";
@@ -202,7 +202,7 @@ public final class DashboardManager
/**
* @return The externally configured WebClient config element for the Dashboards
*/
private static DashboardsConfigElement getDashboardConfig()
public static DashboardsConfigElement getDashboardConfig()
{
ConfigService service = Application.getConfigService(FacesContext.getCurrentInstance());
DashboardsConfigElement config = (DashboardsConfigElement)service.getConfig("Dashboards").getConfigElement(