mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
More style tweaks for buttons (input/a)... :|
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042219
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<fieldset>
|
||||
<p><strong>Current layout:</strong>
|
||||
<%=Html.Encode(Model.Revision.TemplateName) %>
|
||||
<%=Html.ActionLink("Change Template", "ChooseTemplate", new { Model.Revision.Page.Id }, new { @class = "linkButton" }) %>
|
||||
<%=Html.ActionLink("Change Template", "ChooseTemplate", new { Model.Revision.Page.Id }, new { @class = "button" }) %>
|
||||
</p>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user