mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Remove useless alignment tags
This commit is contained in:
@@ -78,13 +78,13 @@ if (@themes) {
|
||||
|
||||
print &ui_table_row($text{'themes_exportmods'},
|
||||
&ui_select("mod", undef,
|
||||
[ map { [ $_->{'dir'}, $_->{'desc'} ] } @themes ], 5, 1), undef, [ "valign=top","valign=top" ]);
|
||||
[ map { [ $_->{'dir'}, $_->{'desc'} ] } @themes ], 5, 1));
|
||||
|
||||
print &ui_table_row($text{'mods_exportto'},
|
||||
&ui_radio("to", 0,
|
||||
[ [ 0, $text{'mods_exportshow'}."<br>" ],
|
||||
[ 1, &text('mods_exportfile',
|
||||
&ui_textbox("file", undef, 40)) ] ]), undef, [ "valign=top","valign=top" ]);
|
||||
&ui_textbox("file", undef, 40)) ] ]));
|
||||
|
||||
print &ui_table_end();
|
||||
print &ui_form_end([ [ "ok", $text{'themes_exportok'} ] ]);
|
||||
|
||||
Reference in New Issue
Block a user