Revision 7d523d63
Added by Carlos Eduardo Ramos almost 15 years ago
usr/local/www/load_balancer_relay_action.php | ||
---|---|---|
115 | 115 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
116 | 116 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
117 | 117 |
<?php if (is_subsystem_dirty('loadbalancer')): ?><p> |
118 |
<?php print_info_box_np(gettext("The load balancer configuration has been changed") ".<br>" gettext("You must apply the changes in order for them to take effect."));?><br>
|
|
118 |
<?php print_info_box_np(gettext("The load balancer configuration has been changed.<br>You must apply the changes in order for them to take effect."));?><br>
|
|
119 | 119 |
<?php endif; ?> |
120 | 120 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
121 | 121 |
<tr><td class="tabnavtbl"> |
... | ... | |
137 | 137 |
$t = new MainTable(); |
138 | 138 |
$t->edit_uri('load_balancer_relay_action_edit.php'); |
139 | 139 |
$t->my_uri('load_balancer_relay_action.php'); |
140 |
$t->add_column('Name','name',20);
|
|
141 |
$t->add_column('Type','type',10);
|
|
142 |
$t->add_column('Options','options',30);
|
|
143 |
$t->add_column('Description','desc',30);
|
|
140 |
$t->add_column(gettext('Name'),'name',20);
|
|
141 |
$t->add_column(gettext('Type'),'type',10);
|
|
142 |
$t->add_column(gettext('Options'),'options',30);
|
|
143 |
$t->add_column(gettext('Description'),'desc',30);
|
|
144 | 144 |
$t->add_button('edit'); |
145 | 145 |
$t->add_button('dup'); |
146 | 146 |
$t->add_button('del'); |
Also available in: Unified diff
Corrections gettext implementation on load_balancer_relay_action.php