captive: Add headline to T&C box

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-10-16 15:03:39 +02:00
parent c484679bb3
commit ebfb899693

View File

@@ -350,7 +350,7 @@ END
my $terms = &getterms();
print <<END;
<tr>
<td></td>
<td>$Lang::tr{'Captive terms'}</td>
<td>
<textarea cols="50" rows="10" name="TERMS">$terms</textarea>
</td>