Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions templates/zones.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
<?php } ?>
</tbody>
</table>
<div>
(Zones are sorted by reversed Internet domain name to group labels according to the DNS hierarchy.)
</div>
<?php } ?>
</div>
<div role="tabpanel" class="tab-pane" id="reverse4">
Expand Down Expand Up @@ -119,6 +122,9 @@
<?php } ?>
</tbody>
</table>
<div>
(Zones are sorted by reversed Internet domain name to group labels according to the DNS hierarchy.)
</div>
<?php } ?>
<?php if($active_user->admin) { ?>
<div class="form-inline reverse_zone_prefill">
Expand Down Expand Up @@ -166,6 +172,9 @@
<?php } ?>
</tbody>
</table>
<div>
(Zones are sorted by reversed Internet domain name to group labels according to the DNS hierarchy.)
</div>
<?php } ?>
<?php if($active_user->admin) { ?>
<div class="form-inline reverse_zone_prefill">
Expand Down