diff options
author | ivan <ivan> | 2007-09-22 22:45:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-22 22:45:31 +0000 |
commit | f6b0dedfa909b5a957651ed508ae8dba7f9ad365 (patch) | |
tree | f9650fe850a5d17a140cfc43a1c7fef69ad868e5 | |
parent | 11ba0dd0c3d0c7fa3ead5ec585c995679a761a99 (diff) |
fix menubar border in example self-service template
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html index 095d59cce..defd817c0 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html @@ -1,8 +1,8 @@ <%= $url = "$selfurl?session=$session_id;action="; ''; %> <TABLE BORDER=0><TR> -<TD VALIGN="top" HEIGHT=384 BGCOLOR="#dddddd"> +<TD VALIGN="top" HEIGHT="100%" BGCOLOR="#dddddd"> -<TABLE CELLSPACING=0 BORDER=0> +<TABLE CELLSPACING=0 BORDER=0 HEIGHT="100%"> <%= |