summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_filter_summary.php
Commit message (Collapse)AuthorAgeFilesLines
* More icon and button inconsistencies. Should be the last batch. Ticket #5965jim-p2016-03-101-1/+1
|
* move 3rd party files to vendor folderJared Dillard2016-03-011-2/+2
|
* Bring all calls of print_info_box to same standardNewEraCracker2016-02-151-1/+1
| | | | 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.
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* CleanupNewEraCracker2016-02-101-6/+0
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* add call 'gettext' function in the status menu filesbruno2016-01-221-1/+1
|
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-1/+1
| | | | Removed long commented out script
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|
* print_info_box successPhil Davis2016-01-081-1/+1
| | | | | | | | | | | | In most situations we want the print_info_box() of $savemsg to be 'success'. If there was some problem saving, then it can be 'warning'. These are a few places I have found so far that need this sort of fixing up - more to come but sleep calls just now! I made the change to index.php also to be consistent with the others, even though it does not actually change anything "for real" because 'warning' is the default anyway. It will make it easy for people in future to see that is the case, specially if they are adding other $savemsg things that need to be 'success'.
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* status_logs_filter_summary make the info box open on initial page loadPhil Davis2016-01-071-1/+1
|
* status_logs_filter_summary make the info an info boxPhil Davis2016-01-071-4/+7
| | | | | The existing behavior in 2.3-BETA is that if you close this box with the "x" it goes away completely and you cannot get it back. Do we want to make it a "proper" info box that can be open and closed as desired? (like I did here) Note: with this change the info "i" is displayed in the closed state. Maybe it should be open by default?
* HTML Compliance - Status - System Logs - Firewall Summary ViewNOYB2016-01-041-1/+1
| | | | | The align attribute on the div element is obsolete. Use CSS instead. Replace with bootstrap class="text-center".
* Rename functions per Phil suggestions.NOYB2016-01-041-2/+2
| | | | | | | s/miscellaneous_common_code/status_logs_common_code/ s/build_if_list/status_logs_build_if_list/ As for getGETPOSTsettingvalue I'm open to it going anywhere that makes sense. Would be nice not to need too many additional inc's to get it though. Anything in guiconfig.inc or filter_logs.inc hierarchy shouldn't require anything additional.
* Status - System Logs - Consolidate - Firewall Summary ViewNOYB2016-01-041-74/+103
| | | | Update summary view log selection method to same method as firewall and system logs.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-5/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style status*Phil Davis2015-12-151-2/+4
|
* Logs filename changesPhil Davis2015-12-121-1/+1
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+327
OpenPOWER on IntegriCloud