Commit Graph

74 Commits

Author SHA1 Message Date
Warren Baker
6f567a593d NiftyCheck already included in bottom-loader.js otherwise div mainarea gets rounded twice. 2010-11-11 12:51:56 +02:00
Scott Ullrich
98bcf1f8b5 Fix misc input validation errors. Move routed/* to same dir as pkg items 2010-11-06 12:40:54 -04:00
Warren Baker
a641949268 Fix white spaces 2010-09-21 12:48:59 +02:00
Warren Baker
4ff99fcbc3 If column['fieldname'] is a description then change html class to listbg to conform to rest of GUI description table columns. 2010-09-21 12:27:15 +02:00
Warren Baker
9055180719 New Package XML tag 'tab_level' allows for multiple rows of tab displays. 2010-08-25 18:18:08 +02:00
Scott Ullrich
de9b760fe1 Unbreak adding new record 2010-08-04 17:53:56 -04:00
Scott Ullrich
1336d0826a Remember custom rows per page when going to previous and next pages 2010-08-03 22:01:21 -04:00
Scott Ullrich
5cdf3655f1 Adjust rows per page a bit 2010-08-03 21:28:54 -04:00
Scott Ullrich
395dcfbe25 Round up correctly for page count 2010-08-03 21:25:22 -04:00
Scott Ullrich
3377a2bfef Do not hide Displaying page now that we have the rows per page 2010-08-03 21:15:07 -04:00
Scott Ullrich
3ca50a1574 Allow setting of how many records per page to show 2010-08-03 21:12:55 -04:00
Scott Ullrich
1945741b87 Show starting record ++ 2010-08-03 20:28:43 -04:00
Scott Ullrich
d8a189d5ce Do not show page X of X when filtering 2010-08-03 20:23:26 -04:00
Scott Ullrich
74d697c713 Make displaying page X of X bold 2010-08-03 20:20:47 -04:00
Scott Ullrich
37da0c5042 * Show how many pages and current page
* Show record numbers that are shown
* Cleanup previous and next page links and text
2010-08-03 20:18:08 -04:00
Scott Ullrich
5d4f5ce95a Move previous and next page 2010-08-03 19:17:15 -04:00
Scott Ullrich
5aa9a4f2f2 Unbreak auto submit 2010-08-03 19:06:33 -04:00
Scott Ullrich
b000f96faa Use GET instead of post for filtering 2010-08-03 17:42:00 -04:00
Scott Ullrich
bc05ef9f97 no need for a regex here 2010-08-03 17:14:41 -04:00
Scott Ullrich
ef2029df87 Reformat file. No functional changes 2010-08-03 16:32:53 -04:00
Scott Ullrich
4b5976b539 Use ob_start() to speed up page rendering for large record sized pages 2010-08-03 16:20:48 -04:00
Scott Ullrich
32c477c521 Adding field sorting and filtering support 2010-08-03 15:49:04 -04:00
Scott Ullrich
4f6a5e6a45 Update (C) to 2010 2010-04-27 19:32:30 -04:00
Ermal Lui
d3ab36dc38 If field type is interface show them with the descriptive name. 2010-03-09 23:10:35 +00:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Matthew Grooms
6b07c15ad8 Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance
5) Cleaning up the related WebUI pages
2008-08-01 06:30:34 +00:00
Scott Ullrich
df02c7292c Do not redeckare gettext 2008-03-10 00:39:40 +00:00
Scott Ullrich
d8c1a6c53c Make scripts XSS input safe.
Pointed-out: by hoopercharles@gmail.com
2008-02-12 04:40:35 +00:00
Scott Ullrich
d88c6a9fdf Switch over to array style page titles. Obtained-from: m0n0wall 2007-11-16 00:48:53 +00:00
Scott Ullrich
8060d89a47 Correct the ordering of unsetting the item and running the delete command. The delete command should be run after the unset so it can populate information correctly such as tinydns's data file. 2007-02-21 03:56:09 +00:00
Scott Ullrich
b91540da0b MFC from HEAD
* Add gettext() dummy function to avoid needing gettext from -HEAD's php binary.
2006-04-20 21:53:38 +00:00
Scott Ullrich
7c172009f6 MFC Fernando's OpenVPN changes. 2006-04-01 22:18:36 +00:00
Scott Ullrich
e54d4de6d5 Remove #!/usr/local/bin/php 2006-01-02 23:46:18 +00:00
Erik Kristensen
677c08696a updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories
2005-07-21 00:17:40 +00:00
Colin Smith
79f6fe7bac Say hello to rounded tabs ;) 2005-07-14 01:04:52 +00:00
Colin Smith
ce696feb1d Clean up eval()s. 2005-07-13 18:56:29 +00:00
Bill Marquette
96d9f5c9d6 Use $pgtitle 2005-07-03 16:35:36 +00:00
Scott Ullrich
323d040b87 * Fix diagnostics logging tab menus
* Curve bottom of grey areas if needed
* Curve tabs
* Cleanup
2005-07-02 20:51:59 +00:00
Scott Ullrich
83ddedcda4 Set page titles accordingly 2005-07-02 03:50:50 +00:00
Colin Smith
19a1167852 parse_xml_config -> parse_xml_config_pkg 2005-06-23 03:17:21 +00:00
Colin Smith
e4bf1c1908 require -> require_once 2005-06-21 01:25:30 +00:00
Colin Smith
c6ab761de0 No more xmlparse_pkg. 2005-06-20 02:50:30 +00:00
Colin Smith
e307a80910 Minor cleanup and parse_xml_config_pkg -> parse_xml_config. 2005-06-18 21:20:05 +00:00
Bill Marquette
5f9c0e6803 doubleclick to edit 2005-04-12 19:30:02 +00:00
Bill Marquette
a339c26a98 icon placement 2005-04-04 01:36:00 +00:00
Bill Marquette
b46bfcf575 Add $Id$ tag 2005-03-27 22:31:32 +00:00
Colin Smith
194b4e0a3b Add basic support for <custom_php_global_functions> tag. 2005-03-19 23:29:39 +00:00
Colin Smith
009c79057b Add <prefix> and <suffix> tags to <adddeleteeditfields>. 2005-03-12 19:26:07 +00:00
Scott Ullrich
5cd30ac398 Process before form events 2005-02-26 19:49:23 +00:00
Scott Ullrich
2d512c8446 Do not attempt to foreach through the ['adddeleteeditpagefields']['columnitem'] if it does not exist 2005-02-19 03:08:14 +00:00