| | @@ -250,46 +250,46 @@ |
| 250 | 250 | @ if {[info exists submit]} { |
| 251 | 251 | @ set status Open |
| 252 | 252 | @ submit_ticket |
| 253 | 253 | @ } |
| 254 | 254 | @ </th1> |
| 255 | | -@ <h1 align="center">Enter A New Ticket</h1> |
| 255 | +@ <h1 style="text-align: center;">Enter A New Ticket</h1> |
| 256 | 256 | @ <table cellpadding="5"> |
| 257 | 257 | @ <tr> |
| 258 | 258 | @ <td colspan="2"> |
| 259 | 259 | @ Enter a one-line summary of the ticket:<br /> |
| 260 | | -@ <input type="text" name="title" size="60" value="$<title>"> |
| 260 | +@ <input type="text" name="title" size="60" value="$<title>" /> |
| 261 | 261 | @ </td> |
| 262 | 262 | @ </tr> |
| 263 | 263 | @ |
| 264 | 264 | @ <tr> |
| 265 | | -@ <td align="right">Type: |
| 265 | +@ <td style="text-align: center;">Type: |
| 266 | 266 | @ <th1>combobox type $type_choices 1</th1> |
| 267 | 267 | @ </td> |
| 268 | 268 | @ <td>What type of ticket is this?</td> |
| 269 | 269 | @ </tr> |
| 270 | 270 | @ |
| 271 | 271 | @ <tr> |
| 272 | | -@ <td align="right">Version: |
| 273 | | -@ <input type="text" name="foundin" size="20" value="$<foundin>"> |
| 272 | +@ <td style="text-align: center;">Version: |
| 273 | +@ <input type="text" name="foundin" size="20" value="$<foundin>" /> |
| 274 | 274 | @ </td> |
| 275 | 275 | @ <td>In what version or build number do you observe the problem?</td> |
| 276 | 276 | @ </tr> |
| 277 | 277 | @ |
| 278 | 278 | @ <tr> |
| 279 | | -@ <td align="right">Severity: |
| 279 | +@ <td style="text-align: center;">Severity: |
| 280 | 280 | @ <th1>combobox severity $severity_choices 1</th1> |
| 281 | 281 | @ </td> |
| 282 | 282 | @ <td>How debilitating is the problem? How badly does the problem |
| 283 | 283 | @ affect the operation of the product?</td> |
| 284 | 284 | @ </tr> |
| 285 | 285 | @ |
| 286 | 286 | @ <tr> |
| 287 | | -@ <td align="right">EMail: |
| 288 | | -@ <input type="text" name="private_contact" value="$<private_contact>" size="30"> |
| 287 | +@ <td style="text-align: center;">EMail: |
| 288 | +@ <input type="text" name="private_contact" value="$<private_contact>" size="30" /> |
| 289 | 289 | @ </td> |
| 290 | | -@ <td><u>Not publicly visible</u>. Used by developers to contact you with |
| 290 | +@ <td><span style="text-decoration: underline;">Not publicly visible</span>. Used by developers to contact you with |
| 291 | 291 | @ questions.</td> |
| 292 | 292 | @ </tr> |
| 293 | 293 | @ |
| 294 | 294 | @ <tr> |
| 295 | 295 | @ <td colspan="2"> |
| | @@ -299,11 +299,11 @@ |
| 299 | 299 | @ possible. |
| 300 | 300 | @ <br /> |
| 301 | 301 | @ <th1>set nline [linecount $comment 50 10]</th1> |
| 302 | 302 | @ <textarea name="comment" cols="80" rows="$nline" |
| 303 | 303 | @ wrap="virtual" class="wikiedit">$<comment></textarea><br /> |
| 304 | | -@ <input type="submit" name="preview" value="Preview"> |
| 304 | +@ <input type="submit" name="preview" value="Preview" /></td> |
| 305 | 305 | @ </tr> |
| 306 | 306 | @ |
| 307 | 307 | @ <th1>enable_output [info exists preview]</th1> |
| 308 | 308 | @ <tr><td colspan="2"> |
| 309 | 309 | @ Description Preview:<br /><hr /> |
| | @@ -311,19 +311,19 @@ |
| 311 | 311 | @ <hr /> |
| 312 | 312 | @ </td></tr> |
| 313 | 313 | @ <th1>enable_output 1</th1> |
| 314 | 314 | @ |
| 315 | 315 | @ <tr> |
| 316 | | -@ <td align="right"> |
| 317 | | -@ <input type="submit" name="submit" value="Submit"> |
| 316 | +@ <td style="text-align: center;"> |
| 317 | +@ <input type="submit" name="submit" value="Submit" /> |
| 318 | 318 | @ </td> |
| 319 | 319 | @ <td>After filling in the information above, press this button to create |
| 320 | 320 | @ the new ticket</td> |
| 321 | 321 | @ </tr> |
| 322 | 322 | @ <tr> |
| 323 | | -@ <td align="right"> |
| 324 | | -@ <input type="submit" name="cancel" value="Cancel"> |
| 323 | +@ <td style="text-align: center;"> |
| 324 | +@ <input type="submit" name="cancel" value="Cancel" /> |
| 325 | 325 | @ </td> |
| 326 | 326 | @ <td>Abandon and forget this ticket</td> |
| 327 | 327 | @ </tr> |
| 328 | 328 | @ </table> |
| 329 | 329 | ; |
| | @@ -353,51 +353,51 @@ |
| 353 | 353 | ); |
| 354 | 354 | } |
| 355 | 355 | |
| 356 | 356 | static const char zDefaultView[] = |
| 357 | 357 | @ <table cellpadding="5"> |
| 358 | | -@ <tr><td align="right">Ticket UUID:</td><td style="background-color: #d0d0d0;" colspan="3"> |
| 358 | +@ <tr><td class="tktDspLabel">Ticket UUID:</td><td class="tktDspValue" colspan="3"> |
| 359 | 359 | @ $<tkt_uuid> |
| 360 | 360 | @ </td></tr> |
| 361 | | -@ <tr><td align="right">Title:</td> |
| 362 | | -@ <td bgcolor="#d0d0d0" colspan="3" valign="top"> |
| 361 | +@ <tr><td class="tktDspLabel">Title:</td> |
| 362 | +@ <td class="tktDspValue" colspan="3"> |
| 363 | 363 | @ <th1>wiki $title</th1> |
| 364 | 364 | @ </td></tr> |
| 365 | | -@ <tr><td align="right">Status:</td><td bgcolor="#d0d0d0"> |
| 365 | +@ <tr><td class="tktDspLabel">Status:</td><td class="tktDspValue"> |
| 366 | 366 | @ $<status> |
| 367 | 367 | @ </td> |
| 368 | | -@ <td align="right">Type:</td><td bgcolor="#d0d0d0"> |
| 368 | +@ <td class="tktDspLabel">Type:</td><td class="tktDspValue"> |
| 369 | 369 | @ $<type> |
| 370 | 370 | @ </td></tr> |
| 371 | | -@ <tr><td align="right">Severity:</td><td bgcolor="#d0d0d0"> |
| 371 | +@ <tr><td class="tktDspLabel">Severity:</td><td class="tktDspValue"> |
| 372 | 372 | @ $<severity> |
| 373 | 373 | @ </td> |
| 374 | | -@ <td align="right">Priority:</td><td bgcolor="#d0d0d0"> |
| 374 | +@ <td class="tktDspLabel">Priority:</td><td class="tktDspValue"> |
| 375 | 375 | @ $<priority> |
| 376 | 376 | @ </td></tr> |
| 377 | | -@ <tr><td align="right">Subsystem:</td><td bgcolor="#d0d0d0"> |
| 377 | +@ <tr><td class="tktDspLabel">Subsystem:</td><td class="tktDspValue"> |
| 378 | 378 | @ $<subsystem> |
| 379 | 379 | @ </td> |
| 380 | | -@ <td align="right">Resolution:</td><td bgcolor="#d0d0d0"> |
| 380 | +@ <td class="tktDspLabel">Resolution:</td><td class="tktDspValue"> |
| 381 | 381 | @ $<resolution> |
| 382 | 382 | @ </td></tr> |
| 383 | | -@ <tr><td align="right">Last Modified:</td><td bgcolor="#d0d0d0"> |
| 383 | +@ <tr><td class="tktDspLabel">Last Modified:</td><td class="tktDspValue"> |
| 384 | 384 | @ $<tkt_datetime> |
| 385 | 385 | @ </td> |
| 386 | 386 | @ <th1>enable_output [hascap e]</th1> |
| 387 | | -@ <td align="right">Contact:</td><td bgcolor="#d0d0d0"> |
| 387 | +@ <td class="tktDspLabel">Contact:</td><td class="tktDspValue"> |
| 388 | 388 | @ $<private_contact> |
| 389 | 389 | @ </td> |
| 390 | 390 | @ <th1>enable_output 1</th1> |
| 391 | 391 | @ </tr> |
| 392 | | -@ <tr><td align="right">Version Found In:</td> |
| 393 | | -@ <td colspan="3" valign="top" bgcolor="#d0d0d0"> |
| 392 | +@ <tr><td class="tktDspLabel">Version Found In:</td> |
| 393 | +@ <td colspan="3" valign="top" class="tktDspValue"> |
| 394 | 394 | @ $<foundin> |
| 395 | 395 | @ </td></tr> |
| 396 | 396 | @ <tr><td>Description & Comments:</td></tr> |
| 397 | | -@ <tr><td colspan="4" bgcolor="#d0d0d0"> |
| 398 | | -@ <span bgcolor="#d0d0d0"><th1>wiki $comment</th1></span> |
| 397 | +@ <tr><td colspan="4" class="tktDspValue"> |
| 398 | +@ <th1>wiki $comment</th1> |
| 399 | 399 | @ </td></tr> |
| 400 | 400 | @ </table> |
| 401 | 401 | ; |
| 402 | 402 | |
| 403 | 403 | |
| | @@ -442,39 +442,39 @@ |
| 442 | 442 | @ } |
| 443 | 443 | @ submit_ticket |
| 444 | 444 | @ } |
| 445 | 445 | @ </th1> |
| 446 | 446 | @ <table cellpadding="5"> |
| 447 | | -@ <tr><td align="right">Title:</td><td> |
| 448 | | -@ <input type="text" name="title" value="$<title>" size="60"> |
| 447 | +@ <tr><td class="tktDspLabel">Title:</td><td> |
| 448 | +@ <input type="text" name="title" value="$<title>" size="60" /> |
| 449 | 449 | @ </td></tr> |
| 450 | | -@ <tr><td align="right">Status:</td><td> |
| 450 | +@ <tr><td class="tktDspLabel">Status:</td><td> |
| 451 | 451 | @ <th1>combobox status $status_choices 1</th1> |
| 452 | 452 | @ </td></tr> |
| 453 | | -@ <tr><td align="right">Type:</td><td> |
| 453 | +@ <tr><td class="tktDspLabel">Type:</td><td> |
| 454 | 454 | @ <th1>combobox type $type_choices 1</th1> |
| 455 | 455 | @ </td></tr> |
| 456 | | -@ <tr><td align="right">Severity:</td><td> |
| 456 | +@ <tr><td class="tktDspLabel">Severity:</td><td> |
| 457 | 457 | @ <th1>combobox severity $severity_choices 1</th1> |
| 458 | 458 | @ </td></tr> |
| 459 | | -@ <tr><td align="right">Priority:</td><td> |
| 459 | +@ <tr><td class="tktDspLabel">Priority:</td><td> |
| 460 | 460 | @ <th1>combobox priority $priority_choices 1</th1> |
| 461 | 461 | @ </td></tr> |
| 462 | | -@ <tr><td align="right">Resolution:</td><td> |
| 462 | +@ <tr><td class="tktDspLabel">Resolution:</td><td> |
| 463 | 463 | @ <th1>combobox resolution $resolution_choices 1</th1> |
| 464 | 464 | @ </td></tr> |
| 465 | | -@ <tr><td align="right">Subsystem:</td><td> |
| 465 | +@ <tr><td class="tktDspLabel">Subsystem:</td><td> |
| 466 | 466 | @ <th1>combobox subsystem $subsystem_choices 1</th1> |
| 467 | 467 | @ </td></tr> |
| 468 | 468 | @ <th1>enable_output [hascap e]</th1> |
| 469 | | -@ <tr><td align="right">Contact:</td><td> |
| 469 | +@ <tr><td class="tktDspLabel">Contact:</td><td> |
| 470 | 470 | @ <input type="text" name="private_contact" size="40" |
| 471 | | -@ value="$<private_contact>"> |
| 471 | +@ value="$<private_contact>" /> |
| 472 | 472 | @ </td></tr> |
| 473 | 473 | @ <th1>enable_output 1</th1> |
| 474 | | -@ <tr><td align="right">Version Found In:</td><td> |
| 475 | | -@ <input type="text" name="foundin" size="50" value="$<foundin>"> |
| 474 | +@ <tr><td class="tktDspLabel">Version Found In:</td><td> |
| 475 | +@ <input type="text" name="foundin" size="50" value="$<foundin>" /> |
| 476 | 476 | @ </td></tr> |
| 477 | 477 | @ <tr><td colspan="2"> |
| 478 | 478 | @ <th1> |
| 479 | 479 | @ if {![info exists eall]} {set eall 0} |
| 480 | 480 | @ if {[info exists aonlybtn]} {set eall 0} |
| | @@ -485,22 +485,22 @@ |
| 485 | 485 | @ enable_output $eall |
| 486 | 486 | @ </th1> |
| 487 | 487 | @ Description And Comments:<br /> |
| 488 | 488 | @ <textarea name="comment" cols="80" rows="$nline" |
| 489 | 489 | @ wrap="virtual" class="wikiedit">$<comment></textarea><br /> |
| 490 | | -@ <input type="hidden" name="eall" value="1"> |
| 491 | | -@ <input type="submit" name="aonlybtn" value="Append Remark"> |
| 492 | | -@ <input type="submit" name="preview1btn" value="Preview"> |
| 490 | +@ <input type="hidden" name="eall" value="1" /> |
| 491 | +@ <input type="submit" name="aonlybtn" value="Append Remark" /> |
| 492 | +@ <input type="submit" name="preview1btn" value="Preview" /> |
| 493 | 493 | @ <th1>enable_output [expr {!$eall}]</th1> |
| 494 | 494 | @ Append Remark from |
| 495 | | -@ <input type="text" name="username" value="$<username>" size="30">:<br /> |
| 495 | +@ <input type="text" name="username" value="$<username>" size="30" />:<br /> |
| 496 | 496 | @ <textarea name="cmappnd" cols="80" rows="15" |
| 497 | 497 | @ wrap="virtual" class="wikiedit">$<cmappnd></textarea><br /> |
| 498 | 498 | @ <th1>enable_output [expr {[hascap w] && !$eall}]</th1> |
| 499 | | -@ <input type="submit" name="eallbtn" value="Edit All"> |
| 499 | +@ <input type="submit" name="eallbtn" value="Edit All" /> |
| 500 | 500 | @ <th1>enable_output [expr {!$eall}]</th1> |
| 501 | | -@ <input type="submit" name="preview2btn" value="Preview"> |
| 501 | +@ <input type="submit" name="preview2btn" value="Preview" /> |
| 502 | 502 | @ <th1>enable_output 1</th1> |
| 503 | 503 | @ </td></tr> |
| 504 | 504 | @ |
| 505 | 505 | @ <th1>enable_output [info exists preview1btn]</th1> |
| 506 | 506 | @ <tr><td colspan="2"> |
| | @@ -515,12 +515,12 @@ |
| 515 | 515 | @ <hr /> |
| 516 | 516 | @ </td></tr> |
| 517 | 517 | @ <th1>enable_output 1</th1> |
| 518 | 518 | @ |
| 519 | 519 | @ <tr><td align="right"></td><td> |
| 520 | | -@ <input type="submit" name="submit" value="Submit Changes"> |
| 521 | | -@ <input type="submit" name="cancel" value="Cancel"> |
| 520 | +@ <input type="submit" name="submit" value="Submit Changes" /> |
| 521 | +@ <input type="submit" name="cancel" value="Cancel" /> |
| 522 | 522 | @ </td></tr> |
| 523 | 523 | @ </table> |
| 524 | 524 | ; |
| 525 | 525 | |
| 526 | 526 | /* |
| 527 | 527 | |