Reorder and reformat "This Record" submenu.
[irspy-moved-to-github.git] / web / htdocs / edit.html
1 %# $Id: edit.html,v 1.3 2006-11-15 17:43:50 mike Exp $
2 <%args>
3 $id => undef
4 </%args>
5 <& /chrome/layout.mc, %ARGS,
6     title => ($r->param("copy") ? "Copy" : defined $id ? "Edit" : "New") .
7         " target record",
8     component => "/details/edit.mc" &>