Fill in all the fields to the in the form to the left.
{% else %}
diff --git a/powerdnsadmin/templates/admin_global_search.html b/powerdnsadmin/templates/admin_global_search.html
index 9ec28d1..fecb5e9 100644
--- a/powerdnsadmin/templates/admin_global_search.html
+++ b/powerdnsadmin/templates/admin_global_search.html
@@ -38,7 +38,7 @@
-
This tool can be used to search for domains, records, and comments via the PDNS
+
This tool can be used to search for zones, records, and comments via the PDNS
API.
diff --git a/powerdnsadmin/templates/admin_history.html b/powerdnsadmin/templates/admin_history.html
index 81f6e5a..51009a2 100644
--- a/powerdnsadmin/templates/admin_history.html
+++ b/powerdnsadmin/templates/admin_history.html
@@ -49,7 +49,7 @@
- Search By Domain
+ Search By Zone
@@ -71,13 +71,13 @@
- Domain Name
+ Zone Name
+ placeholder="Enter * to search for any zone" value="">
@@ -447,7 +447,7 @@
$('#auth_name_filter').val('');
$('#user_name_filter').removeAttr('disabled');
canSearch = false;
- main_field = "Domain Name"
+ main_field = "Zone Name"
});
$('#account_tab').click(function () {
diff --git a/powerdnsadmin/templates/admin_manage_account.html b/powerdnsadmin/templates/admin_manage_account.html
index fe2c5bb..aa3f1ae 100644
--- a/powerdnsadmin/templates/admin_manage_account.html
+++ b/powerdnsadmin/templates/admin_manage_account.html
@@ -48,7 +48,7 @@
Contact
Mail
Member
-
Domain
+
Zone(s)
Action
diff --git a/powerdnsadmin/templates/admin_manage_keys.html b/powerdnsadmin/templates/admin_manage_keys.html
index 8d79e10..96ee73b 100644
--- a/powerdnsadmin/templates/admin_manage_keys.html
+++ b/powerdnsadmin/templates/admin_manage_keys.html
@@ -43,7 +43,7 @@
Id
Role
Description
-
Domains
+
Zones
Accounts
Actions
diff --git a/powerdnsadmin/templates/admin_manage_user.html b/powerdnsadmin/templates/admin_manage_user.html
index 8d1ace8..81fb26c 100644
--- a/powerdnsadmin/templates/admin_manage_user.html
+++ b/powerdnsadmin/templates/admin_manage_user.html
@@ -143,7 +143,7 @@
var modal = $("#modal_revoke");
var username = $(this).prop('id');
var info = "Are you sure you want to revoke all privileges for user " + username +
- "? They will not able to access any domain.";
+ "? They will not able to access any zone.";
modal.find('.modal-body p').text(info);
modal.find('#button_revoke_confirm').click(function () {
var postdata = {
diff --git a/powerdnsadmin/templates/admin_setting_authentication.html b/powerdnsadmin/templates/admin_setting_authentication.html
index 7675797..6196aa8 100644
--- a/powerdnsadmin/templates/admin_setting_authentication.html
+++ b/powerdnsadmin/templates/admin_setting_authentication.html
@@ -564,7 +564,7 @@
have no valid "powerdns-admin" records to their
autoprovisioning field, will lose all their
associations
- with any domain or account, also reverting to a
+ with any zone or account, also reverting to a
User in
the process, despite their current role in the
local db.
@@ -1585,7 +1585,7 @@
document.getElementById('purge_on').checked = false;
document.getElementById('purge_off').checked = true;
var modal = $("#modal_confirm");
- var info = "Are you sure you want to do this? Users will lose their associated domains unless they already have their autoprovisioning field prepopulated.";
+ var info = "Are you sure you want to do this? Users will lose their associated zones unless they already have their autoprovisioning field prepopulated.";
modal.find('.modal-body p').text(info);
modal.find('#button_confirm').click(function () {
document.getElementById('purge_on').checked = true;
diff --git a/powerdnsadmin/templates/dashboard.html b/powerdnsadmin/templates/dashboard.html
index 1dde5af..83d71d3 100755
--- a/powerdnsadmin/templates/dashboard.html
+++ b/powerdnsadmin/templates/dashboard.html
@@ -269,7 +269,7 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/powerdnsadmin/templates/domain_changelog.html b/powerdnsadmin/templates/domain_changelog.html
index 6fdea69..4cdd2be 100644
--- a/powerdnsadmin/templates/domain_changelog.html
+++ b/powerdnsadmin/templates/domain_changelog.html
@@ -15,7 +15,7 @@
{% if record_name and record_type %}
Record changelog:
{{ record_name}}   {{ record_type }}
{% else %}
- Domain changelog:
{{ domain.name | pretty_domain_name }}
+ Zone changelog:
{{ domain.name | pretty_domain_name }}
{% endif %}
@@ -125,4 +125,4 @@
}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/powerdnsadmin/templates/domain_remove.html b/powerdnsadmin/templates/domain_remove.html
index 75c3e26..7ea6e88 100644
--- a/powerdnsadmin/templates/domain_remove.html
+++ b/powerdnsadmin/templates/domain_remove.html
@@ -37,7 +37,7 @@
-
The type decides how the domain will be replicated across multiple DNS servers.
+
The type decides how the zone will be replicated across multiple DNS servers.
Native - PowerDNS will not perform any replication. Use this if you only have one
@@ -214,7 +214,7 @@
zone transfers (AXFRs) from other servers configured as primaries.
-
New Domain Type Setting:
+
New Zone Type Setting: