[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.1-120-g7441da0

Alex Vandiver alexmv at bestpractical.com
Thu Jul 7 13:52:42 EDT 2011


The branch, 4.0-trunk has been updated
       via  7441da04c0e1066e47d10165d52b01e394eab2d4 (commit)
      from  54c53a739e63a45a37f721a100ff506c38694b32 (commit)

Summary of changes:
 share/html/Articles/Article/Delete.html |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit 7441da04c0e1066e47d10165d52b01e394eab2d4
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Jul 5 20:58:41 2011 -0400

    Remove a call to the now-nonexistant /Articles/Article/Elements/Tabs
    
    This was missed during the cleanup in 70dd2fe

diff --git a/share/html/Articles/Article/Delete.html b/share/html/Articles/Article/Delete.html
index 81b8ea3..9256d97 100644
--- a/share/html/Articles/Article/Delete.html
+++ b/share/html/Articles/Article/Delete.html
@@ -45,16 +45,14 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-% if ($ARGS{'Delete'}) {
-<& /Articles/Article/Elements/Tabs, Title => $title &>
+<& /Elements/Header, Title => $title &>
+<& /Elements/Tabs &>
 
+% if ($ARGS{'Delete'}) {
 <%$title%>
 <& /Elements/ListActions, actions => \@results &>
 
 % } else {
-<& /Elements/Header, Title => $title &>
-<& /Elements/Tabs &>
-
 <b><&|/l&>Are you sure you want to delete this article?</&></b>
 <table>
 <tr>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list