fix queue config
This commit is contained in:
parent
b652934969
commit
40126166ea
|
@ -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;"> </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>
|
||||||
|
|
Loading…
Reference in New Issue