mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
Added class to textbox for name field on add layer screen.
--HG-- branch : dev
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<fieldset>
|
||||
@Html.LabelFor(layer => layer.Name, T("Name"))
|
||||
@Html.TextBoxFor(layer => layer.Name)
|
||||
@Html.TextBoxFor(layer => layer.Name, new { @class = "text-box single-line" })
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
@@ -13,4 +13,4 @@
|
||||
<fieldset>
|
||||
@Html.LabelFor(layer => layer.LayerRule, T("Layer Rule"))
|
||||
@Html.TextAreaFor(layer => layer.LayerRule)
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user