Revision 70dc5cd6
Added by Phil Davis over 9 years ago
src/usr/local/www/services_ntpd.php | ||
---|---|---|
283 | 283 |
|
284 | 284 |
$form = new Form; |
285 | 285 |
|
286 |
$section = new Form_Section('NTP server configuration');
|
|
286 |
$section = new Form_Section('NTP Server Configuration');
|
|
287 | 287 |
|
288 | 288 |
$iflist = build_interface_list(); |
289 | 289 |
|
Also available in: Unified diff
UI Consistency
1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g.
"QinQ Configuration" rather than "Interface QinQ Edit"...