summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix line endings on remaining files that did not have the same line endings ↵Erik Fonnesbeck2010-09-011-92/+92
| | | | as everything else.
* Make the new tabs themableScott Ullrich2010-08-051-1/+1
|
* new tab menurobiscool2010-08-051-91/+92
|
* Allow setting <remote_managed_pages><item> page items such as ↵Scott Ullrich2010-07-271-0/+13
| | | | /services_captiveportal.php which signals the GUI that the contents of the page are being controlled from a remote machine and disallow the GUI page from being edited.
* Add iPad supportScott Ullrich2010-04-031-1/+1
|
* Unbreak prototype and friendsScott Ullrich2010-02-071-10/+10
|
* Fixup nifty css corners locations and codeScott Ullrich2010-02-061-8/+3
|
* Stop using the inline output function to include javascript and css files. ↵Scott Ullrich2010-02-061-16/+15
| | | | Even with this function speeding up embedded installs it slows down all installation via WAN links since it is loading so much data on every request.
* Fix the quotes on this line.jim-p2009-12-241-1/+1
|
* Fix hostname in page title. thanks to sullrich@ for pointerChris Buechler2009-11-171-2/+2
|
* Add theme Apple touch icon supportScott Ullrich2009-10-051-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-18/+18
| | | | Purged unused JS
* Add global.jsScott Ullrich2009-03-141-1/+3
|
* Sajax is no more, long live PrototypeBill Marquette2009-03-141-9/+1
| | | | This eliminates one AJAX library, but not all "non-Prototype" AJAX code
* Fix javascript include in head.incBill Marquette2009-03-131-3/+4
| | | | | Add dragdrop (used in index.php for the Sortable class) use dom:loaded event instead of window.loaded
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-1/+4
| | | | duplication
* Detect iphone / ipodScott Ullrich2008-11-171-0/+9
|
* Use outputCSSPrintFileInline() functionScott Ullrich2008-08-091-1/+1
|
* * Check if file existsScott Ullrich2008-08-091-3/+8
| | | | | * Correct Javascript -> CSS incorrect assignment * Restore inline functions
* Do not inline niftycssCode.cssScott Ullrich2008-08-091-2/+2
|
* Unbreak 1.3 CP.Scott Ullrich2008-08-091-1/+1
|
* Include firebug lite if enablefirebug lite GET parm is setScott Ullrich2008-07-271-1/+5
|
* Add inline print style css output code and switch nifty to it.Scott Ullrich2008-07-271-9/+7
|
* REALLY unbreak niftycornersScott Ullrich2008-07-271-2/+1
|
* Unbreak nifty cornersScott Ullrich2008-07-271-6/+13
|
* Begin using inline CSS/JS including functions.Scott Ullrich2008-07-271-4/+5
|
* Fix a bug that prevented the page title from being displayed correctly.Matthew Grooms2008-07-251-1/+3
|
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-2/+3
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* Fix nerve center theme.Scott Ullrich2007-01-181-1/+6
| | | | Patch submitted by DSH
* SCRIPT_FILENAME works better under lighty than PHP_SELFBill Marquette2005-09-171-1/+1
| | | | SCRIPT_FILENAME works in both lighty and mini, so move to using that var
* XHTML/CSS Clean UpErik Kristensen2005-09-111-3/+7
|
* Added SAJAX support.Erik Kristensen2005-09-111-14/+5
| | | | | System Meters are updated via AJAX now. Started XHTML/CSS cleanup.
* Ticket #454Bill Marquette2005-09-031-0/+1
| | | | | Export theme to javascript as theme (imaginative, I know) use path to theme icons for x.gif
* Adding AutoComplete to firewall_nat_editErik Kristensen2005-08-231-4/+18
| | | | head.inc searchs javascript directory for includes now
* First Step in Fixing AutoComplete and Cleaning Up CodeErik Kristensen2005-08-231-0/+18
|
* adds alerts to the system, no links associated with them to acknowlege, will ↵Erik Kristensen2005-07-311-0/+1
| | | | come soon.
* Restore previous behavior.Scott Ullrich2005-07-211-0/+10
|
* Remove <?php from top of head.incScott Ullrich2005-07-211-1/+0
|
* Move theme selection to guiconfig.inc.Colin Smith2005-07-211-9/+0
|
* remove blank linesBill Marquette2005-07-201-4/+2
|
* just making themes work a little better :)Erik Kristensen2005-07-171-1/+1
|
* updated so theme works properlyErik Kristensen2005-07-171-1/+1
|
* template -> themeScott Ullrich2005-07-171-3/+3
|
* Minor changes for css and javascript handling for template system.Erik Kristensen2005-07-161-1/+0
|
* Fixed CSS include for templated systems. Default CSS file name is now ↵Erik Kristensen2005-07-161-2/+1
| | | | "all.css" for the templated system.
* Spell templte correctly!Scott Ullrich2005-07-151-2/+2
|
* Echo out template nameScott Ullrich2005-07-151-1/+1
|
* * Merge in Erik Kristensen's redid XHTML compliant header footerScott Ullrich2005-07-151-1/+15
| | | | * Add pfsense default template (css) file
* Close <head> by default, but allow for pages that do "extra" stuff that ↵Bill Marquette2005-07-031-0/+2
| | | | needs to be in head
OpenPOWER on IntegriCloud