We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c681d3 commit 01d6b4eCopy full SHA for 01d6b4e
2 files changed
interface/web/dns/dns_soa_edit.php
@@ -79,6 +79,16 @@ function onShowNew() {
79
parent::onShowNew();
80
}
81
82
+ function onShowEdit() {
83
+ global $app, $conf;
84
+
85
+ parent::onShowEdit();
86
87
+ if(isset($this->dataRecord)) {
88
+ $app->tform->formDef['title'] = $app->lng('DNS Zone') . ' ' . $this->dataRecord['origin'];
89
+ }
90
91
92
function onShowEnd() {
93
global $app, $conf;
94
interface/web/mail/mail_user_edit.php
@@ -67,6 +67,17 @@ function onShowNew() {
67
68
69
70
71
72
73
74
75
76
+ $app->tform->formDef['title'] = $app->lng('Mailbox') . ' ' . $this->dataRecord['email'];
77
78
0 commit comments