Index: section_browse.msn =================================================================== --- section_browse.msn (revision 394) +++ section_browse.msn (revision 395) @@ -132,7 +132,7 @@ % % } else { % -<% $name | h %> \ +<% $name | h %>\ % % } % @@ -187,11 +187,11 @@ % if ( $document->$attr ) { % $doc = $keeper->get_document_by_id( $document->$attr, %opts ); % } - - + + old-value="<% (ref $doc ? $doc->name : '') |h %>" onfocus="" onblur=""> % } elsif ($col->{type} eq 'lookup') { % my %opts = %{ $col->{lookup_opts} }; % delete $opts{search_by} if exists $opts{search_by};