<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16625"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Julain, </DIV>
<DIV>Awhile back you went through and modified the code&nbsp;so that when the "ServiceTitle" in the zendto.conf file was changed, the change appeared on the other web pages.</DIV>
<DIV>&nbsp;</DIV>
<DIV>below is one&nbsp;that you may have overlooked.</DIV>
<DIV>&nbsp;</DIV>
<DIV>--- new_dropoff.tpl.v362&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2010-09-10 18:47:29.000000000 +0100<BR>+++ new_dropoff.tpl&nbsp;&nbsp;&nbsp;&nbsp; 2010-09-10 18:53:50.000000000 +0100<BR>@@ -221,11 +221,11 @@<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;b&gt;PLEASE NOTE&lt;/b&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br&gt;<BR>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Files uploaded to ZendTo are scanned for viruses.&nbsp; But still<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Files uploaded to {#ServiceTitle#} are scanned for viruses.&nbsp; But still<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exercise the same degree of caution as you would with any other file<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; you download.&nbsp; Users are also &lt;b&gt;strongly encouraged&lt;/b&gt; to encrypt<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; any files containing sensitive information (e.g. personal non-public<BR>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information, PNPI) before sending them via ZendTo!&nbsp; See &lt;a<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information, PNPI) before sending them via {#ServiceTitle#}!&nbsp; See &lt;a<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; href="<A href="http://www.udel.edu/pnpi/tools/">http://www.udel.edu/pnpi/tools/</A>" style="color:#C01010;"&gt;this<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; page&lt;/a&gt; for information on encryption.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br&gt;<BR></DIV>
<DIV>This next change is more of an FYI for others that may want to change some of the prompts.</DIV>
<DIV>Some of our internal users where complaining about the "Add Address" button and not fully understanding what the button meant so I change the wording for them from "Add Address" to "Add Additional Recipient".</DIV>
<DIV>&nbsp;</DIV>
<DIV>--- new_dropoff.tpl.v362&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2010-09-10 18:47:29.000000000 +0100<BR>+++ new_dropoff.tpl&nbsp;&nbsp;&nbsp;&nbsp; 2010-09-10 18:53:50.000000000 +0100<BR>@@ -147,7 +147,7 @@<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td colspan="2" align="right"&gt;{call name=button relative=FALSE href="javascript:addRecipient();" text="<FONT color=#ff0000>Add Address</FONT>"}&lt;/td&gt;<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td colspan="2" align="right"&gt;{call name=button relative=FALSE href="javascript:addRecipient();" text="<FONT color=#ff0000>Add Additional Recipient</FONT>"}&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td colspan="2" align="center"&gt;&lt;hr&gt;&lt;/td&gt;<BR></DIV></BODY></HTML>