details: http://www.bx.psu.edu/hg/galaxy/rev/d7a780065c91 changeset: 2656:d7a780065c91 user: James Taylor <james@jamestaylor.org> date: Sat Aug 29 12:08:35 2009 -0400 description: Commenting out tagging fields, queries do not seem to work on test 2 file(s) affected in this change: templates/dataset/edit_attributes.mako templates/root/history.mako diffs (55 lines): diff -r 9a4ce5d39cbb -r d7a780065c91 templates/dataset/edit_attributes.mako --- a/templates/dataset/edit_attributes.mako Sun Aug 23 12:35:00 2009 -0400 +++ b/templates/dataset/edit_attributes.mako Sat Aug 29 12:08:35 2009 -0400 @@ -4,7 +4,7 @@ <%def name="title()">${_('Edit Dataset Attributes')}</%def> <%def name="stylesheets()"> - ${h.css( "base", "history", "autocomplete_tagging" )} + ${h.css( "base", "autocomplete_tagging" )} </%def> <% user, user_roles = trans.get_user_and_roles() %> @@ -84,17 +84,17 @@ </div> <div style="clear: both"></div> </div> - %if trans.get_user() is not None: - <div class="form-row"> - <label> - Tags: - </label> - <div id="dataset-tag-area" - style="float: left; margin-left: 1px; width: 295px; margin-right: 10px; border-style: inset; border-color: #ddd; border-width: 1px"> - </div> - <div style="clear: both"></div> - </div> - %endif + ## %if trans.get_user() is not None: + ## <div class="form-row"> + ## <label> + ## Tags: + ## </label> + ## <div id="dataset-tag-area" + ## style="float: left; margin-left: 1px; width: 295px; margin-right: 10px; border-style: inset; border-color: #ddd; border-width: 1px"> + ## </div> + ## <div style="clear: both"></div> + ## </div> + ## %endif %for name, spec in data.metadata.spec.items(): %if spec.visible: <div class="form-row"> diff -r 9a4ce5d39cbb -r d7a780065c91 templates/root/history.mako --- a/templates/root/history.mako Sun Aug 23 12:35:00 2009 -0400 +++ b/templates/root/history.mako Sat Aug 29 12:08:35 2009 -0400 @@ -377,8 +377,8 @@ <p></p> %endif -<div id="history-tag-area" style="margin-bottom: 1em"> -</div> +## <div id="history-tag-area" style="margin-bottom: 1em"> +## </div> <%namespace file="history_common.mako" import="render_dataset" />