* Fixed the Pdf generation under Slackware
* Estimate view developpement
This commit is contained in:
parent
312585d4f0
commit
f695d108fb
27 changed files with 459 additions and 242 deletions
|
|
@ -121,10 +121,19 @@ Avatar </td><td> <img class="avatar" src="/Blogs/Avatar?user=<%=ViewData["User
|
|||
|
||||
<input type="submit"/>
|
||||
<% } %>
|
||||
|
||||
|
||||
</asp:Content>
|
||||
|
||||
|
||||
<asp:Content ID="MASC1" ContentPlaceHolderID="MASContent" runat="server">
|
||||
<% if (Roles.IsUserInRole("Admin")) { %>
|
||||
Admin,
|
||||
Bankable:<%= Model.IsBankable %>, Billable:<%=Model.IsBillable%>
|
||||
<% } %>
|
||||
|
||||
<%= Html.ActionLink("Changer de mot de passe","ChangePassword", "Account")%>
|
||||
|
||||
|
||||
</asp:Content>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue