chat cx have a user name
This commit is contained in:
parent
6eb8a547bd
commit
2f995437b6
17 changed files with 306 additions and 275 deletions
|
|
@ -51,8 +51,7 @@
|
|||
@if (ViewData ["Notify"] != null) {
|
||||
foreach (Notification n in ViewData ["Notify"] as IEnumerable<Notification>) {
|
||||
<div class="alert alert-info alert-dismissable">
|
||||
<h1>@n.title</h1><em></em>
|
||||
@n.body
|
||||
<h1>@n.title</h1>@n.body
|
||||
<a class="close" data-dismiss="alert" aria-label="close" onclick="notifClick(@n.Id)">@((n.click_action==null)?SR["Fermer"]:SR[n.click_action])</a>
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue