Add CGI args parser

This commit is contained in:
Jamie Cameron
2009-06-09 00:26:12 +00:00
parent c06054ec40
commit a1c80c8469

View File

@@ -31,7 +31,7 @@ print &ui_hidden("idx", $in{'idx'});
print &ui_hidden("midx", $in{'midx'});
print &ui_hidden("_module", $in{'module'});
print &ui_hidden("_type", $in{'type'});
print &ui_table_start($text{'mod_header'}, undef, 2);
print &ui_table_start($text{'mod_header'}, "width=100%", 2);
# PAM service name
$t = $text{'desc_'.$pam->{'name'}};