zoneconf: Remove red warning

This is a bit shouty and there are various places where we do not
warn about this problem, so this patch makes it more consistent.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-05-09 17:16:35 +02:00
parent d21b86b6c3
commit 1d6bc7a0dc
5 changed files with 6 additions and 18 deletions

View File

@@ -88,11 +88,9 @@ my $css = <<END
}
#submit-container {
display: flex;
width: 100%;
justify-content: space-between;
padding-top: 20px;
text-align: left;
text-align: right;
}
#submit-container.input {
@@ -429,11 +427,11 @@ END
print <<END
</table>
<div id="submit-container">
<font color="red">$Lang::tr{"zoneconf warning incorrect configuration"}</font>
<input type="submit" name="ACTION" value="$Lang::tr{"save"}">
</div>
</form>
<div id="submit-container">
<input type="submit" name="ACTION" value="$Lang::tr{"save"}">
</div>
</form>
END
;