mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix a bunch of width typos
This commit is contained in:
@@ -165,7 +165,7 @@ location = "chooser.cgi?frame=1&chroot=$uchroot&type=$utype&file="+p;
|
||||
EOF
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value,'row',true);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<b>",&text('chooser_dir', &html_escape($dir)),"</b>\n";
|
||||
opendir(DIR, $in{'chroot'}.$dir) ||
|
||||
&popup_error(&text('chooser_eopen', "$!"));
|
||||
|
||||
@@ -72,7 +72,7 @@ if ($in{'multi'}) {
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<font size=+1>$text{'groups_all'}</font>\n";
|
||||
print "<table width=100%>\n";
|
||||
my $cnt = 0;
|
||||
@@ -165,7 +165,7 @@ else {
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";;
|
||||
print &ui_hr("style='width:100%;'")."</div>";;
|
||||
print "<table width=100%>\n";
|
||||
my $cnt = 0;
|
||||
foreach $u (&get_groups_list()) {
|
||||
|
||||
@@ -63,7 +63,7 @@ if ($in{'multi'}) {
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<font size=+1>$text{'users_all'}</font>\n";
|
||||
print "<table width=100%>\n";
|
||||
my $cnt = 0;
|
||||
@@ -156,7 +156,7 @@ else {
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000'}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<table width=100%>\n";
|
||||
my $cnt = 0;
|
||||
foreach $u (&get_users_list()) {
|
||||
|
||||
@@ -60,7 +60,7 @@ if ($in{'multi'}) {
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<font size=+1>$text{'groups_all'}</font>\n";
|
||||
print "<table width=100%>\n";
|
||||
$cnt = 0;
|
||||
@@ -150,7 +150,7 @@ else {
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<table width=100%>\n";
|
||||
my $cnt = 0;
|
||||
foreach $u (&get_groups_list()) {
|
||||
|
||||
@@ -52,7 +52,7 @@ if ($in{'multi'}) {
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<font size=+1>$text{'users_all'}</font>\n";
|
||||
print "<table width=100%>\n";
|
||||
$cnt = 0;
|
||||
@@ -143,7 +143,7 @@ else {
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<table width=100%>\n";
|
||||
my $cnt = 0;
|
||||
foreach $u (&get_users_list()) {
|
||||
|
||||
@@ -11,7 +11,7 @@ if (!ref($mods)) {
|
||||
else {
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;color:#aaa;' onkeyup=\"filter_match(this.value,'row',true);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';this.style.color='#000';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';this.style.color='#aaa';}\"");
|
||||
print &ui_hr("style='wdith:100%;'")."</div>";
|
||||
print &ui_hr("style='width:100%;'")."</div>";
|
||||
print "<b>$text{'standard_header'}</b><br>\n";
|
||||
if ($mods->[0]->[1] > &get_webmin_version()) {
|
||||
print &text('standard_warn', $mods->[0]->[1]),"<br>\n";
|
||||
|
||||
Reference in New Issue
Block a user