Bring all calls of print_info_box to same standard
The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.
Escape ampersands in links - part 2
Merge pull request #2641 from k-paulius/patch-7
Escape ampersands in links
For better HTML conformant with standards.
Merge pull request #2643 from NewEraCracker/html-fix
Move valign to style - part 2
Move valign to style
Make HTML conformant with standards
Escape '&' via htmlspecialchars.
Firewall / Rules - for/foreach Vars
Replace for $i var with foreach $filteri var.
Move add button outside the panel.
View revisions
Also available in: Atom