objectManager: Add a space between æitems per pageæ and selector
This commit is contained in:
committed by
Chris Morgan
parent
d2e06b800a
commit
b26be59533
@@ -1389,7 +1389,7 @@ class ObjectManager
|
|||||||
/* Fill in form data for the objectManager URL */
|
/* Fill in form data for the objectManager URL */
|
||||||
$sControls .= $this->makeUrlFormData();
|
$sControls .= $this->makeUrlFormData();
|
||||||
$sControls .= "<p><b> Items per page</b>";
|
$sControls .= "<p><b> Items per page</b>";
|
||||||
$sControls .= "<select name=\"iItemsPerPage\">";
|
$sControls .= " <select name=\"iItemsPerPage\">";
|
||||||
|
|
||||||
foreach($aItemsPerPage as $iNum)
|
foreach($aItemsPerPage as $iNum)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user