|
60 | 60 | ++$i; |
61 | 61 | ?> |
62 | 62 |
|
63 | | - <div class="l-unit <? if($data[$key]['SUSPENDED'] == 'yes') echo 'l-unit--suspended'; if($_SESSION['favourites']['IP'][$key] == 1) echo ' l-unit--starred'; ?>" v_unit_id="<?=$key?>" |
64 | | -v_section="ip" sort-ip="<?=str_replace('.', '', $key)?>" sort-date="<?=strtotime($data[$key]['DATE'] .' '. $data[$key]['TIME'] )?>" |
65 | | -sort-netmask="<?=str_replace('.', '', $data[$key]['NETMASK'])?>" sort-interface="<?=__($data[$key]['INTERFACE'])?>" sort-domains="<?=$data[$key]['U_WEB_DOMAINS']?>" |
| 63 | + <div class="l-unit <? if($data[$key]['SUSPENDED'] == 'yes') echo 'l-unit--suspended'; if($_SESSION['favourites']['IP'][$key] == 1) echo ' l-unit--starred'; ?>" v_unit_id="<?=$key?>" |
| 64 | +v_section="ip" sort-ip="<?=str_replace('.', '', $key)?>" sort-date="<?=strtotime($data[$key]['DATE'] .' '. $data[$key]['TIME'] )?>" |
| 65 | +sort-netmask="<?=str_replace('.', '', $data[$key]['NETMASK'])?>" sort-interface="<?=__($data[$key]['INTERFACE'])?>" sort-domains="<?=$data[$key]['U_WEB_DOMAINS']?>" |
66 | 66 | sort-owner="<?=__($data[$key]['OWNER'])?>" sort-star="<? if($_SESSION['favourites']['IP'][$key] == 1) echo '1'; else echo '0'; ?>"> |
67 | 67 | <div class="l-unit-toolbar clearfix"> |
68 | 68 | <div class="l-unit-toolbar__col l-unit-toolbar__col--left"> |
|
72 | 72 | <!-- l-unit-toolbar__col --> |
73 | 73 | <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> |
74 | 74 | <div class="actions-panel clearfix"> |
75 | | - <div class="actions-panel__col actions-panel__edit shortcut-enter" key-action="href""><a href="/edit/ip/?ip=<?=$key?>"><?=__('edit')?> <i></i></a><span class="shortcut enter"> ↵</span></div> |
76 | | - <div class="actions-panel__col actions-panel__delete shortcut-delete" key-action="js""> |
| 75 | + <div class="actions-panel__col actions-panel__edit shortcut-enter" key-action="href"><a href="/edit/ip/?ip=<?=$key?>"><?=__('edit')?> <i></i></a><span class="shortcut enter"> ↵</span></div> |
| 76 | + <div class="actions-panel__col actions-panel__delete shortcut-delete" key-action="js"> |
77 | 77 | <a id="delete_link_<?=$i?>" class="data-controls do_delete"> |
78 | 78 | <?=__('delete')?> <i class="do_delete"></i> |
79 | 79 | <input type="hidden" name="delete_url" value="/delete/ip/?ip=<?=$key?>&token=<?=$_SESSION['token']?>" /> |
|
94 | 94 | <div class="l-unit__date"> |
95 | 95 | <?=translate_date($data[$key]['DATE'])?> |
96 | 96 | </div> |
97 | | - <div class="l-unit__suspended""><?=__('suspended')?></div> |
| 97 | + <div class="l-unit__suspended"><?=__('suspended')?></div> |
98 | 98 | <div class="text-center"> |
99 | 99 | <i class="l-icon-star"></i> |
100 | 100 | </div> |
|
0 commit comments