Skip to content

Commit

Permalink
minor alignment in modern
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Apr 3, 2016
1 parent ea3e4a3 commit 886645f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion graphs_new.php
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,10 @@ function clearFilter() {
<td class='nowrap right' style='font-style:italic;'>
Select a Graph Type to Create
</td>
<td style='white-space:nowrap'>
<td class='right'>
<input type='button' class='default' id='default_" . $snmp_query['id'] . "' value='Set Default' title='Make selection default'>
</td>
<td style='white-space:nowrap'>
<select class='dqselect' name='sgg_" . $snmp_query['id'] . "' id='sgg_" . $snmp_query['id'] . "' onChange='dqUpdateDeps(" . $snmp_query['id'] . ',' . (isset($column_counter) ? $column_counter:'') . ");'>
"; html_create_list($data_query_graphs,'name','id',read_user_setting('default_sgg_' . $snmp_query['id'])); print "
</select>
Expand Down

0 comments on commit 886645f

Please sign in to comment.