Made a little tweak to placeholders, to remove uneeded space.

This commit is contained in:
2018-09-11 22:28:17 +02:00
parent 5962b557c8
commit 45c255485f
307 changed files with 588 additions and 588 deletions

View File

@ -89,7 +89,7 @@ class ComponentbuilderModelLanguage extends JModelAdmin
}
return $item;
}
}
/**
* Method to get the record form.
@ -340,7 +340,7 @@ class ComponentbuilderModelLanguage extends JModelAdmin
}
return $data;
}
}
/**
* Method to get the unique fields of this table.
@ -630,7 +630,7 @@ class ComponentbuilderModelLanguage extends JModelAdmin
$this->cleanCache();
return $newIds;
}
}
/**
* Batch move items to a new category
@ -762,7 +762,7 @@ class ComponentbuilderModelLanguage extends JModelAdmin
$metadata = new JRegistry;
$metadata->loadArray($data['metadata']);
$data['metadata'] = (string) $metadata;
}
}
// Set the Params Items to data
if (isset($data['params']) && is_array($data['params']))