Fossil SCM
HTML changes for custom_ticket.wiki
Commit
27c2c293a3b526e35bf4fd68db357f19a2772abfb92c54ef551a3c19e31dc6e9
Parent
22f59c1af65ce7c…
1 file changed
+8
-6
+8
-6
| --- www/custom_ticket.wiki | ||
| +++ www/custom_ticket.wiki | ||
| @@ -82,16 +82,18 @@ | ||
| 82 | 82 | |
| 83 | 83 | Look for the text "Contact:" (about halfway through). Then insert these lines |
| 84 | 84 | after the closing tr tag and before the "enable_output" line: |
| 85 | 85 | |
| 86 | 86 | <verbatim> |
| 87 | -<td align="right">Assigned to:</td><td bgcolor="#d0d0d0"> | |
| 88 | - $<assigned_to> | |
| 89 | -</td> | |
| 90 | -<td align="right">Opened by:</td><td bgcolor="#d0d0d0"> | |
| 91 | - $<opened_by> | |
| 92 | -</td> | |
| 87 | +<tr> | |
| 88 | + <td align="right">Assigned to:</td><td bgcolor="#d0d0d0"> | |
| 89 | + $<assigned_to> | |
| 90 | + </td> | |
| 91 | + <td align="right">Opened by:</td><td bgcolor="#d0d0d0"> | |
| 92 | + $<opened_by> | |
| 93 | + </td> | |
| 94 | +</tr> | |
| 93 | 95 | </verbatim> |
| 94 | 96 | |
| 95 | 97 | This will add a row which displays these two fields, in the event the user has |
| 96 | 98 | <a href="./caps/ref.html#w">ticket "edit" capability</a>. |
| 97 | 99 | |
| 98 | 100 |
| --- www/custom_ticket.wiki | |
| +++ www/custom_ticket.wiki | |
| @@ -82,16 +82,18 @@ | |
| 82 | |
| 83 | Look for the text "Contact:" (about halfway through). Then insert these lines |
| 84 | after the closing tr tag and before the "enable_output" line: |
| 85 | |
| 86 | <verbatim> |
| 87 | <td align="right">Assigned to:</td><td bgcolor="#d0d0d0"> |
| 88 | $<assigned_to> |
| 89 | </td> |
| 90 | <td align="right">Opened by:</td><td bgcolor="#d0d0d0"> |
| 91 | $<opened_by> |
| 92 | </td> |
| 93 | </verbatim> |
| 94 | |
| 95 | This will add a row which displays these two fields, in the event the user has |
| 96 | <a href="./caps/ref.html#w">ticket "edit" capability</a>. |
| 97 | |
| 98 |
| --- www/custom_ticket.wiki | |
| +++ www/custom_ticket.wiki | |
| @@ -82,16 +82,18 @@ | |
| 82 | |
| 83 | Look for the text "Contact:" (about halfway through). Then insert these lines |
| 84 | after the closing tr tag and before the "enable_output" line: |
| 85 | |
| 86 | <verbatim> |
| 87 | <tr> |
| 88 | <td align="right">Assigned to:</td><td bgcolor="#d0d0d0"> |
| 89 | $<assigned_to> |
| 90 | </td> |
| 91 | <td align="right">Opened by:</td><td bgcolor="#d0d0d0"> |
| 92 | $<opened_by> |
| 93 | </td> |
| 94 | </tr> |
| 95 | </verbatim> |
| 96 | |
| 97 | This will add a row which displays these two fields, in the event the user has |
| 98 | <a href="./caps/ref.html#w">ticket "edit" capability</a>. |
| 99 | |
| 100 |