mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#5420: Added stub CSS files for various activities to prevent 404 errors.
This commit is contained in:
@@ -104,6 +104,9 @@
|
||||
<Content Include="Styles\menu.dynamicforms-admin.css" />
|
||||
<Content Include="Styles\menu.dynamicforms-admin.min.css" />
|
||||
<Content Include="Styles\menu.dynamicforms.png" />
|
||||
<Content Include="Styles\workflows-activity-dynamic-form-validating.css" />
|
||||
<Content Include="Styles\workflows-activity-dynamic-form-submitted.css" />
|
||||
<Content Include="Styles\workflows-activity-add-model-error.css" />
|
||||
<Content Include="Web.config" />
|
||||
<Content Include="Scripts\Web.config" />
|
||||
<Content Include="Styles\Web.config" />
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -25,6 +25,7 @@
|
||||
<IISExpressAnonymousAuthentication />
|
||||
<IISExpressWindowsAuthentication />
|
||||
<IISExpressUseClassicPipelineMode />
|
||||
<UseGlobalApplicationHostFile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -116,6 +117,21 @@
|
||||
<Content Include="Module.txt" />
|
||||
<Content Include="Styles\images\menu.users.png" />
|
||||
<Content Include="Styles\menu.users-admin.css" />
|
||||
<Content Include="Styles\workflows-activity-verify-user-unicity.css" />
|
||||
<Content Include="Styles\workflows-activity-user-logged-in.css" />
|
||||
<Content Include="Styles\workflows-activity-user-sent-challenge-email.css" />
|
||||
<Content Include="Styles\workflows-activity-user-logged-out.css" />
|
||||
<Content Include="Styles\workflows-activity-user-logging-in.css" />
|
||||
<Content Include="Styles\workflows-activity-user-is-approved.css" />
|
||||
<Content Include="Styles\workflows-activity-user-access-denied.css" />
|
||||
<Content Include="Styles\workflows-activity-user-creating.css" />
|
||||
<Content Include="Styles\workflows-activity-user-confirmed-email.css" />
|
||||
<Content Include="Styles\workflows-activity-user-created.css" />
|
||||
<Content Include="Styles\workflows-activity-user-changed-password.css" />
|
||||
<Content Include="Styles\workflows-activity-user-approved.css" />
|
||||
<Content Include="Styles\workflows-activity-sign-in-user.css" />
|
||||
<Content Include="Styles\workflows-activity-create-user.css" />
|
||||
<Content Include="Styles\workflows-activity-approve-user.css" />
|
||||
<Content Include="Views\Account\ChangePassword.cshtml" />
|
||||
<Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
|
||||
<Content Include="Views\Account\AccessDenied.cshtml" />
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -0,0 +1 @@
|
||||
|
@@ -78,6 +78,7 @@
|
||||
<Content Include="Scripts\jquery.jsPlumb-1.4.1-all-min.js" />
|
||||
<Content Include="Scripts\orchard-workflows-serialize.js" />
|
||||
<Content Include="Scripts\orchard-workflows.js" />
|
||||
<Content Include="Styles\workflows-activity-logging.css" />
|
||||
<Content Include="Styles\workflows-activity-trigger.css" />
|
||||
<Content Include="Styles\workflows-activity-signal.css" />
|
||||
<Content Include="Styles\workflows-activity-web-request.css" />
|
||||
|
@@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user