]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pakfire.cgi: Cosmetic fix
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 22 May 2020 10:49:02 +0000 (12:49 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 11 Feb 2022 15:21:43 +0000 (15:21 +0000)
The two text passages for 'pakfire install...' and 'pakfire uninstall...' under
'Available' and 'Installed Addons:' are so close together that the first line
appears as a single line.

This patch separates these two areas a bit from each other so that they are
better readable.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
html/cgi-bin/pakfire.cgi

index 51f586aa253f07695f28f3d05d3c3647fe409471..65c67fb90c1fe0f47da3556bd7f0846460466359 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  Michael Tremer & Christian Schmidt                 #
+# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -381,7 +381,7 @@ END
                <tr><td class="heading">$Lang::tr{'pakfire available addons'}</td>
                        <td class="heading">$Lang::tr{'pakfire installed addons'}</td></tr>
 
-               <tr><td><p>$Lang::tr{'pakfire install description'}</p>
+               <tr><td style="padding:5px 10px 20px 20px" align="center"><p>$Lang::tr{'pakfire install description'}</p>
                                <form method='post' action='$ENV{'SCRIPT_NAME'}'>
                                        <select name="INSPAKS" class="pflist" size="10" multiple>
 END
@@ -393,7 +393,7 @@ END
                                        <input type='image' alt='$Lang::tr{'install'}' title='$Lang::tr{'install'}' src='/images/list-add.png' />
                                </form>
                        </td>
-                       <td><p>$Lang::tr{'pakfire uninstall description'}</p>
+                       <td style="padding:5px 10px 20px 20px" align="center"><p>$Lang::tr{'pakfire uninstall description'}</p>
                                <form method='post' action='$ENV{'SCRIPT_NAME'}'>
                                        <select name="DELPAKS" class="pflist" size="10" multiple>
 END