part two of #1160: linking a ticket to its first customer will auto-link any customer...
[freeside.git] / rt / html / Elements / PageLayout
index c3fcfc5..b9fd31f 100644 (file)
 %# End of div#quickbar from /Elements/Header
 </div>
 
+<table border=0 cellspacing=0 cellpadding=0 width="100%" height="100%">
+  <TR>
+    <TD STYLE="padding:0" WIDTH="100%"><IMG BORDER=0 ALT="" SRC="<% $RT::URI::freeside::URL %>/images/black-gray-top.png" HEIGHT="13" WIDTH="100%"></TD>
+    </TR>
+    <TR HEIGHT="100%">
+      <TD>
+
+% if ( $show_menu ) {
 <div id="nav">
 <& /Elements/Menu, toptabs => $toptabs, current_toptab => $current_toptab &>
 </div>
+% }
 
 <div id="header">
   <h1><%$title%></h1>
@@ -243,4 +252,5 @@ $actions => undef
 $subactions => undef
 $title => $m->callers(-1)->path
 $AppName => undef
+$show_menu => 1
 </%ARGS>