$L->g('New page'), 'icon'=>'file-text-o')); HTML::formOpen(array('class'=>'uk-form-stacked')); // Security token HTML::formInputHidden(array( 'name'=>'tokenCSRF', 'value'=>$Security->getTokenCSRF() )); // LEFT SIDE // -------------------------------------------------------------------- echo '
'; echo '
'; // Title input HTML::formInputText(array( 'name'=>'title', 'value'=>'', 'class'=>'uk-width-1-1 uk-form-large', 'placeholder'=>$L->g('Title') )); echo '
'; // Content input // HTML::formTextarea(array( // 'name'=>'content', // 'value'=>'', // 'class'=>'uk-width-1-1 uk-form-large', // 'placeholder'=>'' // )); echo '
'; // Form buttons echo '
'.$L->g('Cancel').'
'; echo '
'; // RIGHT SIDE // -------------------------------------------------------------------- echo '
'; echo '
'; echo '
'; HTML::formClose(); ?>