From 8ebc997fbe589f661384aeb37f0eb2861bca66b6 Mon Sep 17 00:00:00 2001
From: Robert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Date: Mon, 4 Oct 2010 08:23:03 -0400
Subject: [PATCH] fix uo my account. Remove default width setting for images in
 HTML.

---
 1.6/opac/myaccount.xml                                  | 15 ++++-----------
 stylesheets/evergreen_docbook_files/evergreen_xhtml.xsl |  2 +-
 2 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/1.6/opac/myaccount.xml b/1.6/opac/myaccount.xml
index 67843462fe..c964f27d92 100644
--- a/1.6/opac/myaccount.xml
+++ b/1.6/opac/myaccount.xml
@@ -108,20 +108,13 @@
 						<para>Fill in the <guilabel>Barcode</guilabel> and <guilabel>User name</guilabel> text boxes.</para>
 					</step>
 					<step>
-						<para>A message should appear similar to this:</para>
-						 <para>
-							<mediaobject>
-								<imageobject>
-									<imagedata width="100%" scalefit="1" fileref="../media/passwordresetmessage.png"/>
-								</imageobject>
-							</mediaobject>
-						</para>
-
+						<para>A pop up message should appear indicating that your request has been processed and that you will recieve an email with further instructions.</para>
 					</step>
 					<step>
 						<para>An email will be sent to the email addressed you have registered with your Evergreen library. You should click on the link included in the email 
-						to open the password reset page.</para>
-						<note><para>You will need to have an email account set up in Evergreen for this to work. Processing time may vary.</para></note>
+						to open the password reset page. Processing time may vary.</para>
+						<note><para>You will need to have a valid email account set up in Evergreen for you to reset your password. Otherwise, you will need to 
+						contact your library to have your password reset by library staff.</para></note>
 					</step>
 						<step>
 						<para>At the reset email page you should enter the new password in the <guilabel>New password</guilabel> field and re-enter it in the 
diff --git a/stylesheets/evergreen_docbook_files/evergreen_xhtml.xsl b/stylesheets/evergreen_docbook_files/evergreen_xhtml.xsl
index 040489cec9..a605193fe4 100755
--- a/stylesheets/evergreen_docbook_files/evergreen_xhtml.xsl
+++ b/stylesheets/evergreen_docbook_files/evergreen_xhtml.xsl
@@ -6,7 +6,7 @@
 <xsl:import href="evergreen_xhtml_graphics.xsl"/> 
 
 <xsl:param name="img.src.path" select="''"/>
-<xsl:param name="default.image.width" select="'900px'"/>
+<!--<xsl:param name="default.image.width" select="'900px'"/>-->
 <xsl:param name="keep.relative.image.uris" select="0"/>
 <xsl:param name="use.role.for.media.object" select="1"/>
 <xsl:param name="html.stylesheet" select="'../evergreen_doc.css'"/>
-- 
2.11.0