mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
frames have fixed size now
This commit is contained in:
parent
f643f10ee0
commit
75f7ab2a4b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ echo ("<title>LDAP Account Manager</title>\n");
|
|||
echo ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/layout.css\" />");
|
||||
echo ("</head>\n");
|
||||
echo ("<frameset rows=\"130,*\">\n");
|
||||
echo ("<frame src=\"./main_header.php\" name=\"head\" frameborder=\"0\" scrolling=\"no\">\n");
|
||||
echo ("<frame src=\"./main_header.php\" name=\"head\" frameborder=\"0\" scrolling=\"no\" noresize>\n");
|
||||
echo ("<frame src=\"./lists/listusers.php\" name=\"mainpart\" frameborder=\"0\" scrolling=\"yes\">\n");
|
||||
echo ("<noframes>\n");
|
||||
echo ("This page requires a browser that can show frames!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue