galaxy-dist commit 7cc69601ca2d: minor ui fixes in sample tracking
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User rc # Date 1289916735 18000 # Node ID 7cc69601ca2da9b6d21f980585b59d73c0133cba # Parent def13f052a4a22c46ec5be6481ad874ceb734799 minor ui fixes in sample tracking --- a/templates/admin/requests/reject.mako +++ b/templates/admin/requests/reject.mako @@ -4,8 +4,8 @@ %if message: ${render_msg( message, status )} %endif - -<h2>Reject Sequencing Request "${request.name}"</h2> +<br/><br/> +##<h2>Reject Sequencing Request "${request.name}"</h2><ul class="manage-table-actions"><li><a class="action-button" href="${h.url_for( controller='requests_common', action='view_request_history', cntrller=cntrller, id=trans.security.encode_id(request.id) )}">View history</a> @@ -16,7 +16,7 @@ </ul><div class="toolForm"> - <div class="toolFormTitle">Reject request</div> + <div class="toolFormTitle">Reject sequencing request "${request.name}"</div><form name="event" action="${h.url_for( controller='requests_admin', action='reject_request', id=trans.security.encode_id( request.id ) )}" method="post" ><div class="form-row"> Rejecting this request will move the request state to <b>Rejected</b>. --- a/templates/requests/common/view_request.mako +++ b/templates/requests/common/view_request.mako @@ -58,9 +58,9 @@ %endif %if request.samples_without_library_destinations: - <br/> - <font color="red"><b><i>Select a target data library and folder for all samples before starting the sequence run</i></b></font> - <br/> + <p> + <font color="red"><b><i>Select a target data library and folder for a sample before selecting its datasets to transfer from the sequencer</i></b></font> + </p> %endif %if message: --- a/templates/requests/common/edit_samples.mako +++ b/templates/requests/common/edit_samples.mako @@ -67,9 +67,9 @@ </ul> %if request.samples_without_library_destinations: - <br/> - <font color="red"><b><i>Select a target data library and folder for all samples before starting the sequence run</i></b></font> - <br/> + <p> + <font color="red"><b><i>Select a target data library and folder for a sample before selecting its datasets to transfer from the sequencer</i></b></font> + </p> %endif %if request.is_rejected: --- a/templates/requests/common/view_request_history.mako +++ b/templates/requests/common/view_request_history.mako @@ -34,7 +34,7 @@ ${render_msg( message, status )} %endif -<h2>History of sequencing request "${request.name}"</h2> +<h3>History of sequencing request "${request.name}"</h3><div class="toolForm"><table class="grid">
participants (1)
-
commits-noreply@bitbucket.org