fix queue config

This commit is contained in:
Martijn Voncken 2008-07-12 10:29:43 +00:00
parent b652934969
commit 40126166ea
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ $if error > 0:
<input type="hidden" name="redir" value="$get('redir')"> <input type="hidden" name="redir" value="$get('redir')">
<div id="loginpanel"> <div id="loginpanel">
<div class="form_row"> <div class="form_row">
<span class="form_label">$_('Password')</span> <span class="form_label" style="width:100px;">$_('Password')</span>
<input type="password" name="pwd" id="pwd" class="form_input"> <input type="password" name="pwd" id="pwd" class="form_input">
</div> </div>
<div class="form_row"> <div class="form_row">
<span class="form_label"></span> <span class="form_label" style="width:100px;"> &nbsp;</span>
<input type="submit" name="submit" <input type="submit" name="submit"
id="submit" value="Submit" class="form_input"> id="submit" value="Submit" class="form_input">
</div> </div>