97 remaining
This commit is contained in:
parent
3eae4fb512
commit
49ca652549
43 changed files with 103 additions and 168 deletions
|
|
@ -1,8 +1,8 @@
|
|||
@model Instrumentation
|
||||
@{
|
||||
|
||||
ViewBag.SettingLabel = SR["Yavsc.Models.Musical.Profiles.Instrumentation"];
|
||||
ViewData["Title"] = SR[ViewBag.SettingLabel] + "[" +SR["Edit"] + "]" ;
|
||||
ViewBag.SettingLabel = "Yavsc.Models.Musical.Profiles.Instrumentation";
|
||||
ViewData["Title"] = ViewBag.SettingLabel + "[" +"Edit" + "]" ;
|
||||
}
|
||||
<h2>Edit</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue