<& /Elements/Header, Title => $title&> <& /Elements/Tabs &> <& /Search/Elements/NewListActions, actions => \@actions &>
<&|/Widgets/TitleBox, title => loc('Query'), &> <&|/Widgets/TitleBox, title => loc('Format'), &> <& /Elements/Submit, Label => loc("Apply"), Reset => 1, Caption => loc("Apply your changes")&>
<%INIT> my $title = loc("Edit Query"); $Format = $m->comp('/Elements/ScrubHTML', Content => $Format); my $QueryString = $m->comp('/Elements/QueryString', Query => $Query, Format => $Format, RowsPerPage => $Rows, OrderBy => $OrderBy, Order => $Order, ); <%ARGS> $SavedSearchId => 'new' $Query => '' $Format => '' $Rows => '50' $OrderBy => 'Name' $Order => 'ASC' @actions => ()