Ermögliche das Ändern einer Domain aus der Detailansicht des Handles heraus
Bernd Wurst

Bernd Wurst commited on 2018-01-24 10:34:58
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -101,7 +101,7 @@ if (isset($_REQUEST['useas'])) {
101 101
             }
102 102
             $funktion = implode(' und ', $funktion);
103 103
 
104
-            output('<p>Ist <strong>'.$funktion.'</strong> bei der Domain <strong>'.$d->fqdn.'</strong>.</p>');
104
+            output('<p>Ist <strong>'.$funktion.'</strong> bei der Domain <strong>'.$d->fqdn.'</strong>. '.internal_link('../domains/update', icon_edit()." Inhaber dieser Domain ändern", 'id='.$d->id).'</p>');
105 105
         }
106 106
 
107 107
 
108 108