From 2d1e290f800f1c9d5c3b728ba4b3da3b15c3764a Mon Sep 17 00:00:00 2001 From: Daryn Warriner Date: Wed, 9 Feb 2011 01:12:08 -0600 Subject: [PATCH] Recent changes to html layouts break some plugin output. Update documentation to point developers to the correct html structure. --- .../en-US/Events_Reference_Account.xml | 4 ++-- .../en-US/Events_Reference_Manage.xml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docbook/Developers_Guide/en-US/Events_Reference_Account.xml b/docbook/Developers_Guide/en-US/Events_Reference_Account.xml index 2233b2f7ae..6fca19f17d 100644 --- a/docbook/Developers_Guide/en-US/Events_Reference_Account.xml +++ b/docbook/Developers_Guide/en-US/Events_Reference_Account.xml @@ -15,8 +15,8 @@ - Any output here should be defining appropriate rows and columns for the - surrounding <table> elements. + Any output here should follow the format found in account_prefs_inc.php. As of 1.3.x this is + no longer table elements. diff --git a/docbook/Developers_Guide/en-US/Events_Reference_Manage.xml b/docbook/Developers_Guide/en-US/Events_Reference_Manage.xml index 341d30cb4d..0d01a96abc 100644 --- a/docbook/Developers_Guide/en-US/Events_Reference_Manage.xml +++ b/docbook/Developers_Guide/en-US/Events_Reference_Manage.xml @@ -57,8 +57,8 @@ - Any output here should be defining appropriate rows and columns for the - surrounding <table> elements. + Any output here should follow the format found in manage_proj_create_page.php. As of 1.3.x this is + no longer table elements. @@ -90,8 +90,8 @@ - Any output here should be defining appropriate rows and columns for the - surrounding <table> elements. + Any output here should follow the format found in manage_proj_edit_page.php. As of 1.3.x this is + no longer table elements. @@ -145,8 +145,8 @@ - Any output here should be defining appropriate rows and columns for the - surrounding <table> elements. + Any output here should follow the format found in manage_proj_ver_edit_page.php. As of 1.3.x this is + no longer table elements.