]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/pakfire.cgi
pakfire.cgi: Cosmetic fixes
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / pakfire.cgi
index 489b07a6d58968f71844a5c2e5f0714d3f244a50..3e8dc54604604b4ee63c3229bfd3c560cbfcc368 100644 (file)
@@ -283,7 +283,8 @@ if (($cgiparams{'ACTION'} eq 'install') && ($pagemode eq $PM_DEFAULT)) {
        my @pkgs = split(/\|/, $cgiparams{'INSPAKS'});
        my @output = &General::system_output("/usr/local/bin/pakfire", "resolvedeps", "--no-colors", @pkgs);
        print <<END;
-       <table><tr><td colspan='2'>$Lang::tr{'pakfire install package'} @pkgs $Lang::tr{'pakfire possible dependency'}
+       <table style="width: 100%"><tr><td colspan='2'><p>$Lang::tr{'pakfire install package'} <strong>@{pkgs}</strong><br>
+               $Lang::tr{'pakfire possible dependency'}</p>
                <pre>
 END
        foreach (@output) {
@@ -321,7 +322,8 @@ END
        my @pkgs = split(/\|/, $cgiparams{'DELPAKS'});
        my @output = &General::system_output("/usr/local/bin/pakfire", "resolvedeps", "--no-colors", @pkgs);
        print <<END;
-       <table><tr><td colspan='2'>$Lang::tr{'pakfire uninstall package'} @pkgs $Lang::tr{'pakfire possible dependency'}
+       <table style="width: 100%"><tr><td colspan='2'><p>$Lang::tr{'pakfire uninstall package'} <strong>@{pkgs}</strong><br>
+               $Lang::tr{'pakfire possible dependency'}</p>
                <pre>
 END
        foreach (@output) {