+ finish task #1392.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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 = '登录禅道';
|
||||
|
||||
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user