much easier to understand listing of credits/payments that get split up, closes:...
[freeside.git] / httemplate / search / sql.html
1 <%= include( '/elements/header.html', 'Query Results',
2                include( '/elements/menubar.html', 'Main Menu' => $p )
3     )
4 %>
5
6 <%= include( 'elements/search.html',
7                'name'  => 'rows',
8                'query' => 'SELECT '. ( $cgi->param('sql')
9                                        || eidiot('Empty query') ),
10     )
11 %>
12