Add missing view tempplates for zone add/edit. Fixes #2986
This commit is contained in:
parent
05107bb2f7
commit
2cfa5fde98
|
@ -0,0 +1,2 @@
|
||||||
|
echo json_encode($message);
|
||||||
|
echo json_encode($zone);
|
|
@ -0,0 +1,2 @@
|
||||||
|
echo json_encode($message);
|
||||||
|
echo json_encode($zone);
|
|
@ -0,0 +1,2 @@
|
||||||
|
$xml = Xml::fromArray(array('response'=>$message, 'zone'=>$zone));
|
||||||
|
echo $xml->asXML();
|
|
@ -0,0 +1,2 @@
|
||||||
|
$xml = Xml::fromArray(array('response' => $message, 'zone'=>$zone));
|
||||||
|
echo $xml->asXML();
|
Loading…
Reference in New Issue