%#--- Arguments ---#
<%args>
$widget
$object
$disp_field
$use_form_tag
%args>
%#--- Initialization ---#
<%init>
my $agent = $m->comp("/widgets/util/detectAgent.mc");
my $spacerRow = ($agent->{browser} eq "Internet Explorer") ? '' : "";
%init>
% if ($use_form_tag) {