mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Updated advisory file
--HG-- branch : dev
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user