Example #1
0
				<label for="dbtablespace" class="infield"><?php 
    echo $l->t('Database tablespace');
    ?>
</label>
				<input type="text" name="dbtablespace" id="dbtablespace" value="<?php 
    print OC_Helper::init_var('dbtablespace');
    ?>
" autocomplete="off" />
			</p>
		</div>
		<?php 
}
?>
		<p class="infield">
			<label for="dbhost" class="infield"><?php 
echo $l->t('Database host');
?>
</label>
			<input type="text" name="dbhost" id="dbhost" value="<?php 
print OC_Helper::init_var('dbhost', 'localhost');
?>
" />
		</p>
	</fieldset>

	<div class="buttons"><input type="submit" value="<?php 
echo $l->t('Finish setup');
?>
" /></div>
</form>
            p(OC_Helper::init_var('dbtablespace'));
            ?>
" autocomplete="off" />
				</p>
			</div>
			<?php 
        }
        ?>
			<p class="infield groupbottom">
				<label for="dbhost" class="infield"><?php 
        p($l->t('Database host'));
        ?>
</label>
				<input type="text" name="dbhost" id="dbhost" placeholder=""
					value="<?php 
        p(OC_Helper::init_var('dbhost'));
        ?>
" />
			</p>
		</div>
		<?php 
    }
    ?>
	</fieldset>
	<?php 
}
?>

	<div class="buttons"><input type="submit" class="primary" value="<?php 
p($l->t('Finish setup'));
?>
Example #3
0
    ?>
</label>
				<input type="text" name="dbtablespace" id="dbtablespace" placeholder=""
					value="<?php 
    p(OC_Helper::init_var('dbtablespace'));
    ?>
" autocomplete="off" />
			</p>
		</div>
		<?php 
}
?>
		<p class="infield groupbottom">
			<label for="dbhost" class="infield" id="dbhostlabel"><?php 
p($l->t('Database host'));
?>
</label>
			<input type="text" name="dbhost" id="dbhost" placeholder=""
				value="<?php 
p(OC_Helper::init_var('dbhost', 'localhost'));
?>
" />
		</p>
	</fieldset>

	<div class="buttons"><input type="submit" class="primary" value="<?php 
p($l->t('Finish setup'));
?>
" /></div>
</form>