summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/phone_device.html2
-rw-r--r--httemplate/edit/process/phone_device.html4
2 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/phone_device.html b/httemplate/edit/phone_device.html
index c42e714e2..4aec63e5a 100644
--- a/httemplate/edit/phone_device.html
+++ b/httemplate/edit/phone_device.html
@@ -95,6 +95,8 @@ $js .= "\");
}
}
+
+ devicepart_changed(document.getElementById('devicepart'));
</SCRIPT>";
$js;
diff --git a/httemplate/edit/process/phone_device.html b/httemplate/edit/process/phone_device.html
index df9d5e793..689a65ede 100644
--- a/httemplate/edit/process/phone_device.html
+++ b/httemplate/edit/process/phone_device.html
@@ -10,6 +10,10 @@
%>
<%init>
+if($cgi->param('sel_mac_addr') && !$cgi->param('mac_addr')) {
+ $cgi->param('mac_addr',$cgi->param('sel_mac_addr'));
+}
+
# :/ needs agent-virt so you can't futz with arbitrary devices
die "access denied"