let the people be free to resize at will :)
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Oct 2002 16:50:48 +0000 (16:50 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Oct 2002 16:50:48 +0000 (16:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3792 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/webmail.php

index c02846cb87666a2a16a983ebe99caddbd5bfd9fe..255d45cff4a6b9900e85a7c2d7edb5b623737a35 100644 (file)
@@ -93,10 +93,10 @@ if ($left_size == "") {
 }
 
 if ($location_of_bar == 'right') {
 }
 
 if ($location_of_bar == 'right') {
-    echo "<frameset cols=\"*, $left_size\" border=\"0\" id=\"fs1\">";
+    echo "<frameset cols=\"*, $left_size\" border=\"1\" id=\"fs1\">";
 }
 else {
 }
 else {
-    echo "<frameset cols=\"$left_size, *\" border=\"0\" id=\"fs1\">";
+    echo "<frameset cols=\"$left_size, *\" border=\"1\" id=\"fs1\">";
 }
 
 /*
 }
 
 /*
@@ -129,12 +129,12 @@ if ($right_frame == 'right_main.php') {
 }
 
 if ($location_of_bar == 'right') {
 }
 
 if ($location_of_bar == 'right') {
-    echo "<FRAME SRC=\"$right_frame_url\" NORESIZE NAME=\"right\">" .
-         '<FRAME SRC="left_main.php" NORESIZE NAME="left">';
+    echo "<FRAME SRC=\"$right_frame_url\"  NAME=\"right\">" .
+         '<FRAME SRC="left_main.php"  NAME="left">';
 }
 else {
 }
 else {
-    echo '<FRAME SRC="left_main.php" NORESIZE NAME="left">'.
-         "<FRAME SRC=\"$right_frame_url\" NORESIZE NAME=\"right\">";
+    echo '<FRAME SRC="left_main.php"  NAME="left">'.
+         "<FRAME SRC=\"$right_frame_url\"  NAME=\"right\">";
 }
 do_hook('webmail_bottom');
 ?>
 }
 do_hook('webmail_bottom');
 ?>