Added a warning to qos rules that the rule which will be edit has to be saved otherwise it will be discarded.

This commit is contained in:
Jan Paul Tuecking
2009-07-22 20:54:05 +02:00
parent cd7d788398
commit 11bccc3f30
3 changed files with 3 additions and 0 deletions

View File

@@ -1084,6 +1084,7 @@ END
<tr><td width='33%' align='right'>$Lang::tr{'destination ip'}:
<td width='33%' align='left'><input type='text' name='DIP' maxlength='15' value='$qossettings{'DIP'}' />
<td width='33%' align='center'><input type='hidden' name='CLASS' value='$qossettings{'CLASS'}' /><input type='submit' name='DOLEVEL7' value='$Lang::tr{'save'}' />
<tr><td colspan="3" align='center'><font color="red"><em>$Lang::tr{'qos warning'}</em></font>
</table></form>
END
;