Revision 8073
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/loginForm.tmpl | ||
---|---|---|
3 | 3 |
======================================================================= --> |
4 | 4 |
<article id="RegistryLogin"> |
5 | 5 |
<div class="container"> |
6 |
<h2>Login</h2> |
|
6 | 7 |
<div class="row-fluid"> |
7 |
<div class="span6 pagination-left"> |
|
8 |
<h2>Login</h2> |
|
9 |
|
|
8 |
<div class="span6 pagination-left"> |
|
10 | 9 |
<form id="loginForm" method="post" action="[% cgiPrefix %]/register-dataset.cgi" onsubmit="return submitform(this);" > |
11 | 10 |
<input type="hidden" name="stage" value="login"> |
12 | 11 |
<input type="hidden" name="username" value=""> |
Also available in: Unified diff
move Login header to container, not the fluid span.