[vhffs-dev] [1947] Fixed bug which prevented A records modification/deletion |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1947
Author: beuss
Date: 2012-01-26 14:01:54 +0100 (Thu, 26 Jan 2012)
Log Message:
-----------
Fixed bug which prevented A records modification/deletion
Modified Paths:
--------------
trunk/vhffs-panel/templates/dns/prefs.tt
Modified: trunk/vhffs-panel/templates/dns/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/dns/prefs.tt 2012-01-26 13:01:43 UTC (rev 1946)
+++ trunk/vhffs-panel/templates/dns/prefs.tt 2012-01-26 13:01:54 UTC (rev 1947)
@@ -10,6 +10,7 @@
[% FOREACH a IN sorted_a %]
<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
+[% USE dumper %]
<label for="data_[% a.id %]">[% (a.name == '@' ? dns.get_domain : a.name) | html %]-></label>
<input type="text" name="data" id="data_[% a.id %]" value="[% a.data | html %]" />
<input type="hidden" name="name" value="[% dns.get_domain | html %]" />