summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove executable bit of .inc found in wwwNewEraCracker2016-02-101-0/+0
|
* Remove Non-Existent Class - help-iconNOYB2016-01-311-1/+1
| | | | Remove non-existent help-icon class statements from index and head.
* Handle individual status_logs help referencesPhil Davis2016-01-271-0/+8
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Internationalization graph guiconfig head indexPhil Davis2016-01-211-3/+3
|
* Use icons instead of text.NOYB2016-01-201-6/+6
| | | | Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title.
* Apply recommended changes.NOYB2016-01-201-3/+3
|
* Special Panels - Show/HideNOYB2016-01-201-1/+25
| | | | | Add configuration option to show or hide special panels. When a panel is hidden a button is displayed on the page title bar to toggle the panel display.
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-4/+4
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Open help link in a new tabStephen Beaver2016-01-061-1/+1
|
* Encode hostname before printing; remove some related dead code.jim-p2015-12-211-2/+2
|
* Fixed #4915Stephen Beaver2015-12-161-0/+5
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-14/+13
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-8/+8
|
* Fix css pathStephen Beaver2015-12-071-1/+1
|
* Fixed #5610 by adding leading / to pathStephen Beaver2015-12-071-1/+1
|
* Fix inconsistent lower case in menusPhil Davis2015-12-071-2/+2
| | | Everything else had all the "real"words capitalized expect these 2 menu entries. That seemed odd.
* make wide screen support somewhat responsiveJared Dillard2015-12-031-1/+1
|
* Add leading '/' to css importsStephen Beaver2015-12-021-2/+2
|
* fix typoJared Dillard2015-12-011-1/+1
|
* add option to choose number of dashboard columnsJared Dillard2015-12-011-1/+13
|
* make fixed nav a beta optionJared Dillard2015-11-301-6/+6
|
* make notices in the navbar an iconJared Dillard2015-11-301-5/+6
|
* Type up SCRIPT tagsColin Fleming2015-11-291-2/+6
|
* Remove special code for Status Captive Portal #5529Phil Davis2015-11-251-4/+1
| | | | | The Captive Portal Status page has been fixed up so it displays nice stuff when there are no Captive Portal Zones defined. On my system this test did not work consistently anyway. When displaying the Dashboard, Status->Captive Portal was in the menu. When displaying Services->Captive Portal (with no zones defined) then Status->Captive Portal was not in the menu. I think that don't care to waste time investigating exactly why that was, because actually this special test here is not really needed anyway.
* comment out fixed navbar option for nowJared Dillard2015-11-241-3/+3
|
* Adjust body top padding to match header height when top menu is pinned.Stephen Beaver2015-11-231-1/+1
|
* Add support for scrolling menu bar (fixed vs static)Stephen Beaver2015-11-231-1/+6
| | | | Now required body padding to prevent page top from being hidden
* Revise System->Routing menu entry and page titlesStephen Beaver2015-11-201-1/+1
|
* Partial fix to #5495Stephen Beaver2015-11-191-1/+1
|
* added support flash messagesbruno2015-11-191-0/+3
|
* Remove debug code for #5463Phil Davis2015-11-191-3/+1
| | | | and it still works. Feel free to close this and do what is really needed to remove the debug code and leave the functional code working.
* DEBUG code for Redmine: 5463Stephen Beaver2015-11-181-2/+9
|
* Detailed cosmetic changes to the system update systemStephen Beaver2015-11-181-1/+1
|
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-1/+1
|
* Fixed #5463Stephen Beaver2015-11-171-1/+5
|
* Experimental fix for #5463Stephen Beaver2015-11-171-9/+11
|
* StagingStephen Beaver2015-11-131-1/+1
|
* Allow the webgui style sheet to be selected from the advanced admin pageStephen Beaver2015-11-121-1/+10
|
* Experimental table sortingStephen Beaver2015-11-091-0/+1
|
* Copyright and license cleanupRenato Botelho2015-11-091-3/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Added font-awesome directory (after rename)Stephen Beaver2015-10-271-0/+1
|
* Added support for forn-awesome fontsStephen Beaver2015-10-261-0/+1
|
* Fixed #5333Stephen Beaver2015-10-231-1/+2
|
* Point people to 'Clear Package Lock' if the reinstall of packages got stuckdoktornotor2015-10-201-0/+1
| | | Way too many threads on forums with people asking what's going on. The most recent one with user waiting for 9 days (!!!).
* Fixed #5277Stephen Beaver2015-10-071-1/+1
|
* Use product_name global variable in more placesRenato Botelho2015-09-301-3/+3
|
* Fixed #5127Stephen Beaver2015-09-301-1/+1
| | | | Don't "foreach($config['menus'])" if there are no menus defined
* Bootstrap conversion mostly complete.Stephen Beaver2015-09-291-2/+12
| | | | Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.
OpenPOWER on IntegriCloud