Alle Vorkommen von dbdriver, sid, Oracle entfernt
[kivitendo-erp.git] / templates / webpages / admin / update_dataset.html
index 29a5e62..d8fb933 100644 (file)
@@ -14,7 +14,6 @@
    <table>
     <tr>
      <th class="listtop">[% 'Update?' | $T8 %]</th>
-     <th class="listtop">[% 'Dataset' | $T8 %]</th>
      <th class="listtop">[% 'Driver' | $T8 %]</th>
      <th class="listtop">[% 'Host' | $T8 %]</th>
      <th class="listtop">[% 'Port' | $T8 %]</th>
@@ -28,7 +27,6 @@
        <input type="hidden" name="dbname_[% loop.count %]" value="[% HTML.escape(row.dbname) %]">
        <label for="update_[% loop.count %]">[% HTML.escape(row.dbname) %]</label>
       </td>
-      <td><input type="hidden" name="dbdriver_[% loop.count %]" value="Pg">PostgreSQL</td>
       <td><input type="hidden" name="dbhost_[% loop.count %]" value="[% HTML.escape(row.dbhost) %]">[% HTML.escape(row.dbhost) %]</td>
       <td><input type="hidden" name="dbport_[% loop.count %]" value="[% HTML.escape(row.dbport) %]">[% HTML.escape(row.dbport) %]</td>
       <td><input type="hidden" name="dbuser_[% loop.count %]" value="[% HTML.escape(row.dbuser) %]">[% HTML.escape(row.dbuser) %]</td>