Commit Graph

90 Commits

Author SHA1 Message Date
Scott Ullrich
a93310c359 Do not show value = foo 2005-09-16 14:55:53 +00:00
Scott Ullrich
973dbc364f Turn off debugging helper line 2005-09-11 00:14:06 +00:00
Scott Ullrich
d2ac25995b When multiple and size is defined for a interface, treat it as a php array. 2005-08-27 01:43:38 +00:00
Scott Ullrich
036f7009a3 Fix a XXX 2005-08-01 00:32:55 +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
539b4c4410 Respect themes. 2005-07-18 03:38:40 +00:00
Colin Smith
3089059e95 If we don't have any adddeleteedit fields or a special redirect, default to pkg_edit.php?xml=$xml&id=0. 2005-07-18 02:08:42 +00:00
Erik Kristensen
afe4a7d36f It no longer breaks when the output of a package is displayed. 2005-07-17 00:01:09 +00:00
Colin Smith
bd78a8455e Minor cleanup. 2005-07-14 01:09:55 +00:00
Colin Smith
f4cb26b7f3 Add rounded tabs. 2005-07-14 01:00:47 +00:00
Colin Smith
e315cfa19a Fix missing ')'. 2005-07-13 18:57:41 +00:00
Colin Smith
7db8ff99c1 Clean up eval()s. 2005-07-13 18:49:45 +00:00
Bill Marquette
63637de932 Code cleanup 2005-07-04 19:52:23 +00:00
Scott Ullrich
201bf2eeff Include IP on interface when all_interfaces is enabled 2005-07-04 00:10:29 +00:00
Scott Ullrich
e6a121518c Correctly show all interfaces 2005-07-03 23:56:20 +00:00
Scott Ullrich
e4a7214692 Add <all_interfaces> option 2005-07-03 23:42:58 +00:00
Scott Ullrich
c98e7fb75a Allow filtering of interfaces_selection box 2005-07-03 23:21:25 +00:00
Bill Marquette
96d9f5c9d6 Use $pgtitle 2005-07-03 16:35:36 +00:00
Scott Ullrich
83ddedcda4 Set page titles accordingly 2005-07-02 03:50:50 +00:00
Colin Smith
2fe6c52bce Add field greyout. 2005-06-26 04:39:30 +00:00
Scott Ullrich
ff30be849b Set title to Package Editor if $title is unset 2005-06-25 22:17:05 +00:00
Colin Smith
19a1167852 parse_xml_config -> parse_xml_config_pkg 2005-06-23 03:17:21 +00:00
Scott Ullrich
336e9b1b98 No need to backup $config and restore. This is a ages old bug. 2005-06-22 22:22:40 +00:00
Colin Smith
12123e25f9 Fix package saving. 2005-06-22 18:55:41 +00:00
Scott Ullrich
19d360bf66 Allow a GET savemsg= parm to notify user of updating, etc. 2005-06-22 18:36:15 +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
Scott Ullrich
9f9dcd983a require -> require_once 2005-06-06 03:15:09 +00:00
Scott Ullrich
f8e335a316 Include pkg-utils.inc to atleast get the scripts running again. It doesn't install correctly however. 2005-06-05 23:40:21 +00:00
Scott Ullrich
34591684be Look at the correct field to deterimine which item should be selected in the interfaces_selection widget 2005-05-31 00:36:06 +00:00
Scott Ullrich
5c74f3392c Reset size in between widgets 2005-05-23 15:00:14 +00:00
Scott Ullrich
4a91019eb5 Allow additional entries to be inserted into the interfaces selection widget.
The first usage of this will be with carpdev.
2005-05-23 14:57:07 +00:00
Scott Ullrich
eaa55df2db Make Save and Cancel buttons the same size 2005-04-28 03:11:48 +00:00
Scott Ullrich
53c59170cd Add a Cancel button which takes the browser back to the page prior. 2005-04-21 18:42:42 +00:00
Colin Smith
fb8d451e70 pka -> pkga 2005-04-05 00:16:33 +00:00
Colin Smith
085a714566 Fix handling of <note> fields. 2005-03-31 15:11:13 +00:00
Bill Marquette
b46bfcf575 Add $Id$ tag 2005-03-27 22:31:32 +00:00
Bill Marquette
529ffadbe7 Gotta load the global functions before the rest of them :) 2005-03-20 15:29:07 +00:00
Colin Smith
194b4e0a3b Add basic support for <custom_php_global_functions> tag. 2005-03-19 23:29:39 +00:00
Colin Smith
3e304594bd *** empty log message *** 2005-03-16 00:32:43 +00:00
Scott Ullrich
b39f5ac4c8 Populate interface drop down with the correct selected interface when editing a package record. 2005-03-11 23:25:21 +00:00
Scott Ullrich
95736b546a Add note field 2005-03-07 01:07:29 +00:00
Scott Ullrich
90779bf7f6 is_subqueue() returns 1 if the item is a subqeueu 2005-03-06 19:40:03 +00:00
Scott Ullrich
01e8633b6d Do not redirect if preoutput is setup 2005-03-06 18:50:41 +00:00
Scott Ullrich
4831ce1377 Instead of hard coding an interface address, use the friendly name in packages. 2005-03-02 18:24:48 +00:00
Scott Ullrich
5cd30ac398 Process before form events 2005-02-26 19:49:23 +00:00
Scott Ullrich
86f3fc0083 Run custom_php_command_before_form commands before
custom_php_resync_config_command if they exist
2005-02-24 20:07:49 +00:00
Scott Ullrich
3b0ebca2d6 Eliminate extra <br> 2005-02-19 03:57:10 +00:00
Scott Ullrich
64fba011ba Set the page title to <title> 2005-02-19 02:27:18 +00:00
Scott Ullrich
e17ce934fd Allow $myurl in the url of the tabs .. $myurl is translated to getenv("HTTP_HOST") on the fly 2005-02-18 22:16:48 +00:00