Viewing File: /usr/local/cpanel/base/sharedjs/zone_editor/viewRecordTemplates/naptr.ptt
<div id="naptr_detail_{{ zone_rec._id }}">
<span class="record-property-label">[% locale.maketext('Order:') %] </span>{{ zone_rec.order }}<br>
<span class="record-property-label">[% locale.maketext('Preference:') %] </span>{{ zone_rec.preference}}<br>
<span class="record-property-label">[% locale.maketext('Flags:') %] </span>{{ zone_rec.flags }}<br>
<span class="record-property-label">[% locale.maketext('Service:') %] </span>{{ zone_rec.service }}<br>
<span class="record-property-label">[% locale.maketext('Regexp:') %] </span>{{ zone_rec.regexp }}<br>
<span class="record-property-label">[% locale.maketext('Replacement:') %] </span>{{ zone_rec.replacement }}
</div>
Back to Directory
File Manager