]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
pppsetup.cgi: change headline from IPTV to IPTV/VLAN.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 18 Mar 2011 08:19:19 +0000 (09:19 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 18 Mar 2011 08:19:19 +0000 (09:19 +0100)
html/cgi-bin/pppsetup.cgi

index 6205d2fbe61dbfcd3295eb2fac6e02376f498869..f6b29e199bd5ac8b0c840dba6c8dda178e62ecb4 100644 (file)
@@ -748,7 +748,7 @@ END
         if ($pppsettings{'TYPE'} =~ /^(pppoe|vdsl|pppoeatm)$/) {
 print <<END
 <tr>
         if ($pppsettings{'TYPE'} =~ /^(pppoe|vdsl|pppoeatm)$/) {
 print <<END
 <tr>
-        <td colspan='4' width='100%' bgcolor='$color{'color20'}'><b>IPTV:</b></td>
+        <td colspan='4' width='100%' bgcolor='$color{'color20'}'><b>IPTV/VLAN:</b></td>
 </tr>
 END
 ;
 </tr>
 END
 ;
@@ -777,6 +777,7 @@ END
 ;
        }
        else {
 ;
        }
        else {
+       print "<tr><td colspan='4' width='100%'>No IPTV possible install addon igmpproxy</td></tr>";
                if ($pppsettings{'TYPE'} eq 'vdsl') {
 print <<END
                        <tr>
                if ($pppsettings{'TYPE'} eq 'vdsl') {
 print <<END
                        <tr>
@@ -786,7 +787,6 @@ print <<END
 END
 ;
                }
 END
 ;
                }
-       print "<tr><td colspan='4' width='100%'>No IPTV possible install addon igmpproxy</td></tr>";
        }
 }
 
        }
 }