changing default multi value separator #227
This commit is contained in:
parent
795ee7aa31
commit
b8d986880c
|
@ -98,7 +98,7 @@ class Item_Metadata_Entity extends Entity {
|
|||
*/
|
||||
public function get_multivalue_separator() {
|
||||
$metadatum = $this->get_metadatum();
|
||||
$value = ', ';
|
||||
$value = '<span class="multivalue-separator"> | </span>';
|
||||
if (is_object($metadatum)) {
|
||||
$fto = $metadatum->get_metadata_type_object();
|
||||
if (is_object($fto)) {
|
||||
|
|
|
@ -44,10 +44,6 @@ class Textarea extends Metadata_Type {
|
|||
return '<p>';
|
||||
}
|
||||
|
||||
public function get_multivalue_separator() {
|
||||
return '';
|
||||
}
|
||||
|
||||
public function get_multivalue_suffix() {
|
||||
return '</p>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue