Commit Graph

4799 Commits

Author SHA1 Message Date
Scott Ullrich
ca09ef23a9 Set background to color for alert box 2008-10-30 01:10:09 +00:00
Scott Ullrich
dfdfd0bee7 * Allow themeing of the alertbox.
* To handle the nifty corners edgecase, define:

	$nifty_redbox = "#990000";
	$nifty_blackbox = "#000000";

  ... in /usr/local/www/themes/{$themename}/tabcontrols.php
2008-10-30 01:01:31 +00:00
Scott Ullrich
2690f7d983 Center left td 2008-10-30 00:40:54 +00:00
Scott Ullrich
8fe7b598da Display error reason correctly 2008-10-30 00:28:02 +00:00
Scott Ullrich
0bfbf74b55 Remove width:36px from right area 2008-10-30 00:25:57 +00:00
Scott Ullrich
f68d11ec85 Rename to inputerrorsleft and right 2008-10-30 00:11:22 +00:00
Scott Ullrich
a1581a8f00 Remove trailing newline 2008-10-29 23:49:15 +00:00
Scott Ullrich
a5ab2196c3 Allow alert box to be themed 2008-10-29 23:48:05 +00:00
Scott Ullrich
68c97918d0 Check the entire required_version field, not the first char 2008-10-29 16:19:56 +00:00
Scott Ullrich
2ee0410f9e Honor $g['services_dhcp_server_enable'] 2008-10-29 03:15:42 +00:00
Scott Ullrich
e3a13b0068 Add services_dhcp_server_enable which allows the DHCP server to be turned
off easily.
2008-10-29 03:07:11 +00:00
Scott Ullrich
bc8472b77a Adding custom grub-install 2008-10-28 19:52:26 +00:00
Seth Mos
22c8741ccc Correctly load groups array 2008-10-28 17:20:14 +00:00
Scott Ullrich
fbf424fb9f Remove first check 2008-10-28 17:18:01 +00:00
Scott Ullrich
4b7aee98de Alert when no gateways are set 2008-10-28 17:14:30 +00:00
Scott Ullrich
07e19d5775 Rename column to Support 2008-10-28 02:35:29 +00:00
Scott Ullrich
1ef8df1e53 Set the maintainer to the forums. The maintainer of packages is
ultimately only to resolve arguments between commiters if need be.
2008-10-28 02:21:02 +00:00
Scott Ullrich
e07f6d133e Make sure globals are loaded 2008-10-27 22:58:54 +00:00
Scott Ullrich
a7e599e7a1 Add PRIV information 2008-10-26 01:18:49 +00:00
Scott Ullrich
e679308cef Script was renamed System Activity 2008-10-26 01:16:55 +00:00
Scott Ullrich
0418253ba6 Center text output 2008-10-26 01:15:14 +00:00
Scott Ullrich
7a97eaefd9 Update url 2008-10-26 01:05:46 +00:00
Scott Ullrich
37ca49b426 Adding Diagnostics -> System Activity which shows top in an ajaxy way. 2008-10-26 01:02:33 +00:00
Scott Ullrich
9616232711 Show header even when no records exists so the lonely + sign doe snot look
strange.  This makes this page more consistent with all other pages when
no configuration records exist.
2008-10-26 00:32:43 +00:00
Scott Ullrich
1e087e645d Add some padding before the save commands 2008-10-25 23:34:27 +00:00
Scott Ullrich
032bf78c76 Make text consistent and wrap to next line 2008-10-25 22:51:52 +00:00
Scott Ullrich
8a9edda534 Remove <!-- --> that somehow was inserted by TextMate. 2008-10-25 22:50:39 +00:00
Scott Ullrich
cbb27bc8c3 Place the save button in the correct table 2008-10-25 22:45:49 +00:00
Scott Ullrich
5924fa0fee Add 19 more - so it is longer than present text 2008-10-25 22:22:14 +00:00
Scott Ullrich
533e6800f3 Do not automatically create a record for WAN. 2008-10-25 20:58:34 +00:00
Scott Ullrich
87294f24e4 Correctly delete package 2008-10-25 20:43:21 +00:00
Ermal Luçi
b87364eb25 Fix issue reported on ticket #1825. 2008-10-25 14:37:22 +00:00
Scott Ullrich
fd3e7e5d7e Remove bogus <br> 2008-10-25 08:03:12 +00:00
Scott Ullrich
10d72e1e7e Use correct css file 2008-10-25 07:59:37 +00:00
Scott Ullrich
306f082ae0 Make white space consistent between save button and bottom of table 2008-10-25 07:33:44 +00:00
Scott Ullrich
0dd69fb20a Check to see if alias item exists before testing against it 2008-10-25 07:12:37 +00:00
Scott Ullrich
349ef5c973 Do not attempt to save blank fieldname values 2008-10-25 06:46:55 +00:00
Scott Ullrich
41fd044584 Ignore listtopic fields 2008-10-25 02:53:37 +00:00
Scott Ullrich
32487e426c Add listtopic field type 2008-10-25 00:44:36 +00:00
Scott Ullrich
c85c6f1e72 Correctly delete package 2008-10-24 22:45:13 +00:00
Scott Ullrich
5dbd65a3d6 Do not show blank tab names 2008-10-24 01:14:48 +00:00
Scott Ullrich
4fcae58f72 Show which route is being deleted, not the id of the config row 2008-10-24 01:03:43 +00:00
Scott Ullrich
4c12ef0a4f Break out item that can be its own function 2008-10-24 00:32:46 +00:00
Ermal Luçi
7ed5449128 Fix typo. 2008-10-23 22:53:23 +00:00
Ermal Luçi
432bd199e7 Remove ocurrences of m0n0 for shaper type in the code. 2008-10-23 22:41:50 +00:00
Ermal Luçi
85a5da131c * Rename get_current_wan_address to get_interface_ip
* Rename get_real_wan_interface to get_real_interface
* Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
* Cleanup some code when passing or remove some unused one.
2008-10-23 21:51:53 +00:00
Ermal Luçi
4d18eb07e7 More fixes on checkboxes. 2008-10-22 16:56:53 +00:00
Ermal Luçi
4c3f940341 Fix my name on the copyright. 2008-10-22 16:45:26 +00:00
Ermal Luçi
6626eb2646 Oops, seems i have commited the wrong file for this service! Bring in the right one. 2008-10-22 16:44:05 +00:00
Ermal Luçi
9e9b596fc5 Add footer 2008-10-22 16:28:21 +00:00