Skip to content
Snippets Groups Projects
Commit 44567a59 authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #18345 [finc] removes titleDetails template

parent 9893636e
No related merge requests found
......@@ -193,10 +193,9 @@ class RecordDataFormatterFactory
]
]
);
$spec->setTemplateLine(
$spec->setLine(
'Title',
'getTitleDetails',
'data-titleDetails.phtml'
'getTitleDetails'
);
$spec->setTemplateLine(
'Dates of publication',
......@@ -362,10 +361,9 @@ class RecordDataFormatterFactory
]
]
);
$spec->setTemplateLine(
$spec->setLine(
'Title',
'getTitleDetails',
'data-titleDetails.phtml'
'getTitleDetails'
);
$spec->setTemplateLine(
'Title Uniform',
......@@ -838,10 +836,9 @@ class RecordDataFormatterFactory
]
]
);
$spec->setTemplateLine(
$spec->setLine(
'Title',
'getTitleDetails',
'data-titleDetails.phtml'
'getTitleDetails'
);
$spec->setTemplateLine(
'Title Uniform',
......
<?php
/** @deprecated since the else part is never active, this should be substituted by a
* simple SpecLine (giving escapeHtml with <br/>) in the RecordDataFormatterFactory
*/
?>
<!-- finc: RecordDriver - DefaultRecord - data-titleDetails -->
<?php if (!empty($data)): ?>
<?php $i = 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment