Whitespace and html cleanup of the configuration history page.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
clarify wording in tabs to appropriately reflect purpose of these pages
Switch over to array style page titles. Obtained-from: m0n0wall
Remove #!/usr/local/bin/php
MFC 6921Fix fend.inc alignment Fix tab links
corrected imagepath
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Fix tabs.
This looks a little more pleasing to my eyes
Last of the bottom round fixesTurn top rounding back on now that those are all fixed
Use $pgtitle for consistency
Reverse Local and Remote tabs
include head.inc and round corners on tabs
Show current versionAllow to select previous versionstandardize object placement
'Config History' -> 'Local'
Fix info display. We can't use the array generated by get_backups() - it's suited for iteration, rather than fast retrieval.
Print out configuration information upon restore and deletion.
Include the year a revision is made.
Use config_restore to document config file reversion, unlink desired configs, etc.
Enable config restore
speed improvements - backup.cache was created so we didn't have to read through all the XML files
Fix double display of first config line
Make config backup actually work
Initial commit of config versioning frontend.