minor markup bugs (#13895, #13525)

git-svn-id: file:///svn/phpbb/trunk@7988 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-07-31 15:01:14 +00:00
parent 33f5e4283b
commit de8c0a3b9c
3 changed files with 4 additions and 4 deletions

View file

@ -21,9 +21,9 @@
<label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" /> <label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />
<label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" /> <label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
<!-- IF S_AUTOLOGIN_ENABLED --> <!-- IF S_AUTOLOGIN_ENABLED -->
| <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /> | <label for="autologin">{L_LOG_ME_IN}<input type="checkbox" name="autologin" id="autologin" /></label>
<!-- ENDIF --> <!-- ENDIF -->
</label> <input type="submit" name="login" value="{L_LOGIN}" class="button2" /> <input type="submit" name="login" value="{L_LOGIN}" class="button2" />
</fieldset> </fieldset>
</form> </form>
<!-- ENDIF --> <!-- ENDIF -->