'form-horizontal'))); ?>
(isset($errors['file_empty_name']) || isset($errors['file_exists'])) ? 'input-xxlarge error-field' : 'input-xxlarge'))); ?>
.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'));
echo (
Html::br(2).
Form::submit('add_file_and_exit', __('Save and exit', 'themes'), array('class' => 'btn')).Html::nbsp(2).
Form::submit('add_file', __('Save', 'themes'), array('class' => 'btn')).
Form::close()
);