add size selection radio buttons

svn path=/trunk/; revision=28343
This commit is contained in:
Albert Dengg 2014-04-03 18:38:37 +00:00
parent d24ee2a5f6
commit eb78db4faf
1 changed files with 18 additions and 0 deletions

View File

@ -31,6 +31,15 @@
<input type="file" name="data" />
</td>
</tr>
<tr>
<td>
<input type="radio" name="size" value="77x40" checked="true"/> 77 x 40 mm
</td>
<td>
<input type="radio" name="size" value="85x55"/> 85 x 55 mm
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="Send order" />
@ -65,6 +74,15 @@
<input type="text" name="langs" />
</td>
</tr>
<tr>
<td>
<input type="radio" name="size" value="77x40" checked="true" /> 77 x 40 mm
</td>
<td>
<input type="radio" name="size" value="85x55" /> 85 x 55 mm
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="Send order" />