This commit is contained in:
zel
2025-02-11 16:43:26 +08:00
parent 20ac0b5069
commit d7310a2394
9 changed files with 40 additions and 36 deletions

View File

@@ -5,9 +5,9 @@
var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null.");
}
<h3>Site Menu Item</h3>
<h3>新增链接</h3>
<p>Global configuration for the site menu item.</p>
<p><br /> </p>
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
{
@@ -47,7 +47,7 @@
</div>
<div class="form-group row mb-1">
<div class="col-sm-10 offset-sm-2">
<button type="submit" class="btn btn-primary rounded-0">Save!</button>
<button type="submit" class="btn btn-primary rounded-0">保存!</button>
</div>
</div>
</div>
@@ -56,5 +56,5 @@
<br />
<form action="@GlobalConfiguration.BasePath/Admin/DeleteMenuItem/@Model.Id">
<button type="submit" class="btn btn-danger rounded-0">Delete Menu Item</button>
<button type="submit" class="btn btn-danger rounded-0">删除</button>
</form>