Skip to content

Commit

Permalink
[Requirement #13272] DICOM Server (ImageServer) installer
Browse files Browse the repository at this point in the history
* Fixed typo in resources from previous commit.
* Updated the about page in server.

--HG--
branch : Spock
  • Loading branch information
jasper-yeh committed Mar 27, 2015
1 parent 438399b commit 5857a23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -144,7 +144,7 @@ Low Watermark : {2}%</value>
<value>This device can send Accept Key/Object Presentation States objects to the server</value>
</data>
<data name="DeviceFeatures_AutoRoute" xml:space="preserve">
<value>the server can auto-route images to this device</value>
<value>The server can auto-route images to this device</value>
</data>
<data name="DeviceFeatures_Query" xml:space="preserve">
<value>This device can query the server</value>
Expand Down
8 changes: 1 addition & 7 deletions ImageServer/Web/Application/Pages/Help/About.aspx
Expand Up @@ -86,7 +86,7 @@
<tr><td style="padding-top: 1px;">
<asp:Panel ID="Panel1" runat="server" ScrollBars="Vertical" Height="700" CssClass="AboutPanel" style="padding-top: 5px;">
<pre>
<b>Synaptive Medical</b>
<b><%= ProductInformation.Name%></b>
<%= ProductInformation.License %>
</pre>
<p></p>
Expand Down Expand Up @@ -1073,12 +1073,6 @@ exception statement from your version.
<div style="font-weight: bold; ">Part of the <%=ProductInformation.Product %></div>
<div style="font-weight:bold; font-size:small; color:Red"><%=ServerPlatform.IsManifestVerified ? "" : Resources.SR.NonStandardInstallation%></div>

<p><b>Synaptive Medical</b><br />
MaRS Discovery District<br />
101 College Street, Suite 200<br />
Toronto, ON M5G 1L7<br />
Canada
</p>
<p>
<span style="color: #999999; font-size: 12px; font-weight: bold;"><%=ProductInformation.Copyright%></span><br />
</p>
Expand Down

0 comments on commit 5857a23

Please sign in to comment.