~ubuntu-branches/ubuntu/precise/trac/precise

« back to all changes in this revision

Viewing changes to trac/ticket/templates/report_delete.html

  • Committer: Bazaar Package Importer
  • Author(s): Luis Matos
  • Date: 2008-08-16 00:08:30 UTC
  • mfrom: (1.1.14 upstream) (14.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080816000830-q50gglu6pbj0gas2
Tags: 0.11.1-2
* Upstream version 
  "Trac 0.11.1 contains a number of bug fixes and minor enhancements."
* Patch setup.py to install the contrib dir ( Closes: #495019 )
* Modified compatible version of trac-bzr so that trac 0.11.1 an be
  used with the current trac-bzr version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    <div id="content" class="report">
14
14
      <h1>$report.title</h1>
15
15
      <form action="${href.report()}" method="post">
16
 
        <input type="hidden" name="id" value="$report.id"/>
17
 
        <input type="hidden" name="action" value="delete" />
18
16
        <p><strong>Are you sure you want to delete this report?</strong></p>
19
17
        <div class="buttons">
 
18
          <input type="hidden" name="id" value="$report.id"/>
 
19
          <input type="hidden" name="action" value="delete" />
20
20
          <input type="submit" name="cancel" value="Cancel"/>
21
21
          <input type="submit" value="Delete report"/>
22
22
        </div>