Country now chosen from a dropdown.
[irspy-moved-to-github.git] / web / htdocs / edit.html
index 7f9ebc6..722b5ab 100644 (file)
@@ -1,3 +1,8 @@
-%# $Id: edit.html,v 1.1 2006-10-20 16:57:40 mike Exp $
-<& /chrome/layout.mc, %ARGS, title => "Edit target record",
+%# $Id: edit.html,v 1.5 2006-11-29 16:05:26 mike Exp $
+<%args>
+$op
+$id => undef
+</%args>
+<& /chrome/layout.mc, %ARGS,
+    title => ucfirst($op) . " target record",
     component => "/details/edit.mc" &>