Hi! In DNS interface, when delete RR from zone, JS confirmation (in attach). But confirmation text 'delete_confirmation' look strange. Found this string in three files (dns_a_list.htm, dns_soa_list.htm, dns_template_list.htm). Check delete SOA and template too, but all normal. May be some happend with templates? OS: Debian Lenny, ISPConfig 3.0.0.9 rc2
Delete_confirmation is the correct string and it must be in the templates. It might be that it is not in the wordbook file of the alnguage and version that you have currently installed.
Currently English language selected. In other places, this template variable replacing correctly. In page source for SOA list (for example): Code: <td class="tbl_col_buttons"> <div class="buttons icons16"> <a class="icons16 icoDelete" href="javascript: del_record('dns/dns_soa_del.php?id=5&phpsessid=a1d8831cb8d90e5b8758d275c197d33d','Do you really want to delete this record?');"> <span>Delete</span> </a> </div> </td> In RR list: Code: <td class="tbl_col_buttons"> <div class="buttons icons16"> <a class="icons16 icoDelete" href="javascript: del_record('dns/dns_rr_del.php?id=20&phpsessid=','delete_confirmation');"> </a> </div> </td> Looks like something don't correctly loaded.