]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
fifteen-theme: made firewall-tables themeable
authorAlexander Marx <amarx@ipfire.org>
Tue, 7 Jan 2014 08:27:24 +0000 (09:27 +0100)
committerAlexander Marx <amarx@ipfire.org>
Tue, 7 Jan 2014 08:27:24 +0000 (09:27 +0100)
html/cgi-bin/firewall.cgi

index e7884ca2724906a17819e19ff21694290742f64d..c17bfaf8ea9809b64fefa70bdecc6c72ffabd9c9 100755 (executable)
@@ -2303,7 +2303,7 @@ sub viewtablenew
        &General::readhasharray("$configccdhost", \%ccdhost);
 
        &Header::openbox('100%', 'left', $title);
-       print "<table width='100%' cellspacing='0' border='0'>";
+       print "<table width='100%' cellspacing='0' class='tbl'>";
 
        if (! -z $config) {
                my $count=0;