'form-horizontal'))); echo (Form::hidden('csrf', Security::token())); ?>
(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')). Html::br(2). Form::submit('edit_file_and_exit', __('Save and exit', 'themes'), array('class' => 'btn')).Html::nbsp(2). Form::submit('edit_file', __('Save', 'themes'), array('class' => 'btn')). Html::nbsp(). Form::close() ); } else { if ($action == 'chunk') { echo '
'.__('This chunk does not exist', 'themes').'
'; } if ($action == 'template') { echo '
'.__('This template does not exist', 'themes').'
'; } if ($action == 'styles') { echo '
'.__('This styles does not exist', 'themes').'
'; } if ($action == 'script') { echo '
'.__('This script does not exist', 'themes').'
'; } }