Fix some queue processing help texts
This commit is contained in:
@@ -1156,10 +1156,8 @@ class Application {
|
|||||||
|
|
||||||
public function objectDisplayQueueProcessingHelp()
|
public function objectDisplayQueueProcessingHelp()
|
||||||
{
|
{
|
||||||
echo "<p>This is the list of applications waiting for your approval, ".
|
echo "<p>This is the list of application entries waiting to be processed.</p>\n";
|
||||||
"or to be rejected.</p>\n";
|
echo "<p>To view and process an entry, use the links under ‘Action’</p>";
|
||||||
echo "<p>To view a submission, click on its name. ".
|
|
||||||
"From that page you can edit, delete or approve it into the AppDB.</p>\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function objectDisplayAddItemHelp()
|
public function objectDisplayAddItemHelp()
|
||||||
|
|||||||
@@ -1362,12 +1362,10 @@ class testData{
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
function objectDisplayQueueProcessingHelp()
|
public function objectDisplayQueueProcessingHelp()
|
||||||
{
|
{
|
||||||
echo "<p>This is the list of test results waiting for submission, ".
|
echo "<p>This is the list of test results waiting to be processed.</p>\n";
|
||||||
"rejection or deletion.</p>\n";
|
echo "<p>To view and process an entry, use the links under ‘Action’</p>";
|
||||||
echo "<p>To view a submission, click on its name. From that page ".
|
|
||||||
"you can submit it into the AppDB, reject it or delete it.</p>\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function objectShowPreview()
|
function objectShowPreview()
|
||||||
|
|||||||
@@ -1646,10 +1646,8 @@ class version {
|
|||||||
|
|
||||||
public function objectDisplayQueueProcessingHelp()
|
public function objectDisplayQueueProcessingHelp()
|
||||||
{
|
{
|
||||||
echo "<p>This is the list of versions waiting for your approval, ".
|
echo "<p>This is the list of version entries waiting to be processed.</p>\n";
|
||||||
"or to be rejected.</p>\n";
|
echo "<p>To view and process an entry, use the links under ‘Action’</p>";
|
||||||
echo "<p>To view a submission, click on its name. ".
|
|
||||||
"From that page you can edit, delete or approve it into the AppDB.</p>\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTestResults($bIncludeDeleted = false)
|
public function getTestResults($bIncludeDeleted = false)
|
||||||
|
|||||||
Reference in New Issue
Block a user