mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
fix css issue
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Layout.Title = T("Edit Tenant").ToString();
|
Layout.Title = T("Edit Tenant").ToString();
|
||||||
|
|
||||||
Script.Require("jQuery").AtFoot();
|
Script.Require("jQuery").AtFoot();
|
||||||
Script.Include(Url.Content("~/Themes/TheAdmin/Scripts/admin.js")).AtFoot();
|
Script.Include(Url.Content("~/Themes/TheAdmin/Scripts/admin.js")).AtFoot();
|
||||||
Script.Include("multi-tenancy.admin.js").AtFoot();
|
Script.Include("multi-tenancy.admin.js").AtFoot();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>@T("Database Setup")</legend>
|
<legend>@T("Database Setup")</legend>
|
||||||
@if (Model.State != TenantState.Uninitialized) {
|
@if (Model.State != TenantState.Uninitialized) {
|
||||||
<div class="warning message">@T("Warning: If you don't know what you're doing you *will* (likely) send this tenant into a downward spiral of irrecoverable disrepair. Have a nice day.")</div>
|
<div class="message message-Warning">@T("Warning: If you don't know what you're doing you *will* (likely) send this tenant into a downward spiral of irrecoverable disrepair. Have a nice day.")</div>
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
<div>
|
<div>
|
||||||
@@ -56,8 +56,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="available-extensions">
|
<fieldset class="available-extensions">
|
||||||
<label for="@Html.FieldIdFor(m => m.Themes)">@T("Available Themes")</label>
|
<label for="@Html.FieldIdFor(m => m.Themes)">@T("Available Themes")</label>
|
||||||
<div>
|
<div>
|
||||||
<span class="hint">@T("Select the Themes which should be available for this tenant. If none is selected, they will all be available.")</span>
|
<span class="hint">@T("Select the Themes which should be available for this tenant. If none is selected, they will all be available.")</span>
|
||||||
|
|
||||||
@@ -83,8 +83,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="available-extensions">
|
<fieldset class="available-extensions">
|
||||||
<label for="@Html.FieldIdFor(m => m.Modules)">@T("Available Modules")</label>
|
<label for="@Html.FieldIdFor(m => m.Modules)">@T("Available Modules")</label>
|
||||||
<div>
|
<div>
|
||||||
<span class="hint">@T("Select the Modules which should be available for this tenant. If none is selected, they will all be available.")</span>
|
<span class="hint">@T("Select the Modules which should be available for this tenant. If none is selected, they will all be available.")</span>
|
||||||
|
|
||||||
@@ -112,4 +112,4 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<button class="primaryAction" type="submit">@T("Save")</button>
|
<button class="primaryAction" type="submit">@T("Save")</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user