]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/fireinfo.cgi
ids.cgi: Rework "Enable IPS" section
[ipfire-2.x.git] / html / cgi-bin / fireinfo.cgi
index 11c4637d69eba249a4634669d2af05affe7ac89e..08fee3d8acd3a605ab6ed288fbcc7c0190ed6e29 100644 (file)
@@ -67,7 +67,7 @@ if ($fireinfosettings{'ENABLE_FIREINFO'} ne "on") {
 <font color="$Header::colourred">
        <p>
                $Lang::tr{'fireinfo why descr1'}
-               $Lang::tr{'fireinfo why descr2'}<a href="http://fireinfo.ipfire.org" target="_blank">$Lang::tr{'fireinfo why read more'}</a>
+               $Lang::tr{'fireinfo why descr2'}<a href="https://fireinfo.ipfire.org" target="_blank">$Lang::tr{'fireinfo why read more'}</a>
        </p>
 </font>
 END
@@ -79,7 +79,7 @@ END
 
 if ($errormessage) {
        &Header::openbox('100%', 'left', "$Lang::tr{'error messages'}");
-       print "<FONT CLASS='base'>$errormessage&nbsp;</FONT>\n";
+       print "<font class='base'>$errormessage&nbsp;</font>\n";
        &Header::closebox();
 }
 
@@ -122,7 +122,7 @@ print <<END;
        <tr>
                <td>$Lang::tr{'fireinfo your profile id'}:</td>
                <td>
-                       <a href="http://fireinfo.ipfire.org/profile/$profile_id" target="_blank">$profile_id</a>
+                       <a href="https://fireinfo.ipfire.org/profile/$profile_id" target="_blank">$profile_id</a>
                </td>
        </tr>
        <tr>
@@ -156,7 +156,7 @@ print <<END;
        </tr>
        <tr>
                <td colspan='2'>
-                       <textarea rows="25" cols="75" readonly="true">$profile</textarea>
+                       <textarea rows="25" cols="75" readonly="readonly">$profile</textarea>
                </td>
        </tr>
 </table>