<table>
  <tr>
    <td valign="top">
%#    <h3><&|/l&>New links</&></h3>

% if ($ShowFind) {
      <&|/l&>Find assets whose</&>
      <br />
      <& /AssetTracker/Elements/SelectAssets &>
      <input type="submit" class="button" name="OnlySearchForAsset" value="<&|/l&>Go!</&>" />
% }

      <& AddLinks, %ARGS &>
    </td>
    <td valign="center">
% if (ref $AssetObj) {
      <& DeleteLinks, Object => $AssetObj &>
% }
    </td>
  </tr>
</table>

<%ARGS>
$AssetField => undef
$AssetOp => undef
$AssetString => undef
$AssetObj => undef
$ShowFind => 1
$SearchOnly => 0
$TicketLinkTypes => 0
</%ARGS>
