Add and use testData::objectDisplayAddItemHelp()
This commit is contained in:
committed by
WineHQ
parent
a1ab25e58b
commit
f11a4cf77f
@@ -862,6 +862,17 @@ class testData{
|
|||||||
/* STUB */
|
/* STUB */
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function objectDisplayAddItemHelp()
|
||||||
|
{
|
||||||
|
echo "<p>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.</p>\n";
|
||||||
|
echo "<p>Please be as detailed as you can.</p>\n";
|
||||||
|
echo "<p>If you cannot find your distribution in the list of existing ";
|
||||||
|
echo "distributions, please add it in the \n";
|
||||||
|
echo "provided field.</p>\n\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -114,11 +114,7 @@ if ($aClean['sSub'])
|
|||||||
|
|
||||||
|
|
||||||
//help
|
//help
|
||||||
echo "<p>This is the screen for inputing test information so that others looking at the database will know \n";
|
$oTest->objectDisplayAddItemHelp();
|
||||||
echo "what was working on a particular release of Wine.</p>\n";
|
|
||||||
echo "<p>Please be as detailed as you can.</p>\n";
|
|
||||||
echo "<p>If you cannot find your distribution in the list of existing distributions, please add it in the \n";
|
|
||||||
echo "provided field.</p>\n\n";
|
|
||||||
|
|
||||||
if(!empty($errors))
|
if(!empty($errors))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user