* finish task #6019.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<form method='post' id='dataform'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th class='rowhead w-120px'><?php echo $lang->sso->turnon; ?></th>
|
||||
<th class='rowhead w-150px'><?php echo $lang->sso->turnon; ?></th>
|
||||
<td><?php echo html::radio('turnon', $lang->sso->turnonList, $turnon);?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
$lang->sso = new stdclass();
|
||||
$lang->sso->settings = 'Settings';
|
||||
$lang->sso->turnon = 'Zdoo';
|
||||
$lang->sso->redirect = 'Back to Zdoo';
|
||||
$lang->sso->redirect = 'Auto Jump to Zdoo';
|
||||
$lang->sso->code = 'Code';
|
||||
$lang->sso->key = 'Secret Key';
|
||||
$lang->sso->addr = 'Address';
|
||||
|
||||
Reference in New Issue
Block a user