[freeside-commits] freeside/httemplate/search/elements search.html, 1.27, 1.28

Ivan,,, ivan at wavetail.420.am
Thu Dec 21 22:18:23 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory wavetail:/tmp/cvs-serv23034/httemplate/search/elements

Modified Files:
	search.html 
Log Message:
patch fixing "retry selected" and "remove select" in queue view

Index: search.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/search.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- search.html	20 Dec 2006 09:49:08 -0000	1.27
+++ search.html	22 Dec 2006 06:18:21 -0000	1.28
@@ -13,6 +13,10 @@
 %  # # some HTML callbacks...
 %  # 'menubar'          => '', #menubar arrayref
 %  # 'html_init'        => '', #after the header/menubar and before the pager
+%  # 'html_form'        => '', #after the pager, right before the results
+%  #                           # (only shown if there are results)
+%  #                           # (use this for any form-opening tag rather than
+%  #                           #  html_init, to avoid a nested form)
 %  # 'html_foot'        => '', #at the bottom
 %  # 'html_posttotal'   => '', #at the bottom
 %  #                           # (these three can be strings or coderefs)
@@ -473,6 +477,14 @@
                            'maxrecords' => $maxrecords,
             ) %>
 
+            <% defined($opt{'html_form'}) 
+                 ? ( ref($opt{'html_form'})
+                       ? &{$opt{'html_form'}}()
+                       : $opt{'html_form'}
+                   )
+                 : ''
+            %>
+
             <% include('/elements/table-grid.html') %>
 
               <TR>



More information about the freeside-commits mailing list