self-service skinning improvements, RT#13199
authorivan <ivan>
Wed, 29 Jun 2011 01:43:07 +0000 (01:43 +0000)
committerivan <ivan>
Wed, 29 Jun 2011 01:43:07 +0000 (01:43 +0000)
fs_selfservice/FS-SelfService/cgi/myaccount.html
fs_selfservice/FS-SelfService/cgi/view_support_details.html

index 3830aa1..d27f688 100644 (file)
@@ -83,7 +83,7 @@ Hello <%= $name %>!<BR><BR>
   }
 %>
 
-<%= if ( @tickets) {
+<%= if (@tickets) {
       $OUT .= include('ticket_summary');
     } else {
       $OUT .= '';
index ea21874..104b061 100644 (file)
@@ -1,8 +1,5 @@
-<HTML><HEAD><TITLE>MyAccount</TITLE></HEAD>
-<BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR>
 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
-<%= include('myaccount_menu') %>
-<TD VALIGN="top">
+<%= include('header', 'Usage details') %>
 
 <FONT SIZE=4>Support usage details for
 <%= Date::Format::time2str('%b&nbsp;%o&nbsp;%Y', $beginning) %> -
@@ -74,5 +71,4 @@
 </TABLE>
 <BR>
 
-</TD></TR></TABLE>
 <%= include('footer') %>