mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
New version, make window bigger
This commit is contained in:
BIN
ajaxterm/images/smallicon.gif
Normal file
BIN
ajaxterm/images/smallicon.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 223 B |
@@ -56,8 +56,8 @@ close(TEST2);
|
||||
# Show the iframe
|
||||
print "<center>\n";
|
||||
print "<iframe src=$gconfig{'webprefix'}/$module_name/proxy.cgi/$port/ ",
|
||||
"width=580 height=420 frameborder=0></iframe><br>\n";
|
||||
print "<input type=button onClick='window.open(\"proxy.cgi/$port/\", \"ajaxterm\", \"toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=580,height=420\")' value='$text{'index_popup'}'><p>\n";
|
||||
"width=700 height=500 frameborder=0></iframe><br>\n";
|
||||
print "<input type=button onClick='window.open(\"proxy.cgi/$port/\", \"ajaxterm\", \"toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=700,height=500\")' value='$text{'index_popup'}'><p>\n";
|
||||
print &text('index_credits', 'http://antony.lesuisse.org/software/ajaxterm/'),
|
||||
"<p>\n";
|
||||
print "</center>\n";
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
desc=Text Login
|
||||
name=ajaxterm
|
||||
version=1.1
|
||||
version=1.2
|
||||
|
||||
Reference in New Issue
Block a user