|
|
|
@ -84,7 +84,7 @@ |
|
|
|
|
<?php endif; ?> |
|
|
|
|
|
|
|
|
|
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?> |
|
|
|
|
<fieldset id='databaseField'> |
|
|
|
|
<fieldset id='databaseBackend'> |
|
|
|
|
<?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'] or $_['hasMSSQL']) |
|
|
|
|
$hasOtherDB = true; else $hasOtherDB =false; //other than SQLite ?> |
|
|
|
|
<legend><?php p($l->t( 'Configure the database' )); ?></legend>
|
|
|
|
@ -100,8 +100,10 @@ |
|
|
|
|
<?php endif; ?> |
|
|
|
|
<?php endforeach; ?> |
|
|
|
|
</div> |
|
|
|
|
</fieldset> |
|
|
|
|
|
|
|
|
|
<?php if($hasOtherDB): ?> |
|
|
|
|
<fieldset id='databaseField'> |
|
|
|
|
<div id="use_other_db"> |
|
|
|
|
<p class="infield grouptop"> |
|
|
|
|
<label for="dbuser" class="infield"><?php p($l->t( 'Database user' )); ?></label>
|
|
|
|
@ -141,9 +143,9 @@ |
|
|
|
|
autocomplete="off" autocapitalize="off" autocorrect="off" /> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
<?php endif; ?> |
|
|
|
|
</fieldset> |
|
|
|
|
<?php endif; ?> |
|
|
|
|
<?php endif; ?> |
|
|
|
|
|
|
|
|
|
<div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>" /></div>
|
|
|
|
|
</form> |
|
|
|
|