1111111
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user