+ finish task #1392.

This commit is contained in:
wangyidong
2013-06-19 07:21:15 +00:00
parent 359c927510
commit 435557012c
17 changed files with 153 additions and 399 deletions
+2 -2
View File
@@ -149,5 +149,5 @@ $lang->user->contacts->noListYet = 'No contacts list yet.';
$lang->user->contacts->confirmDelete= 'Are you sure to delete this list?';
$lang->user->contacts->or = ' or ';
$lang->user->mobile = new stdclass();
$lang->user->mobile->login = 'Login ZenTao';
$lang->user->mobileWeb = new stdclass();
$lang->user->mobileWeb->login = 'Login ZenTao';
+2 -2
View File
@@ -149,5 +149,5 @@ $lang->user->contacts->noListYet = '还没有创建任何列表。';
$lang->user->contacts->confirmDelete= '您确定要删除这个列表吗?';
$lang->user->contacts->or = ' 或者 ';
$lang->user->mobile = new stdclass();
$lang->user->mobile->login = '登录禅道';
$lang->user->mobileWeb = new stdclass();
$lang->user->mobileWeb->login = '登录禅道';
+1 -1
View File
@@ -11,7 +11,7 @@
include '../../common/view/m.header.lite.html.php';
?>
<div data-role="header" data-position="fixed">
<h1><?php echo $lang->user->mobile->login;?></h1>
<h1><?php echo $lang->user->mobileWeb->login;?></h1>
</div>
<div data-role="content" >
<form method='post' target='hiddenwin'>