[hg] galaxy 3215: Template for async history selection grid.
details: http://www.bx.psu.edu/hg/galaxy/rev/427d93bf3d39 changeset: 3215:427d93bf3d39 user: jeremy goecks <jeremy.goecks@emory.edu> date: Thu Jan 07 14:52:51 2010 -0500 description: Template for async history selection grid. diffstat: templates/page/select_histories_grid_async.mako | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diffs (13 lines): diff -r d4ee51cd8bc9 -r 427d93bf3d39 templates/page/select_histories_grid_async.mako --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/page/select_histories_grid_async.mako Thu Jan 07 14:52:51 2010 -0500 @@ -0,0 +1,8 @@ +<%namespace file="../grid_base.mako" import="*" /> + +## Always show item checkboxes so that users can select histories. +${render_grid_table_body_contents(show_item_checkboxes=True)} +***** +${num_pages} +***** +${render_grid_message()} \ No newline at end of file
participants (1)
-
Greg Von Kuster