forked from joomla/Component-Builder
Made a little tweak to placeholders, to remove uneeded space.
This commit is contained in:
parent
5962b557c8
commit
45c255485f
@ -116,5 +116,5 @@ class ###Component###Model###SView### extends JModelItem
|
||||
}###SITE_AFTER_GET_ITEM###
|
||||
|
||||
return $this->_item[$pk];
|
||||
}###LICENSE_LOCKED_SET_BOOL### ###SITE_CUSTOM_METHODS### ###SITE_CUSTOM_BUTTONS_METHOD### ###SITE_CUSTOM_GET_FORM_METHOD###
|
||||
}###LICENSE_LOCKED_SET_BOOL######SITE_CUSTOM_METHODS######SITE_CUSTOM_BUTTONS_METHOD###
|
||||
}
|
||||
|
@ -71,5 +71,5 @@ class ###Component###Model###SViews### extends JModelList
|
||||
|
||||
// return items
|
||||
return $items;
|
||||
}###LICENSE_LOCKED_SET_BOOL### ###SITE_CUSTOM_METHODS### ###SITE_CUSTOM_BUTTONS_METHOD### ###SITE_CUSTOM_GET_FORM_METHOD###
|
||||
}###LICENSE_LOCKED_SET_BOOL######SITE_CUSTOM_METHODS######SITE_CUSTOM_BUTTONS_METHOD###
|
||||
}
|
||||
|
@ -222,5 +222,5 @@ class ComponentbuilderModelApi extends JModelItem
|
||||
// set that the component was not found
|
||||
$this->messages[] = JText::_('COM_COMPONENTBUILDER_COMPONENT_WAS_NOT_FOUND');
|
||||
return false;
|
||||
} ###SITE_CUSTOM_GET_FORM_METHOD###
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user