mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make sure button 'move to the end' highlight last line
This commit is contained in:
parent
91ebc80804
commit
232d404db8
@ -482,7 +482,7 @@ if (is_subsystem_dirty('natconf'))
|
||||
$i++;
|
||||
endforeach;
|
||||
?>
|
||||
<tr>
|
||||
<tr valign="top" id="fr<?=$i;?>">
|
||||
<td class="list" colspan="11"></td>
|
||||
<td class="list nowrap" valign="middle">
|
||||
<table border="0" cellspacing="0" cellpadding="1" summary="edit">
|
||||
@ -495,7 +495,7 @@ if (is_subsystem_dirty('natconf'))
|
||||
<?php
|
||||
else:
|
||||
?>
|
||||
<input name="move_<?=$i;?>" type="image" src="/themes/<?= $g['theme']; ?>/images/icons/icon_left.gif" style="width:17;height:17;border:0" title="<?=gettext("move selected mappings to end");?>" />
|
||||
<input onmouseover="fr_insline(<?=$i;?>, true)" onmouseout="fr_insline(<?=$i;?>, false)" name="move_<?=$i;?>" type="image" src="/themes/<?= $g['theme']; ?>/images/icons/icon_left.gif" style="width:17;height:17;border:0" title="<?=gettext("move selected mappings to end");?>" />
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user