remove href from port name link to discourage bookmarking
This commit is contained in:
@@ -164,6 +164,11 @@ so that its tooltip takes prescedence over the field tooltip */
|
|||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* link port name to restricted search */
|
||||||
|
.this_port_only {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* change highlighting for form fields which are being used in a search */
|
/* change highlighting for form fields which are being used in a search */
|
||||||
form .clearfix.success select {
|
form .clearfix.success select {
|
||||||
background-color: #A9DBA9;
|
background-color: #A9DBA9;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
[% END %]
|
[% END %]
|
||||||
</td>
|
</td>
|
||||||
[% IF params.c_port %]
|
[% IF params.c_port %]
|
||||||
<td><a class="this_port_only" href="#">[% row.port | html_entity %]</a></td>
|
<td><a class="this_port_only">[% row.port | html_entity %]</a></td>
|
||||||
[% END %]
|
[% END %]
|
||||||
[% IF params.c_descr %]
|
[% IF params.c_descr %]
|
||||||
<td class="center_cell">[% row.descr | html_entity %]</td>
|
<td class="center_cell">[% row.descr | html_entity %]</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user