Check-in [4b56350ecb]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove redundant "Description & Comments:" label from the ticket viewer.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4b56350ecb2c4d327cc1370c40d49ff67acec548
User & Date: drh 2008-07-24 15:08:13.000
References
2008-11-20
00:36 Fixed ticket [c62fac40af]: Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length plus 1 other change artifact: e3d3a3ce3f user: drh
2008-09-02
14:02 New ticket [c62fac40af]. artifact: 727fdd03f3 user: anonymous
Context
2008-07-25
12:30
Disable the "branch" command pending further discussion and clarification of its purpose and intent. check-in: f6d3d89e76 user: drh tags: trunk
2008-07-24
15:08
Remove redundant "Description & Comments:" label from the ticket viewer. check-in: 4b56350ecb user: drh tags: trunk
15:02
Fix a bug in the check-in comment editor. Ticket [4b40f57449]. check-in: 89de100a2d user: drh tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/tktsetup.c.
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
@ </tr>
@ <tr><td align="right">Version&nbsp;Found&nbsp;In:</td>
@ <td colspan="3" valign="top" bgcolor="#d0d0d0">
@ $<foundin>
@ </td></tr>
@ <tr><td>Description &amp; Comments:</td></tr>
@ <tr><td colspan="4" bgcolor="#d0d0d0">
@ Description And Comments:<br>
@ <span  bgcolor="#d0d0d0"><th1>wiki $comment</th1></span>
@ </td></tr>
@ </table>
;


/*







<







390
391
392
393
394
395
396

397
398
399
400
401
402
403
@ </tr>
@ <tr><td align="right">Version&nbsp;Found&nbsp;In:</td>
@ <td colspan="3" valign="top" bgcolor="#d0d0d0">
@ $<foundin>
@ </td></tr>
@ <tr><td>Description &amp; Comments:</td></tr>
@ <tr><td colspan="4" bgcolor="#d0d0d0">

@ <span  bgcolor="#d0d0d0"><th1>wiki $comment</th1></span>
@ </td></tr>
@ </table>
;


/*