mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing type in Search Tab settings
--HG-- branch : 1.x
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<fieldset>
|
||||
<div>
|
||||
@Html.CheckBoxFor(m => m.ShowSearchTab) <label for="@Html.FieldIdFor(m => m.ShowSearchTab)" class="forcheckbox">@T("Show Content tab")</label>
|
||||
@Html.CheckBoxFor(m => m.ShowSearchTab) <label for="@Html.FieldIdFor(m => m.ShowSearchTab)" class="forcheckbox">@T("Show Search tab")</label>
|
||||
<span class="hint">@T("Uncheck to hide the Search tab from the picker window.")</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user