فهرست منبع

Cosmetics on the portal

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2775 a333f486-631f-4898-b8df-5754b55c2be0
romainq 12 سال پیش
والد
کامیت
3a2a4c1770
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      portal/index.php

+ 2 - 2
portal/index.php

@@ -100,8 +100,8 @@ function SelectServiceCategory($oP, $oUserOrg)
 		{
 			$sChecked = "checked";
 		}
-		$oP->p("<tr><td style=\"vertical-align:top\"><p><input name=\"attr_service_id\" $sChecked type=\"radio\" id=\"service_$id\" value=\"$id\"></p></td><td style=\"vertical-align:top\"><p><b><label for=\"service_$id\">".$oService->GetName()."</label></b></p>");
-		$oP->p("<p>".$oService->GetAsHTML('description')."</p></td></tr>");		
+		$oP->add("<tr><td style=\"vertical-align:top\"><p><input name=\"attr_service_id\" $sChecked type=\"radio\" id=\"service_$id\" value=\"$id\"></p></td><td style=\"vertical-align:top\"><p><b><label for=\"service_$id\">".$oService->GetName()."</label></b></p>");
+		$oP->add("".$oService->GetAsHTML('description')."</td></tr>");		
 	}
 	$oP->add("</table>\n");