From 4443d0042a633acc35c5d8a795b04a1961ed22b4 Mon Sep 17 00:00:00 2001 From: Jeremy Bridson Date: Fri, 13 Apr 2012 16:05:48 +1200 Subject: [PATCH] ENHANCEMENT:Trac 6882 - created include for back button and altered the templates accordingly --- templates/Includes/AssetAdmin_Content.ss | 6 +----- templates/Includes/ReportAdmin_Content.ss | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/templates/Includes/AssetAdmin_Content.ss b/templates/Includes/AssetAdmin_Content.ss index 2f70a036..7477e569 100644 --- a/templates/Includes/AssetAdmin_Content.ss +++ b/templates/Includes/AssetAdmin_Content.ss @@ -3,11 +3,7 @@
<% control EditForm %> - <% if Backlink %> - - <% _t('Back', 'Back') %> - - <% end_if %> + <% include BackLink_Button %>

<% control Controller %> diff --git a/templates/Includes/ReportAdmin_Content.ss b/templates/Includes/ReportAdmin_Content.ss index ae0e60aa..a011f5be 100644 --- a/templates/Includes/ReportAdmin_Content.ss +++ b/templates/Includes/ReportAdmin_Content.ss @@ -3,11 +3,7 @@
<% control EditForm %> - <% if Backlink %> - - <% _t('Back', 'Back') %> - - <% end_if %> + <% include BackLink_Button %>

<% control Controller %>