|
From: Benjamin C. <bc...@us...> - 2002-10-22 20:06:41
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv32246/templates/default
Modified Files:
Tag: phpbt-0_9_0
wrap.html
Log Message:
Moving text from wrap.html to language files.
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -u -r1.24 -r1.24.2.1
--- wrap.html 19 Oct 2002 19:12:32 -0000 1.24
+++ wrap.html 22 Oct 2002 20:06:37 -0000 1.24.2.1
@@ -60,24 +60,24 @@
{if not $smarty.session.uid}
{if EMAIL_IS_LOGIN}
- {assign var="loginlabel" value="Email"}
+ {assign var="loginlabel" value=$STRING.WRAP.Email}
{else}
- {assign var="loginlabel" value="Login"}
+ {assign var="loginlabel" value=$STRING.WRAP.Login}
{/if}
{$loginerror}
{$loginlabel}: <input type="text" name="username" class="bottomnavinput" value="{$smarty.cookies.phpbt_user}">
- Password: <input type="password" name="password" class="bottomnavinput">
+ {$STRING.USER_PREF.Password}: <input type="password" name="password" class="bottomnavinput">
<input type="hidden" name="dologin" value="1">
- <input type="submit" value="Login" class="bottomnavinput">
- <input type="submit" name="sendpass" value="Email Password" class="bottomnavinput" title="Forgot your password? Have it sent to you">
+ <input type="submit" value="{$STRING.WRAP.DoLogin}" class="bottomnavinput">
+ <input type="submit" name="sendpass" value="{$STRING.WRAP.EmailPassword}" class="bottomnavinput" title="Forgot your password? Have it sent to you">
{if RECALL_LOGIN}
- <input type="checkbox" name="savecookie" value="1" {if !empty($smarty.cookies.phpbt_user)}checked{/if} class="bottomnavinput" title="Remember {$loginlabel} for next time"> Remember me
+ <input type="checkbox" name="savecookie" value="1" {if !empty($smarty.cookies.phpbt_user)}checked{/if} class="bottomnavinput" title="Remember {$loginlabel} for next time"> {$STRING.WRAP.RememberMe}
{/if}
{else}
- Bugs assigned to me: <a href="query.php?op=mybugs&assignedto=1&open=1" title="Open">{$owner_open}</a> / <a href="query.php?op=mybugs&assignedto=1&open=0" title="Closed">{$owner_closed}</a>
- | Bugs reported by me: <a href="query.php?op=mybugs&reportedby=1&open=1" title="Open">{$reporter_open}</a> / <a href="query.php?op=mybugs&reportedby=1&open=0" title="Closed">{$reporter_closed}</a>
- | <a href="user.php">Personal Page</a>
- | <a href="logout.php">Logout {$smarty.session.uname}</a>
+ {$STRING.WRAP.BugsAssigned}: <a href="query.php?op=mybugs&assignedto=1&open=1" title="Open">{$owner_open}</a> / <a href="query.php?op=mybugs&assignedto=1&open=0" title="Closed">{$owner_closed}</a>
+ | {$STRING.WRAP.BugsReported}: <a href="query.php?op=mybugs&reportedby=1&open=1" title="Open">{$reporter_open}</a> / <a href="query.php?op=mybugs&reportedby=1&open=0" title="Closed">{$reporter_closed}</a>
+ | <a href="user.php">{$STRING.WRAP.PersonalPage}</a>
+ | <a href="logout.php">{$STRING.WRAP.Logout} {$smarty.session.uname}</a>
{/if}
</form>
|