summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_groupmanager_addprivs.php
Commit message (Collapse)AuthorAgeFilesLines
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* System / User Manager / Groups / Edit / Add PrivilegesNOYB2016-03-051-1/+0
| | | | | | | | | | | | | | | | Not certain that the list needs to be sorted here. Looks like it is already in order. If it does then a valid callback function will need to be accessible. Error: Non-space characters found without seeing a doctype first. Expected e.g. <!DOCTYPE html>. Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91 Error: Element head is missing a required instance of child element title. Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91 Error: Stray doctype. Error: Stray start tag html.
* Fixed #5908Stephen Beaver2016-02-191-16/+0
|
* Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-1/+1
|
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Fix comparator name and add missing quotesNewEraCracker2016-02-091-1/+1
| | | | Comparator name was wrong on system_groupmanager_addprivs.php and quotes were missing around the comparator name at system_usermanager_addprivs.php
* Fix help text index when the privs are filtered.Stephen Beaver2016-02-081-1/+4
|
* Merge pull request #2596 from phil-davis/gtsugStephen Beaver2016-02-081-1/+1
|\
| * Internationalize system user and group codePhil Davis2016-02-081-1/+1
| |
* | Make group addpriv descriptions work like user addprivPhil Davis2016-02-081-9/+10
|/
* Fix hiding of shadow selectorStephen Beaver2016-02-031-1/+1
|
* Improvements to priv filteringStephen Beaver2016-02-031-8/+57
|
* Added priv filter capabilityStephen Beaver2016-02-021-1/+65
|
* 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().
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+1
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Fix minor typos and correct code standardsNewEraCracker2016-01-061-1/+1
|
* Code style system_*Phil Davis2015-12-171-7/+9
|
* 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
* Standardize breadcrumbs for User Manager tabsPhil Davis2015-12-071-1/+1
| | | | | | 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" "User Manager".
* Refinements to #5535Stephen Beaver2015-11-301-2/+2
|
* Fixed #5535Stephen Beaver2015-11-301-3/+58
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* fix Bug #5388heper2015-11-111-1/+1
|
* Copyright and license cleanupRenato Botelho2015-11-091-3/+3
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-25/+54
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-118/+37
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+255
OpenPOWER on IntegriCloud