Add Photosynthesis Type
This commit is contained in:
@@ -48,6 +48,16 @@
|
||||
</dl>
|
||||
@Html.HiddenFor(m => m.SiteId)
|
||||
|
||||
<dl class="dl-horizontal siteId">
|
||||
<dt class="small">
|
||||
@Html.DisplayNameFor(m => m.PhotosynthesisType)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayTextFor(m => m.PhotosynthesisType.SelectedItem.Text)
|
||||
</dd>
|
||||
</dl>
|
||||
<input type="hidden" name="PhotosynthesisType.Selected" value="@Model.PhotosynthesisType.Selected" />
|
||||
|
||||
<dl class="dl-horizontal files">
|
||||
<dt>
|
||||
Files
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
@Html.EditorFor(m => m.EmailConfirm)
|
||||
@Html.EditorFor(m => m.Identifier)
|
||||
@Html.EditorFor(m => m.SiteId)
|
||||
@Html.EditorFor(m => m.PhotosynthesisType)
|
||||
<input type="submit" id="submit-form" class="hidden" />
|
||||
}
|
||||
<!-- The file upload form used as target for the file upload widget -->
|
||||
|
||||
Reference in New Issue
Block a user