'form-horizontal'))); ?>
(isset($errors['file_empty_name']) || isset($errors['file_exists'])) ? 'form-control error-field' : 'form-control'))); ?>
.chunk.php
.template.php
.css
.js
'.$errors['file_empty_name'].'';
if (isset($errors['file_exists'])) echo ''.$errors['file_exists'].'';
?>
'width:100%;height:400px;', 'class' => 'source-editor'));
?>
'btn btn-primary')).Html::nbsp(2).
Form::submit('add_file', __('Save', 'themes'), array('class' => 'btn btn-default')).Html::nbsp(2).
Html::anchor(__('Cancel', 'themes'), 'index.php?id=themes', array('title' => __('Cancel', 'themes'), 'class' => 'btn btn-default')).
Form::close()
);
?>