Added primary button to manage menus page.

--HG--
branch : dev
This commit is contained in:
jowall
2010-03-09 14:09:44 -08:00
parent 2a6d05c964
commit 53fbe1fe86

View File

@@ -33,7 +33,7 @@ using (Html.BeginFormAntiForgeryPost()) { %>
} %>
</tbody>
</table>
<fieldset class="actions"><button type="submit"><%=_Encoded("Update All") %></button></fieldset><%
<fieldset class="actions"><button type="submit" class="button primaryAction"><%=_Encoded("Update All") %></button></fieldset><%
}
%>