A little button cleanup

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-11-04 15:13:15 -07:00
parent 74f22d5a91
commit a60ce2141a
40 changed files with 74 additions and 93 deletions

View File

@@ -4,7 +4,7 @@
<fieldset>
<label for="ThemeZipPath">@T("File Path to the zip file:")</label>
<input id="ThemeZipPath" name="ThemeZipPath" type="file" class="text" value="@T("Browse")" size="64" /><br />
<input type="submit" class="button" value="@T("Install")" />
<button class="primaryAction" type="submit">@T("Install")</button>
@Html.AntiForgeryTokenOrchard()
</fieldset>
}