* [bug#63605] Fix Join zenTao community style and after skip style.
This commit is contained in:
@@ -13,12 +13,24 @@ namespace zin;
|
||||
jsVar('reSendText', $lang->admin->community->reSend);
|
||||
|
||||
$checked = $agreeUX == 'true' ? 'checked' : '';
|
||||
|
||||
if(strpos($_SERVER['REQUEST_URI'], '_single=1') !== false)
|
||||
{
|
||||
set::zui(true);
|
||||
$skip = div
|
||||
(
|
||||
a
|
||||
(
|
||||
setClass('btn capitalize skip-btn'),
|
||||
$lang->admin->community->skip,
|
||||
set::href(createLink('index')),
|
||||
)
|
||||
);
|
||||
$backBtn = '';
|
||||
}
|
||||
else
|
||||
{
|
||||
$skip = '';
|
||||
$backBtn = div
|
||||
(
|
||||
setClass('page-title'),
|
||||
@@ -33,23 +45,6 @@ else
|
||||
);
|
||||
}
|
||||
|
||||
if(strpos($_SERVER['REQUEST_URI'], '_single=1') !== false)
|
||||
{
|
||||
$skip = div
|
||||
(
|
||||
a
|
||||
(
|
||||
setClass('btn capitalize skip-btn'),
|
||||
$lang->admin->community->skip,
|
||||
set::href(createLink('user', 'login')),
|
||||
)
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
$skip = '';
|
||||
}
|
||||
|
||||
$welcomeText = $bindCommunity ? $lang->admin->community->welcomeForBound : $lang->admin->community->welcome;
|
||||
|
||||
$header[] = div
|
||||
|
||||
Reference in New Issue
Block a user