Made a little tweak to placeholders, to remove uneeded space.
This commit is contained in:
@ -99,7 +99,7 @@ class ComponentbuilderModelCustom_admin_views extends JModelList
|
||||
* @return mixed An array of data items on success, false on failure.
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
{
|
||||
// check in items
|
||||
$this->checkInNow();
|
||||
|
||||
@ -119,7 +119,7 @@ class ComponentbuilderModelCustom_admin_views extends JModelList
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// set selection value to a translatable value
|
||||
if (ComponentbuilderHelper::checkArray($items))
|
||||
@ -132,7 +132,7 @@ class ComponentbuilderModelCustom_admin_views extends JModelList
|
||||
$item->add_custom_button = $this->selectionTranslation($item->add_custom_button, 'add_custom_button');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// return items
|
||||
return $items;
|
||||
@ -384,7 +384,7 @@ class ComponentbuilderModelCustom_admin_views extends JModelList
|
||||
return $headers;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Method to get a store id based on model configuration state.
|
||||
|
Reference in New Issue
Block a user