From greg@bx.psu.edu Thu Feb 25 16:12:54 2010 From: Greg Von Kuster To: galaxy-dev@lists.galaxyproject.org Subject: [galaxy-dev] [hg] galaxy 3442: lims: deactivate the enter key in requests pag... Date: Thu, 25 Feb 2010 16:12:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7686981863404873577==" --===============7686981863404873577== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable details: http://www.bx.psu.edu/hg/galaxy/rev/983d70363eeb changeset: 3442:983d70363eeb user: rc date: Thu Feb 25 11:28:14 2010 -0500 description: lims: deactivate the enter key in requests page so that the scanner can be us= ed to enter barcodes for each sample diffstat: templates/admin/requests/show_request.mako | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diffs (29 lines): diff -r 25015efefdd9 -r 983d70363eeb templates/admin/requests/show_request.ma= ko --- a/templates/admin/requests/show_request.mako Wed Feb 24 18:55:30 2010 -05= 00 +++ b/templates/admin/requests/show_request.mako Thu Feb 25 11:28:14 2010 -05= 00 @@ -41,14 +41,23 @@ }); }); + =20 -} - +=20 + =20 %if request.rejected(): ${render_msg( "Reason for rejection: "+request.last_comment(), "warning"= )} --===============7686981863404873577==--