diff --git a/include/testData.php b/include/testData.php index 1addc4e..1182614 100644 --- a/include/testData.php +++ b/include/testData.php @@ -862,6 +862,17 @@ class testData{ /* STUB */ return TRUE; } + + function objectDisplayAddItemHelp() + { + echo "
This is the screen for inputing test information so that others "; + echo "looking at the database will know \n"; + echo "what was working on a particular release of Wine.
\n"; + echo "Please be as detailed as you can.
\n"; + echo "If you cannot find your distribution in the list of existing "; + echo "distributions, please add it in the \n"; + echo "provided field.
\n\n"; + } } ?> diff --git a/testResults.php b/testResults.php index 985767e..89c2f37 100644 --- a/testResults.php +++ b/testResults.php @@ -114,11 +114,7 @@ if ($aClean['sSub']) //help - echo "This is the screen for inputing test information so that others looking at the database will know \n"; - echo "what was working on a particular release of Wine.
\n"; - echo "Please be as detailed as you can.
\n"; - echo "If you cannot find your distribution in the list of existing distributions, please add it in the \n"; - echo "provided field.
\n\n"; + $oTest->objectDisplayAddItemHelp(); if(!empty($errors)) {