Skip to content

Commit ced6f22

Browse files
Add & Update SubPlot: name and description as textarea #50
1 parent 08ae8aa commit ced6f22

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Views/MainAdmin/SubPlots.cshtml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@
111111
<tr>
112112
<td>Name:</td>
113113
<td>
114-
<input type="text" style="height:28px;border-width:2px;" name="Name" id="Name" />
114+
@*<input type="text" style="height:28px;border-width:2px;" name="Name" id="Name" />*@
115+
<textarea rows="1" cols="20" name="Name" id="Name"></textarea>
116+
115117
</td>
116118
<td>Coordinate:</td>
117119
<td>
@@ -120,7 +122,8 @@
120122
</td>
121123
<td>Description:</td>
122124
<td>
123-
<input type="text" style="height:28px;border-width:2px;" name="Description" id="Description" />
125+
@*<input type="text" style="height:28px;border-width:2px;" name="Description" id="Description" />*@
126+
<textarea rows="2" cols="20" name="Description" id="Description"></textarea>
124127
</td>
125128
<td>Reference Point:</td>
126129
<td>

0 commit comments

Comments
 (0)