mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
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:
@@ -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
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user