diff --git a/admin/templates/Includes/BackLink_Button.ss b/admin/templates/Includes/BackLink_Button.ss new file mode 100644 index 000000000..ce8f6ab9f --- /dev/null +++ b/admin/templates/Includes/BackLink_Button.ss @@ -0,0 +1,7 @@ +<% if Backlink %> + +<% end_if %> \ No newline at end of file diff --git a/admin/templates/Includes/LeftAndMain_EditForm.ss b/admin/templates/Includes/LeftAndMain_EditForm.ss index 5993330c4..05777f086 100644 --- a/admin/templates/Includes/LeftAndMain_EditForm.ss +++ b/admin/templates/Includes/LeftAndMain_EditForm.ss @@ -4,11 +4,7 @@
- <% if Backlink %> - - <% _t('Back', 'Back') %> - - <% end_if %> + <% include BackLink_Button %>

<% control Controller %>