|
44 | 44 | <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');"> |
45 | 45 | </div> |
46 | 46 | <div class="clearfix l-unit__stat-col--left small"><b><?php print __('Record');?></b></div> |
47 | | - <div class="clearfix l-unit__stat-col--left compact text-right"><b> </b></div> |
48 | | - <div class="clearfix l-unit__stat-col--left compact text-center"><b><?php print __('Type');?></b></div> |
49 | | - <div class="clearfix l-unit__stat-col--left compact"><b><?php print __('Priority');?></b></div> |
50 | | - <div class="clearfix l-unit__stat-col--left compact"><b><?php print __('TTL');?></b></div> |
| 47 | + <div class="clearfix l-unit__stat-col--left super-compact text-right"><b> </b></div> |
| 48 | + <div class="clearfix l-unit__stat-col--left compact text-center" style="padding-left: 32px;"><b><?php print __('Type');?></b></div> |
| 49 | + <div class="clearfix l-unit__stat-col--left compact text-center"><b><?php print __('Priority');?></b></div> |
| 50 | + <div class="clearfix l-unit__stat-col--left compact text-center"><b><?php print __('TTL');?></b></div> |
| 51 | + <div class="clearfix l-unit__stat-col--left super-compact"><b> </b></div> |
51 | 52 | <div class="clearfix l-unit__stat-col--left wide-6"><b><?php print __('IP or Value');?></b></div> |
52 | 53 | </div> |
53 | 54 | </div> |
|
74 | 75 | </div> |
75 | 76 | <div class="clearfix l-unit__stat-col--left small"><b><a href="/edit/dns/?domain=<?=htmlspecialchars($_GET['domain'])?>&record_id=<?=$data[$key]['ID']?>&token=<?=$_SESSION['token']?>" title="<?=__('Editing DNS Record').': '.htmlspecialchars($data[$key]['RECORD'])?>"><? echo substr($data[$key]['RECORD'], 0, 12); if(strlen($data[$key]['RECORD']) > 12 ) echo '...'; ?></a></b></div> |
76 | 77 | <!-- START QUICK ACTION TOOLBAR AREA --> |
77 | | - <div class="clearfix l-unit__stat-col--left compact text-right"> |
| 78 | + <div class="clearfix l-unit__stat-col--left super-compact text-right"> |
78 | 79 | <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> |
79 | 80 | <div class="actions-panel clearfix"> |
80 | 81 | <div class="actions-panel__col actions-panel__logs shortcut-enter" key-action="href"><a href="/edit/dns/?domain=<?=htmlspecialchars($_GET['domain'])?>&record_id=<?=$data[$key]['ID']?>&token=<?=$_SESSION['token']?>" title="<?=__('Editing DNS Record')?>"><i class="fas fa-pencil-alt status-icon orange status-icon dim"></i></a></div> |
|
91 | 92 | </div> |
92 | 93 | </div> |
93 | 94 | <!-- END QUICK ACTION TOOLBAR AREA --> |
94 | | - <div class="clearfix l-unit__stat-col--left compact text-center"><b><?=$data[$key]['TYPE']?></b></div> |
95 | | - <div class="clearfix l-unit__stat-col--left compact"><?=$data[$key]['PRIORITY']?> </div> |
96 | | - <div class="clearfix l-unit__stat-col--left compact"><?php if($data[$key]['TTL'] == ''){ echo __('Default'); }else{ echo $data[$key]['TTL'];} ?></div> |
| 95 | + <div class="clearfix l-unit__stat-col--left compact text-center" style="padding-left: 32px;"><b><?=$data[$key]['TYPE']?></b></div> |
| 96 | + <div class="clearfix l-unit__stat-col--left compact text-center"><?=$data[$key]['PRIORITY']?> </div> |
| 97 | + <div class="clearfix l-unit__stat-col--left compact text-center"><?php if($data[$key]['TTL'] == ''){ echo __('Default'); }else{ echo $data[$key]['TTL'];} ?></div> |
| 98 | + <div class="clearfix l-unit__stat-col--left super-compact"><b> </b></div> |
97 | 99 | <div class="clearfix l-unit__stat-col--left wide-6"><?=htmlspecialchars($data[$key]['VALUE'], ENT_QUOTES, 'UTF-8')?></div> |
98 | 100 | </div> |
99 | 101 | </div> |
|
0 commit comments