Changeset - 20f95514d3f2
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2016-02-02 10:11:08
jkaluza@redhat.com
Fix typo in webinterface
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spectrum_manager/src/html/users/register.shtml
Show inline comments
 
<!--#include virtual="/header.shtml" -->
 

	
 
<h2>Register new Spectrum 2 maanger account</h2>
 
<h2>Register new Spectrum 2 manager account</h2>
 

	
 
<form action="/api/v1/users/add" class="basic-grey" method="POST"> 
 
	<h1>Register user 
 
		<span>Register new user to Spectrum 2 manager web interface.</span> 
 
	</h1> 
 
	<label> 
 
		<span>Username:</span> 
 
		<input type="text" id="username" name="username" placeholder="Username"></textarea> 
 
	</label> 
 
	<label><span>Password:</span> 
 
		<input type="password" id="password" name="password" placeholder="Password"></textarea> 
 
	</label> 
 
	<label> 
 
		<span>&nbsp;</span> 
 
		<input type="submit" class="button" value="Add user" />
 
	</label> 
 
</form><br/>
 

	
 
<script type="text/javascript">
 
$(function() {
 
	fill_users_register_form();
 
});
 
</script>
 

	
0 comments (0 inline, 0 general)