Webmastersite.net
Register Log In

lang bug
in login.tpl and wrapper

Comments on lang bug

zewxr
Member

Usergroup: Customer
Joined: Jul 20, 2005

Total Topics: 9
Total Comments: 30
zewxr
Posted Jul 20, 2005 - 9:08 AM:

hello

on login.tpl

replace :

<input type="submit" value="{LANG_LOGINRESENDBUTTON}" class="button">

by :

<input type="submit" value="{LANG_LOGIN_RESENDBUTTON}" class="button">

on wrapper.tpl

replace

<input type="text" name="username" size="10" value="{LALL_LANG_REGISTRATION_USERNAME}"> <input type="password"

by

<input type="text" name="username" size="10" value="{LANG_REGISTRATION_USERNAME}"> <input type="password"

enjoy


zewxr
Member

Usergroup: Customer
Joined: Jul 20, 2005

Total Topics: 9
Total Comments: 30
zewxr
Posted Jul 20, 2005 - 9:54 AM:

in imchat.tpl

replace :

<p>{LANG_IM_BOLD} {LANG_IMLASTBY} {MEMBERNAME}: {MEMBERLASTACTIONTIME}</p>

by

<p>{LANG_IM_BOLD} {LANG_IM_LASTBY} {MEMBERNAME}: {MEMBERLASTACTIONTIME}</p>

enjoy
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 20, 2005 - 11:51 AM:

Thanks. The login one should also be applied to noaccess.tpl.
zewxr
Member

Usergroup: Customer
Joined: Jul 20, 2005

Total Topics: 9
Total Comments: 30
zewxr
Posted Jul 22, 2005 - 9:44 AM:

yes but it's different

<br><input type="text" name="email" size="{STANDARDSIZE}">
<input type="submit" value="{LANG_LOGINRESENDBUTTON}" class="button">
</form>


by :

<br><input type="text" name="email" size="{STANDARDSIZE}">
<input type="submit" value="{LANG_LOGIN_RESENDBUTTON}" class="button">
</form>
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.