UI Consistency
1) Put the heading "Actions" at the top of all the "Actions" columns -it was on some and not others.2) Some more consistent capitalization of panel titles etc.3) Most interfaces section edit pages had a section titled like "GIFConfiguration", "GRE Configuration". Make them all consistent, e.g....
Fixed #5566
Allow thee use of multiple infoblock on a page
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock" Just makes more sense to use a class for this
Adjust more calls to print_info_box with unquoted strings
HTML Compliance - System / User Manager / Users
A table row was 6 columns wide and exceeded the column count established by the first row (5).End tag div seen, but there were open elements.Unclosed element form.Close php tag.
Remove $closehead variable
Remove unused variable $closehead
system_usermanager remove unused code
1) Line 448 "Remove this certificate association? (Certificate will not be deleted)" there was the text "Delete" being displayed and not looking good, in addition to the trash bin icon. Just the trash bin icon seems to be all that is needed....
Code style system_*
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Standardize breadcrumbs for User Manager tabs
I think this is the way it should be to make it like everywhere else.Even when in the "Groups" pages, it is still reached by "System" "UserManager".
Fixed #5389
Merge pull request #2134 from ExolonDX/branch_04
Type up SCRIPT tags
Tidy up Boolean operators for HTML5
Remove the XHTML standard Boolean operators (makes reading HTML muchsimpler).
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
fix moveOption function
Ticket #5471 another convert batch to font-awesome icons
Fixed #5416
undo earlier commit
Merge pull request #2047 from heper/patch-2
Fixed #5405
fix submit & move back to seperate ACT==delprivid
the code for delprivid was inside ACT==save / when hitting 'save' the post-data for delprivid was already gone
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
partial fix Bug #5389
Fixed #5388
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Copyright updates Batch 2 of 3
Delete confirmation vi fa-trash automated via pfSense.js
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Buttons updated
convert system_usermanager to font-awesome
Ticket #5204 a clean up pass of the jquery sections
Work around a chicken-and-egg problem in user syncing. See #5152See also: 5372d26d9d25d751d16865ed9d46869d3b0ec5e1
Fixed 5139Resolver GET/POST error
Fixed 5118Input was set 'disabled' but should have bee 'readonly'
Fixed #5105Page updated as suggested via comments
Fixed #5096Layout changed as requested
Fixed 5095
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
Fixed #5028Restored correct delcert action
Fixed #5055"All" no longer appears in group lists
Fixed #5028By restoring "Delete" button and fixing table elements
Corrected cert table functionality by adding missing PHP
bootstrap, use require_once for classes/Form.class.php
Fixed bug #5028The page was junk as originally converted. It has been re-written to work as required. Links to certificates have yet to be implemented, but that will be added once testing is complete on this version.
Merge branch 'master' into bootstrap
Move main pfSense content to src/