Updated advisory file

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-19 17:48:12 -07:00
parent a84690c256
commit 0bd0853ff7
4 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
@model dynamic
@using Orchard.Utility.Extensions;
<script type="text/javascript">
// Resize iframe to full height
@@ -11,7 +12,7 @@
}
</script>
<iframe id="advisory" src="http://www.orchardproject.net/advisory" frameborder="0" height="0" width="100%" >
<iframe id="advisory" src="http://www.orchardproject.net/advisory?url=@Server.UrlEncode(Url.AbsoluteAction("Index", "Helper", new { area = "Dashboard" }))" frameborder="0" height="0" width="100%" >
<p>Your browser does not support iframes.</p>
</iframe>

View File

@@ -121,7 +121,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Advisory.html" />
<Content Include="Default.aspx" />
<Content Include="Global.asax" />
<Content Include="Refresh.html" />