%s%s', $this->Bootstrap->icon('plus'), __('Add another {0}', h($metaTemplateFieldName))); $content = sprintf( '%s%s', $this->Bootstrap->button([ 'nodeType' => 'a', 'icon' => 'plus', 'variant' => 'secondary', 'size' => 'xs', ]), $this->Bootstrap->button([ 'nodeType' => 'a', 'text' => __('Add another {0}', h($metaTemplateFieldName)), 'variant' => 'link', 'class' => ['link-secondary'], 'size' => 'xs', ]) ); ?> Bootstrap->button([ 'id' => $seed, 'html' => $content, 'variant' => 'link', 'size' => 'xs', ]); ?>