Changes between Version 31 and Version 32 of Users_
- Timestamp:
- 2017-05-15T12:35:08+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users_
v31 v32 71 71 72 72 {{{#!html 73 <form action="/nemo/newticket?type=type&version=branch " method="get">73 <form action="/nemo/newticket?type=type&version=branch&priority=priority" method="get"> 74 74 <p> 75 75 Please open a ticket 76 76 </p> 77 <table> 78 <th style="width: 5em;">Type</th> 79 <td><input type="radio" name="type" value="Bug" checked> Bug</td> 80 <td><input type="radio" name="type" value="Enhancement"> Enhancement</td> 81 <td><input type="radio" name="type" value="Defect"> Defect</td> 82 </table> 83 <table> 84 <th style="width: 5em;">Branch</th> 85 <td><input type="radio" name="branch" value="nemo_v3_6_STABLE" checked> 3.6</td> 86 <td><input type="radio" name="branch" value="trunk"> trunk</td> 87 </table> 88 <table> 89 <th style="width: 5em;">Priority</th> 90 <td><input type="radio" name="priority" value="trivial"> trivial</td> 91 <td><input type="radio" name="priority" value="minor" checked> minor</td> 92 <td><input type="radio" name="priority" value="major"> major</td> 93 <td><input type="radio" name="priority" value="critical"> critical</td> 94 <td><input type="radio" name="priority" value="blocker"> blocker</td> 95 </table> 77 96 <p> 78 Type: 79 <input type="radio" name="type" value="Bug" checked> Bug 80 <input type="radio" name="type" value="Enhancement"> Enhancement 81 <input type="radio" name="type" value="Defect"> Defect 82 <br /> 83 Branch: 84 <input type="radio" name="branch" value="nemo_v3_6_STABLE" checked> 3.6 85 <input type="radio" name="branch" value="trunk"> trunk 97 <input type="submit" value="Create a new ticket"/> 86 98 </p> 87 <input type="submit" value="Create a new ticket"/>88 99 </form> 89 100 }}}