Skip to content
Snippets Groups Projects
admin_pw.php 755 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<div class="panel panel-default">
	<div class="panel-heading">
		<h3 class="panel-title">Admin Zugang &auml;ndern</h3>
	</div>
	<div class="panel-body">
		<form method="post" action="">
			<table class="table">
				<tr>
					<th><b>Loginname (Adminforce)</b></th>
					<td><input class="form-control" type="Text" name="admin_name" value="<?php echo base64_decode($interface->admin_name);?>"></td>
				</tr>
				<tr>
					<th><b>Passwort (Adminforce)</b></th>
					<td><input class="form-control" type="Text" name="admin_pass"></td>
				</tr>
				<tr>
Eric Laufer's avatar
Eric Laufer committed
					<td align="center" colspan="2"><input class="btn btn-default" type="Submit" name="adminPW" value="Zugangsdaten &Auml;ndern"></td>
Eric Laufer's avatar
Eric Laufer committed
				</tr>
			</table>
		</form>
	</div>
Eric Laufer's avatar
Eric Laufer committed
</div>