= h($fieldName) ?> |
= h($conflict) ?>
|
$metaEntity) {
if ($i > 0) {
echo ', ';
}
if ($i > 10) {
echo sprintf('%s', __('{0} more', count($fieldConflict['conflictingEntities'])-$i));
break;
}
$url = Router::url([
'controller' => Inflector::pluralize($templateStatus['existing_template']->scope),
'action' => 'view',
$metaEntity['parent_id']
]);
echo sprintf('%s', $url, __('{0} #{1}', h(Inflector::humanize($templateStatus['existing_template']->scope)), h($metaEntity['parent_id'])));
}
?>
|