]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ddns.cgi: Do not show the used hostname in parts.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 6 Jul 2014 20:44:47 +0000 (22:44 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 6 Jul 2014 20:44:47 +0000 (22:44 +0200)
html/cgi-bin/ddns.cgi

index b3f6e3699cde135a026861c1db863e7588968442..a12ac00a2c801fb63b65bf8ed98ce8bd7c0b08a0 100644 (file)
@@ -486,9 +486,8 @@ END
 print <<END
 <table width='100%' class='tbl'>
        <tr>
-               <th width='20%' align='center' class='boldbase'><b>$Lang::tr{'service'}</b></th>
-               <th width='30%' align='center' class='boldbase'><b>$Lang::tr{'hostname'}</b></th>
-               <th width='30%' align='center' class='boldbase'><b>$Lang::tr{'domain'}</b></th>
+               <th width='30%' align='center' class='boldbase'><b>$Lang::tr{'service'}</b></th>
+               <th width='50%' align='center' class='boldbase'><b>$Lang::tr{'hostname'}</b></th>
                <th width='20%' colspan='3' class='boldbase' align='center'><b>$Lang::tr{'action'}</b></th>
        </tr>
 END
@@ -543,8 +542,7 @@ foreach my $line (@current) {
 print <<END
 <tr>
        <td align='center' $col><a href='http://$temp[0]'>$temp[0]</a></td>
-       <td align='center' $col>$sync$temp[1]</td>
-       <td align='center' $col>$sync$temp[2]</td>
+       <td align='center' $col>$sync$temp[1].$sync$temp[2]</td>
 
        <td align='center' $col><form method='post' action='$ENV{'SCRIPT_NAME'}'>
                <input type='hidden' name='ID' value='$id'>