Skip to content

Commit

Permalink
Explain to users how the views are sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jun 14, 2019
1 parent 53f5118 commit 1fd1dfd
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit 1fd1dfd

Please sign in to comment.