Topic: Incorrect label position in guest post

http://www.fluxbb.cn/downloads/error.png

post.php

......<label for="fld<?php echo ++$forum_page['fld_count'] ?>"><span><em><?php echo $lang_common['Required'] ?></em> <?php echo $lang_post['Guest name'] ?></span></label>......

replace with:

......<label for="fld<?php echo ++$forum_page['fld_count'] ?>"><span><?php echo $lang_post['Guest name'] ?> <em><?php echo $lang_common['Required'] ?></em></span></label>......

Last edited by frozen_space (2008-10-08 03:55:24)

Today is the tomorrow you worried about yesterday, and all is well. smile
FluxBB in Chinese.

Re: Incorrect label position in guest post

im sure that's already fixed in Paul's uncommitted changes

Re: Incorrect label position in guest post

smile good to know. Then I will just wait for his commits.

Today is the tomorrow you worried about yesterday, and all is well. smile
FluxBB in Chinese.

Re: Incorrect label position in guest post

frozen_space wrote:

smile good to know. Then I will just wait for his commits.

Like we are all doing wink