[hg] galaxy 2397: Fix closing label tags in 2 ldda_info_templates.
details: http://www.bx.psu.edu/hg/galaxy/rev/8edceee8c818 changeset: 2397:8edceee8c818 user: Greg Von Kuster <greg@bx.psu.edu> date: Mon May 04 12:20:26 2009 -0400 description: Fix closing label tags in 2 ldda_info_templates. 2 file(s) affected in this change: templates/admin/library/ldda_info.mako templates/library/ldda_info.mako diffs (90 lines): diff -r 6de7eb773877 -r 8edceee8c818 templates/admin/library/ldda_info.mako --- a/templates/admin/library/ldda_info.mako Mon May 04 12:06:11 2009 -0400 +++ b/templates/admin/library/ldda_info.mako Mon May 04 12:20:26 2009 -0400 @@ -63,28 +63,28 @@ <div style="clear: both"></div> </div> <div class="form-row"> - <label>Uploaded by:</lable> + <label>Uploaded by:</label> <div style="float: left; width: 250px; margin-right: 10px;"> ${uploaded_by} </div> <div style="clear: both"></div> </div> <div class="form-row"> - <label>Date uploaded:</lable> + <label>Date uploaded:</label> <div style="float: left; width: 250px; margin-right: 10px;"> ${ldda.create_time.strftime( "%Y-%m-%d" )} </div> <div style="clear: both"></div> </div> <div class="form-row"> - <label>Build:</lable> + <label>Build:</label> <div style="float: left; width: 250px; margin-right: 10px;"> ${ldda.dbkey} </div> <div style="clear: both"></div> </div> <div class="form-row"> - <label>Miscellaneous information:</lable> + <label>Miscellaneous information:</label> <div style="float: left; width: 250px; margin-right: 10px;"> ${ldda.info} </div> @@ -96,7 +96,7 @@ <div class="form-row"> <div id="info${ldda.id}" class="historyItemBody"> %if ldda.peek != "no peek": - <label>Peek:</lable> + <label>Peek:</label> <div><pre id="peek${ldda.id}" class="peek">${ldda.display_peek()}</pre></div> %endif ## Recurse for child datasets diff -r 6de7eb773877 -r 8edceee8c818 templates/library/ldda_info.mako --- a/templates/library/ldda_info.mako Mon May 04 12:06:11 2009 -0400 +++ b/templates/library/ldda_info.mako Mon May 04 12:20:26 2009 -0400 @@ -70,28 +70,28 @@ <div style="clear: both"></div> </div> <div class="form-row"> - <label>Uploaded by:</lable> + <label>Uploaded by:</label> <div style="float: left; width: 250px; margin-right: 10px;"> ${uploaded_by} </div> <div style="clear: both"></div> </div> <div class="form-row"> - <label>Date uploaded:</lable> + <label>Date uploaded:</label> <div style="float: left; width: 250px; margin-right: 10px;"> ${ldda.create_time.strftime( "%Y-%m-%d" )} </div> <div style="clear: both"></div> </div> <div class="form-row"> - <label>Build:</lable> + <label>Build:</label> <div style="float: left; width: 250px; margin-right: 10px;"> ${ldda.dbkey} </div> <div style="clear: both"></div> </div> <div class="form-row"> - <label>Miscellaneous information:</lable> + <label>Miscellaneous information:</label> <div style="float: left; width: 250px; margin-right: 10px;"> ${ldda.info} </div> @@ -103,7 +103,7 @@ <div class="form-row"> <div id="info${ldda.id}" class="historyItemBody"> %if ldda.peek != "no peek": - <label>Peek:</lable> + <label>Peek:</label> <div><pre id="peek${ldda.id}" class="peek">${ldda.display_peek()}</pre></div> %endif ## Recurse for child datasets
participants (1)
-
Nate Coraor