Project

General

Profile

« Previous | Next » 

Revision 6c07db48

Added by Phil Davis about 10 years ago

Code spacing

and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.

View differences:

usr/local/www/load_balancer_pool.php
95 95
	$a_pool[$i]['monitor'] = "<a href=\"/load_balancer_monitor_edit.php?id={$mondex[$a_pool[$i]['monitor']]}\">" . htmlspecialchars($a_pool[$i]['monitor']) . "</a>";
96 96
}
97 97

  
98
$pgtitle = array(gettext("Services"), gettext("Load Balancer"),gettext("Pool"));
98
$pgtitle = array(gettext("Services"), gettext("Load Balancer"), gettext("Pool"));
99 99
$shortcut_section = "relayd";
100 100

  
101 101
include("head.inc");
......
128 128
				$t = new MainTable();
129 129
				$t->edit_uri('load_balancer_pool_edit.php');
130 130
				$t->my_uri('load_balancer_pool.php');
131
				$t->add_column(gettext('Name'),'name',10);
132
				$t->add_column(gettext('Mode'),'mode',10);
133
				$t->add_column(gettext('Servers'),'servers',15);
134
				$t->add_column(gettext('Port'),'port',10);
135
				$t->add_column(gettext('Monitor'),'monitor',10);
136
				$t->add_column(gettext('Description'),'descr',25);
131
				$t->add_column(gettext('Name'), 'name', 10);
132
				$t->add_column(gettext('Mode'), 'mode', 10);
133
				$t->add_column(gettext('Servers'), 'servers', 15);
134
				$t->add_column(gettext('Port'), 'port', 10);
135
				$t->add_column(gettext('Monitor'), 'monitor', 10);
136
				$t->add_column(gettext('Description'), 'descr', 25);
137 137
				$t->add_button('edit');
138 138
				$t->add_button('dup');
139 139
				$t->add_button('del');

Also available in: Unified diff