aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-12-02 20:27:06 +0000
committernikrou <nikrou@piwigo.org>2009-12-02 20:27:06 +0000
commitfdfaefd17a7b3c91d214a60a27524bb138df3552 (patch)
tree56b7379da093bf2b6fc948215f6091a0cd988433 /admin/template/goto
parentb8c33dcf2035f4cd5a67d918f1a5c490b128f9ae (diff)
Feature 1255 :
- add postgres database engine - change installation process to allow postgres or mysql database git-svn-id: http://piwigo.org/svn/trunk@4410 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto')
-rw-r--r--admin/template/goto/install.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/template/goto/install.tpl b/admin/template/goto/install.tpl
index bea1a3efe..27ab605a0 100644
--- a/admin/template/goto/install.tpl
+++ b/admin/template/goto/install.tpl
@@ -84,6 +84,21 @@ TD {
<tr class="throw">
<th colspan="3">{'step1_title'|@translate}</th>
</tr>
+ {if count($F_DB_ENGINES)>1}
+ <tr>
+ <td style="width: 30%;">{'step1_dbengine'|@translate}</td>
+ <td>
+ <select name="dblayer">
+ {html_options options=$F_DB_ENGINES selected=$F_DB_LAYER}
+ </select>
+ </td>
+ <td>{'step1_dbengine_info'|@translate}</td>
+ {else}
+ <td colspan="3">
+ <input type="hidden" name="dbengine" value="{$F_DB_LAYER}">
+ </td>
+ {/if}
+ </tr>
<tr>
<td style="width: 30%;">{'step1_host'|@translate}</td>
<td align=center><input type="text" name="dbhost" value="{$F_DB_HOST}"></td>