]> git.mxchange.org Git - friendica.git/blobdiff - view/install_db.tpl
add hidden fields in login template
[friendica.git] / view / install_db.tpl
index d5f28828e52ab687e06f6ac71eeec75527e858bb..ff4e11ab160c5b433c782cb6c50ca483afcceaea 100644 (file)
@@ -1,33 +1,37 @@
 
-<h3>Friendika Social Network</h3>
-<h3>Installation</h3>
+<h3>$lbl_01</h3>
+<h3>$lbl_02</h3>
 
 <p>
-In order to install Friendika we need to know how to contact your database. Please contact your hosting provider or site administrator if you have questions about these settings. The database you specify below must already exist. If it does not, please create it before continuing. 
+$lbl_03 $lbl_04 $lbl_05
 </p>
 
-<form id="install-form" action="install" method="post">
+<form id="install-form" action="$baseurl/install" method="post">
 
 <input type="hidden" name="phpath" value="$phpath" />
 
-<label for="install-dbhost" id="install-dbhost-label">Database Server Name</label>
+<label for="install-dbhost" id="install-dbhost-label">$lbl_06</label>
 <input type="text" name="dbhost" id="install-dbhost" value="$dbhost" />
 <div id="install-dbhost-end"></div>
 
-<label for="install-dbuser" id="install-dbuser-label">Database Login Name</label>
+<label for="install-dbuser" id="install-dbuser-label">$lbl_07</label>
 <input type="text" name="dbuser" id="install-dbuser" value="$dbuser" />
 <div id="install-dbuser-end"></div>
 
-<label for="install-dbpass" id="install-dbpass-label">Database Login Password</label>
+<label for="install-dbpass" id="install-dbpass-label">$lbl_08</label>
 <input type="password" name="dbpass" id="install-dbpass" value="$dbpass" />
 <div id="install-dbpass-end"></div>
 
-<label for="install-dbdata" id="install-dbdata-label">Database Name</label>
+<label for="install-dbdata" id="install-dbdata-label">$lbl_09</label>
 <input type="text" name="dbdata" id="install-dbdata"  value="$dbdata" />
 <div id="install-dbdata-end"></div>
 
+<label for="install-admin" id="install-admin-label">$lbl_11</label>
+<input type="text" name="adminmail" id="install-admin"  value="$adminmail" />
+<div id="install-admin-end"></div>
+
 <div id="install-tz-desc">
-Please select a default timezone for your website
+$lbl_10
 </div>
 
 $tzselect