We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ae8aa commit ced6f22Copy full SHA for ced6f22
1 file changed
Views/MainAdmin/SubPlots.cshtml
@@ -111,7 +111,9 @@
111
<tr>
112
<td>Name:</td>
113
<td>
114
- <input type="text" style="height:28px;border-width:2px;" name="Name" id="Name" />
+ @*<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
+
117
</td>
118
<td>Coordinate:</td>
119
@@ -120,7 +122,8 @@
120
122
121
123
<td>Description:</td>
124
- <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>
127
128
<td>Reference Point:</td>
129
0 commit comments