refactoring
This commit is contained in:
parent
0085795902
commit
fafa1a5c5f
21 changed files with 5 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ public class RdvQueryEvent: RdvQueryProviderInfo, IEvent
|
|||
{
|
||||
public RdvQueryEvent()
|
||||
{
|
||||
Topic = "BookQuery";
|
||||
Topic = "RdvQuery";
|
||||
}
|
||||
|
||||
public string Message
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
@foreach (var profile in Model) {
|
||||
<hr/>
|
||||
@Html.DisplayFor(m=>m)
|
||||
@Html.DisplayFor(m=>profile)
|
||||
<form action="~/Command/Create" >
|
||||
<input type="hidden" name="id" value="@profile.PerformerId" />
|
||||
<input type="hidden" name="activityCode" value="@ViewBag.Activity.Code" />
|
||||
|
|
|
|||
6
Yavsc/wwwroot/css/bootstrap.css
vendored
6
Yavsc/wwwroot/css/bootstrap.css
vendored
|
|
@ -5119,9 +5119,9 @@ a.thumbnail.active {
|
|||
color: #2b542c;
|
||||
}
|
||||
.alert-info {
|
||||
color: #31708f;
|
||||
background-color: #d9edf7;
|
||||
border-color: #bce8f1;
|
||||
color: #f4ebc9;
|
||||
background-color: #1d698f;
|
||||
border-color: #0a4563;
|
||||
}
|
||||
.alert-info hr {
|
||||
border-top-color: #a6e1ec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue