1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00

Update edit.view.php in box/emails plugin

The word here is in no more blocks plugin, it is in emails plugin now.
This commit is contained in:
Ali Galip Çamlı
2014-05-24 12:36:00 +03:00
parent a8000d167d
commit 0285dabee3

View File

@@ -25,7 +25,7 @@ if ($content !== null) {
Form::submit('edit_email_template_and_exit', __('Save and Exit', 'emails'), array('class' => 'btn btn-phone btn-primary')).Html::nbsp(2).
Form::submit('edit_email_template', __('Save', 'emails'), array('class' => 'btn btn-phone btn-primary')). Html::nbsp(2).
Html::anchor(__('Cancel', 'blocks'), 'index.php?id=emails', array('title' => __('Cancel', 'emails'), 'class' => 'btn btn-phone btn-default')).
Html::anchor(__('Cancel', 'emails'), 'index.php?id=emails', array('title' => __('Cancel', 'emails'), 'class' => 'btn btn-phone btn-default')).
Form::close()
);