such as creating a new record can have side-effects that modify the
menus.
-%# $Id: layout.mc,v 1.37 2007-07-16 11:55:57 mike Exp $
+%# $Id: layout.mc,v 1.38 2007-07-17 13:07:57 mike Exp $
<%args>
$debug => undef
$title
bib1_access_point);
</%once>
% $r->content_type("text/html; charset=utf-8");
+% my $text = $m->scomp($component, %ARGS);
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
</td>
<td class="spacer"> </td>
<td valign="top">
-<& $component, %ARGS &>
+% print $text;
</td>
</tr>
</table>