* BBCodeHelper.cs: usage of the "hidden" css class
to block/unblock "show/hide" buttons * App.master: Javascript to block/unblock "show/hide" buttons * style.css: the hidden css class * Estimate.aspx: jQuery moved to the default master page
This commit is contained in:
parent
721b11eba3
commit
c77018c616
4 changed files with 17 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<%@ Page Title="Devis" Language="C#" Inherits="System.Web.Mvc.ViewPage<Estimate>" MasterPageFile="~/Models/App.master" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="head" ID="head1" runat="server" >
|
||||
<script type="text/javascript" src="<%=Url.Content("~/Scripts/jquery-2.1.3.js")%>"></script>
|
||||
<script type="text/javascript" src="<%=Url.Content("~/Scripts/jquery.tablesorter.js")%>"></script>
|
||||
<script type="text/javascript" src="<%=Url.Content("~/Scripts/jquery.validate.js")%>"></script>
|
||||
<link rel="stylesheet" href="<%=Url.Content("~/Theme/dark/style.css")%>" type="text/css" media="print, projection, screen" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue