Merge pull request #353 from spekulatius/adding-spaces

adding some spaces for better readability in
This commit is contained in:
Damian Mooyman 2015-10-06 11:58:38 +13:00
commit b5afcd845d
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ class UserDefinedForm extends Page {
);
// make sure a numeric not a empty string is checked against this int column for SQL server
$parentID = (!empty($self->ID)) ? (int)$self->ID : 0;
$parentID = (!empty($self->ID)) ? (int) $self->ID : 0;
// get a list of all field names and values used for print and export CSV views of the GridField below.
$columnSQL = <<<SQL

View File

@ -40,7 +40,7 @@ class EditableCountryDropdownField extends EditableFormField {
}
public function getIcon() {
return USERFORMS_DIR . '/images/editabledropdown.png';
return USERFORMS_DIR . '/images/editabledropdown.png';
}
public function getSelectorField(EditableCustomRule $rule, $forOnLoad = false) {