From 00a1db29a142d5dd257cf9f6b6f1ef0814c6f206 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 20 Mar 2006 21:03:31 +0000 Subject: [PATCH] a little note about xhtml compliance --- lib/WebGUI/i18n/English/Asset_Dashboard.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_Dashboard.pm b/lib/WebGUI/i18n/English/Asset_Dashboard.pm index d5f002aaa..c409d9d7c 100644 --- a/lib/WebGUI/i18n/English/Asset_Dashboard.pm +++ b/lib/WebGUI/i18n/English/Asset_Dashboard.pm @@ -39,8 +39,8 @@ our $I18N = { lastUpdated => 1133619940 }, 'dashboard add/edit body' => { - message => q|The dashboard is a new container wobject. It acts like a portal. When in Admin mode, the dashboard admin is actually editing the Visitor's (default) view. When not in admin mode, the dashboard admin is editing their own personalized view. Shortcuts are the main source of functionality for the Dashboard. See the Shortcut add/edit documentation for details.|, - lastUpdated => 1133619940 + message => q|

The dashboard is a container asset that acts like a portal. When in Admin mode, the dashboard admin is actually editing the Visitor's (default) view. When not in admin mode, the dashboard admin is editing their own personalized view. Shortcuts are the main source of functionality for the Dashboard. See the Shortcut add/edit documentation for details.

NOTE: Due to limitations in Internet Explorer the dashboard does not work well with XHTML Strict compliance enabled. Therefore your style templates for dashboard pages should not be XHTML Strict. The other way to get around this problem is to ensure that when using XHTML Strict compliance, make sure that neither your does not constrain the dashboard inside of a div tag with a width attached to it.

|, + lastUpdated => 1142888566 }, 'dashboard template field label' => { message => q|Dashboard Template|,