Add gettext() calls to title elements
Correct <th> widths
Remove duplicate defines
Fix vertical alignment of fa icons within buttons
Parse package title, splitting into an array delineated by '/'.So if the package title is "Services/Magic" the $pgtitle will be array("Services", "Magic") and the breadcrumb display will be as expected.
Automatic panel collapse defines moved to jquery/pfSenseHelpsers.jsdefine(COLLAPSIBLE, 0x08);define(SEC_CLOSED, 0x04);define(SEC_OPEN, 0x00);
Merge pull request #2161 from heper/patch-1
Move function to fix none existent call.
Status - System Logs - Firewall - Manage Log
Use the same methods of obtaining log file etc. and mimic much of the code that is common with status_logs.php.(future: factor out common code into shared functions to remove duplication.)
position confirm button better
View revisions
Also available in: Atom