appdb/include objectManager.php

WineHQ wineowner at wine.codeweavers.com
Sun Aug 5 14:26:02 CDT 2007


ChangeSet ID:	31314
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/08/05 14:26:02

Modified files:
	include        : objectManager.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Switch from spaces to &nbsp; to prevent the entries in the processing column from wrapping

Patch: http://cvs.winehq.org/patch.py?id=31314

Old revision  New revision  Changes     Path
 1.45          1.46          +4 -4       appdb/include/objectManager.php

Index: appdb/include/objectManager.php
diff -u -p appdb/include/objectManager.php:1.45 appdb/include/objectManager.php:1.46
--- appdb/include/objectManager.php:1.45	5 Aug 2007 19:26: 2 -0000
+++ appdb/include/objectManager.php	5 Aug 2007 19:26: 2 -0000
@@ -172,12 +172,12 @@ class ObjectManager
                 $shDeleteLink = "";
                 if($this->oTableRow->bHasDeleteLink)
                 {
-                  $shDeleteLink = ' [ <a href="'.$this->makeUrl("delete", $oObject->objectGetId()).
-                    '">delete</a> ]';
+                  $shDeleteLink = ' [&nbsp;<a href="'.$this->makeUrl("delete", $oObject->objectGetId()).
+                    '">delete</a>&nbsp;]';
                 }
 
-                $oTableCell = new TableCell('[ <a href="'.$this->makeUrl("edit",
-                                   $oObject->objectGetId()).'">'.$sEditLinkLabel.'</a> ]'.$shDeleteLink);
+                $oTableCell = new TableCell('[&nbsp;<a href="'.$this->makeUrl("edit",
+                                   $oObject->objectGetId()).'">'.$sEditLinkLabel.'</a>&nbsp;]'.$shDeleteLink);
                 $this->oTableRow->AddCell($oTableCell);
             }
 



More information about the wine-cvs mailing list