From cd7aa0fdb58242dadc66a0d7529b87e6ff314f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sun, 27 Jan 2008 18:39:16 +0100 Subject: [PATCH] Improve edit/delete links for a version's test results list --- include/testData.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/include/testData.php b/include/testData.php index cfa06fd..d75ee93 100644 --- a/include/testData.php +++ b/include/testData.php @@ -613,13 +613,12 @@ class testData{ $oTableRow->AddTextCell($oSubmitter->objectMakeLink().' '); if ($this->iTestingId && $_SESSION['current']->hasAppVersionModifyPermission($oVersion)) { - $oObject = new objectManager("testData"); - $oTableRow->AddTextCell('iTestingId, - "Edit Test Results").'">'. - 'Edit   ',"\n". - 'Delete',"\n"); + $oObject = new objectManager('testData'); + $oTableRow->AddTextCell(''. + 'Edit   '."\n". + 'Delete'."\n"); } // if this is a clickable row, set the appropriate property