~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to ZPsycopgDA/dtml/add.dtml

  • Committer: Federico Di Gregorio
  • Date: 2007-04-10 06:36:18 UTC
  • Revision ID: fog-7050d8d8d2669efe71403b32fda453f9b1f6a470
Fixed both Python 2.5 and 64 bit problems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<dtml-var manage_page_header>
2
2
 
3
3
<dtml-var "manage_form_title(this(), _,
4
 
           form_title='Add Z Psycopg Database Connection',
 
4
           form_title='Add Z Psycopg 2 Database Connection',
5
5
           help_product='ZPsycopgDA',
6
6
           help_topic='ZPsycopgDA-Method-Add.stx'
7
7
           )">
8
8
 
9
9
<p class="form-help">
10
 
A Zope Psycopg Database Connection is used to connect and execute
 
10
A Zope Psycopg 2 Database Connection is used to connect and execute
11
11
queries on a PostgreSQL database.
12
12
</p>
13
13
 
26
26
    </td>
27
27
    <td align="left" valign="top">
28
28
    <input type="text" name="id" size="40"
29
 
           value="Psycopg_database_connection" />
 
29
           value="Psycopg2_database_connection" />
30
30
    </td>
31
31
  </tr>
32
32
  <tr>
37
37
    </td>
38
38
    <td align="left" valign="top">
39
39
    <input type="text" name="title" size="40"
40
 
        value="Z Psycopg Database Connection"/>
 
40
        value="Z Psycopg 2 Database Connection"/>
41
41
    </td>
42
42
  </tr>
43
43
  <tr>