Project

General

Profile

« Previous | Next » 

Revision 70dc5cd6

Added by Phil Davis over 9 years ago

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"...

View differences:

src/usr/local/www/interfaces_bridge.php
127 127
display_top_tabs($tab_array);
128 128
?>
129 129
<div class="panel panel-default">
130
	<div class="panel-heading"><h2 class="panel-title"><?=gettext('Bridge interfaces')?></h2></div>
130
	<div class="panel-heading"><h2 class="panel-title"><?=gettext('Bridge Interfaces')?></h2></div>
131 131
	<div class="panel-body">
132 132
		<div class="table-responsive">
133 133
			<table class="table table-striped table-hover table-condensed">
134 134
				<thead>
135 135
					<tr>
136
					  <th><?=gettext("Interface"); ?></th>
137
					  <th><?=gettext("Members"); ?></th>
138
					  <th><?=gettext("Description"); ?></th>
139
					  <th></th>
136
						<th><?=gettext("Interface"); ?></th>
137
						<th><?=gettext("Members"); ?></th>
138
						<th><?=gettext("Description"); ?></th>
139
						<th><?=gettext("Actions"); ?></th>
140 140
					</tr>
141 141
				</thead>
142 142
				<tbody>

Also available in: Unified diff