fonts.phtml
597 Bytes
<?php
/**
* @var $_class N2SystemBackendSettingsView
* @see Actions
*/
$this->widget->init('topbar', array(
"actions" => array(
N2Html::tag('a', array(
'href' => '#',
'class' => 'n2-button n2-button-normal n2-button-l n2-radius-s n2-button-green n2-h4 n2-b n2-uc',
'onclick' => 'return NextendForm.submit("#nextend-config");'
), n2_('Save'))
)
));
?>
<div class="n2-heading-bar">
<div class="n2-h1 n2-heading"><?php echo n2_e('Fonts Configuration'); ?></div>
</div>
<?php
$_class->renderFontsConfigurationForm();