summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6306Stephen Beaver2016-05-041-1/+1
| | | | | | Please enter the commit message for your changes. Lines starting (cherry picked from commit 6cde850b8903f0330c5023f7090caabea6ae6438)
* Convert status_services and widget to POSTStephen Beaver2016-04-181-1/+1
|
* Fixed #6104 by changing trash icon to trash-o icon so that the JA ↵Stephen Beaver2016-04-111-1/+1
| | | | configmation is not triggered.
* Suppress dashboard save icon until needed.Stephen Beaver2016-03-181-2/+1
|
* Temporarily disable PR 2750 pending revision by NOYBStephen Beaver2016-03-171-2/+3
|
* organize assets and put 3rd party into vendor folderJared Dillard2016-03-161-5/+5
|
* replace undo with times icon for closingJared Dillard2016-03-161-1/+1
|
* Status / Dashboard - Conceal save icon when not dirty.NOYB2016-03-161-6/+6
|
* change to class for multiple update locationsJared Dillard2016-03-101-1/+1
|
* Merge pull request #2722 from ↵Jared Dillard2016-03-101-0/+16
|\ | | | | | | NOYB/Status_Monitoring_-_Settings_Panel_Collapsible
| * Status Monitoring - Settings Panel CollapsibleNOYB2016-03-101-0/+16
| | | | | | | | | | | | | | Make the status monitoring settings panel collapsible with page load state configurable in general setup associated panels show/hide. Replace Update button with refresh icon on title bar. Required by FreeBSD-Ports pull request #78 Status Monitoring - Settings Panel Collapsible.
* | More icon and button inconsistencies. Should be the last batch. Ticket #5965jim-p2016-03-101-2/+2
|/
* Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498Renato Botelho2016-03-031-1/+0
|
* Read xml files from /usr/local/share/pfSense/menu and load menu entriesRenato Botelho2016-03-021-19/+55
|
* Merge pull request #2677 from NOYB/Title_Bar_Shortcuts_PrivilegesStephen Beaver2016-02-201-4/+4
|\
| * Title Bar Shortcuts PrivilegesNOYB2016-02-201-4/+4
| | | | | | | | | | Only display title bar shortcuts the user has privileges for. Confusing and inconvenient being sent to the home page when clicking on those. Then have to browse back to where you were.
* | Status / System Logs - Manage Logs Panel AccessNOYB2016-02-201-2/+7
|/ | | | If the user does not have access to status logs settings page, then exclude the manage log panel from the page.
* Fix this test. Fixes #5909jim-p2016-02-191-1/+1
|
* Fix typo in diag_commandStephen Beaver2016-02-191-1/+1
|
* Renamed exec.php and edit.phpStephen Beaver2016-02-191-3/+3
|
* Fix Dashboard privilege edge case and show full Help menu to users with the ↵jim-p2016-02-191-3/+4
| | | | Help privilege. Fixes #5909
* Correct if statementk-paulius2016-02-181-1/+1
|
* * close p tagsk-paulius2016-02-181-2/+2
| | | | | | * wrap first sentence in p tag for proper styling * indicate section in the link * correct punctuation
* Close p tags, wrap first sentence in p tag for proper styling.k-paulius2016-02-181-2/+2
|
* Fix word casek-paulius2016-02-181-4/+4
|
* Remove unused variable.k-paulius2016-02-181-2/+0
|
* Merge pull request #2658 from NOYB/Available_Widgets_Icon_MissingStephen Beaver2016-02-171-3/+11
|\
| * May as well fix this while here.NOYB2016-02-171-4/+4
| | | | | | | | Replace style cursor:pointer with bootstrap class icon-pointer.
| * Fix for but #5901NOYB2016-02-171-0/+8
| | | | | | | | Move the widgets save out of index.php jquery and into head.inc php along with it's counterpart the available widgets icon.
* | Align notification and logout icons to the right, to make them stand out ↵k-paulius2016-02-171-0/+2
|/ | | | from the menu items.
* Do not generate empty tags if there is no link.k-paulius2016-02-161-3/+11
|
* Remove Help -> Search Portal menu entry, it fixes #5894Renato Botelho2016-02-151-1/+0
|
* Make HTML conformant with standardsNewEraCracker2016-02-151-1/+1
| | | | Escape '&' via htmlspecialchars.
* Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with ↵k-paulius2016-02-141-2/+2
| | | | breadcrumb separator.
* Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with ↵k-paulius2016-02-141-1/+1
| | | | breadcrumb separator.
* Rename 'Packages' menu item to 'Package Manager' to better match with 'Cert. ↵k-paulius2016-02-141-1/+1
| | | | Manager' and 'User Manager'
* Cert is abbreviated word so adding . to stay consistent with the usage of Avail.k-paulius2016-02-141-1/+1
|
* Renamed SMART to S.M.A.R.T.k-paulius2016-02-131-1/+1
|
* Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-131-1/+1
|
* 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
|
OpenPOWER on IntegriCloud