diff --git a/powerdnsadmin/templates/domain.html b/powerdnsadmin/templates/domain.html index c40f4e0..23d684a 100644 --- a/powerdnsadmin/templates/domain.html +++ b/powerdnsadmin/templates/domain.html @@ -74,7 +74,7 @@ {% if record.is_allowed_edit() %} {% else %} - + {% endif %} @@ -243,7 +243,7 @@ // add new row var default_type = records_allow_edit[0] - var nRow = jQuery('#tbl_records').dataTable().fnAddData(['', default_type, 'Active', {{ ttl_options | tojson }}[0][0], '', '', '', '', '0']); + var nRow = jQuery('#tbl_records').dataTable().fnAddData(['', default_type, 'Active', window.ttl_options[0][0], '', '', '', '', '0']); editRow($("#tbl_records").DataTable(), nRow); document.getElementById("edit-row-focus").focus(); nEditing = nRow; diff --git a/powerdnsadmin/templates/domain_setting.html b/powerdnsadmin/templates/domain_setting.html index c09a12b..9312466 100644 --- a/powerdnsadmin/templates/domain_setting.html +++ b/powerdnsadmin/templates/domain_setting.html @@ -113,9 +113,11 @@

-  Allow automatic reverse pointer creation on record updates?{% if - SETTING.get('auto_ptr') %}
Auto-ptr is enabled globally on the PDA - system!{% endif %}

+  Allow automatic reverse pointer creation on record updates? + {% if SETTING.get('auto_ptr') %} +
Auto-ptr is enabled globally on the PDA system! + {% endif %} +

@@ -369,4 +371,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/powerdnsadmin/templates/maintenance.html b/powerdnsadmin/templates/maintenance.html index 16a3c04..a9839e5 100644 --- a/powerdnsadmin/templates/maintenance.html +++ b/powerdnsadmin/templates/maintenance.html @@ -37,7 +37,7 @@

We’ll be back soon!

Sorry for the inconvenience but we’re performing some maintenance at the moment. Please contact the System - Administrator if you need more information, otherwise we’ll be back online shortly!

+ Administrator if you need more information, otherwise we’ll be back online shortly!

— Team

- \ No newline at end of file +