diff --git a/plugins/box/emails/views/backend/edit.view.php b/plugins/box/emails/views/backend/edit.view.php
new file mode 100644
index 0000000..1863ee8
--- /dev/null
+++ b/plugins/box/emails/views/backend/edit.view.php
@@ -0,0 +1,32 @@
+
+
+
+
+
+ 'form-control'))); ?>.emails.php
+
+
+ 'width:100%;height:400px;', 'class' => 'source-editor form-control'))
+ );
+
+ echo (
+ Html::br().
+ Form::submit('edit_email_template_and_exit', __('Save and Exit', 'emails'), array('class' => 'btn btn-primary')).Html::nbsp(2).
+ Form::submit('edit_email_template', __('Save', 'emails'), array('class' => 'btn btn-primary')). Html::nbsp(2).
+ Html::anchor(__('Cancel', 'blocks'), 'index.php?id=emails', array('title' => __('Cancel', 'emails'), 'class' => 'btn btn-default')).
+ Form::close()
+ );
+
+} else {
+ echo ''.__('This email template does not exist', 'emails').'
';
+}
+?>