View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000756 | CATS.cacert.org | Admin Interface | public | 2009-07-24 18:37 | 2011-07-27 21:20 |
| Reporter | J Steijlen | Assigned To | Ted | ||
| Priority | high | Severity | major | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | production | ||||
| Summary | 0000756: While editing answers to questions of type multiple choice. It's not possible to add answers. | ||||
| Description | While editing answers to questions of type multiple choice. It was not possible to add answers. There were 2 save buttons (Button_11), one of which I would've expected to be a button to add an answer (Button_14). Tried and tested on my system at least Attached patch changes one of the Button_11's to a Button_14 (both text and action) | ||||
| Tags | No tags attached. | ||||
| Attached Files | addAnswer_button_on_multiple_choice.patch (929 bytes)
While editing answers to questions of type multiple choice. It was not possible to add answers.
There were 2 save buttons (Button_11), one of which I would've expected to be a button to add an answer (Button_14).
Tried and tested on my system at least.
Index: CATS/classes/Answer.class.php
===================================================================
--- CATS/classes/Answer.class.php (revision 1641)
+++ CATS/classes/Answer.class.php (working copy)
@@ -273,7 +273,7 @@
}
echo "<tr>";
echo"<td class='leftColumn'></td>";
- echo"<td class='Button_row'><input name='submit' class='Button_rightColumn' type='submit' value='".Button_11."'/> ";
+ echo"<td class='Button_row'><input name='addAnsw' class='Button_rightColumn' type='submit' value='".Button_14."'/> ";
echo"<input type='submit' class='Button' name='minAnsw' value='".Button_15."'/></td>";
echo"</tr>";
echo "<tr>"; | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-07-24 18:37 | J Steijlen | New Issue | |
| 2009-07-24 18:37 | J Steijlen | File Added: addAnswer_button_on_multiple_choice.patch | |
| 2009-07-28 19:50 | Ted | Note Added: 0001464 | |
| 2009-07-28 19:50 | Ted | Assigned To | => Ted |
| 2009-07-28 19:50 | Ted | Priority | normal => high |
| 2009-07-28 19:50 | Ted | Severity | tweak => major |
| 2009-07-28 19:50 | Ted | Status | new => needs work |
| 2009-07-28 21:14 | Ted | Status | needs work => solved? |
| 2009-07-28 21:14 | Ted | Resolution | open => fixed |
| 2011-07-27 21:20 | Ted | Status | solved? => closed |
| 2011-07-27 21:20 | Ted | Fixed in Version | => production |