1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Fix icon appearing on admin language selection. Minor tweaks

This commit is contained in:
Cameron 2021-02-13 07:58:24 -08:00
parent 5ec3aa7245
commit 6d29e4244d
4 changed files with 6 additions and 6 deletions

View File

@ -845,7 +845,7 @@ if(!empty($_GET['iframe']))
{
if($val != $pref['sitelanguage'])
{
$opt .= "<tr><td class='middle' style='width:5%'>".$val."</td><td class='left inline-text'><input type='text' class='form-control' name='multilanguage_domain[".$val."]' value=\"".$pref['multilanguage_domain'][$val]."\" /></td></tr>";
$opt .= "<tr><td class='middle' style='width:5%'>".$val."</td><td class='left inline-text'><input type='text' class='form-control' name='multilanguage_domain[".$val."]' value=\"".varset($pref['multilanguage_domain'][$val])."\" /></td></tr>";
}
}

View File

@ -64,7 +64,7 @@ $ADMIN_TEMPLATE['nav']['button_enav_home'] = '
$ADMIN_TEMPLATE['nav']['button_enav_language'] = '
<li class="dropdown">
<a class="dropdown-toggle" title="'.LAN_CHANGE_LANGUAGE.'" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
{LINK_IMAGE} {LINK_TEXT}
{LINK_TEXT}
<b class="caret"></b>
</a>
{SUB_MENU}

View File

@ -1342,7 +1342,7 @@ class mailoutAdminClass extends e107MailManager
* @param $nextPage - 'mode' specification for page to return to following delete
* @return text for display
*/
/*
public function showDeleteConfirm($mailID, $nextPage = 'saved')
{
$mailData = $this->retrieveEmail($mailID);
@ -1390,7 +1390,7 @@ class mailoutAdminClass extends e107MailManager
$ns->tablerender(ADLAN_136.SEP.LAN_MAILOUT_171, $text);
}
*/
/**
* Generate the HTML to show a list of emails of a particular type, in tabular

View File

@ -384,13 +384,13 @@
array (
'name' => 'bootstrap',
'version' => '3',
'scope' => 'all',
'scope' => 'front',
),
1 =>
array (
'name' => 'fontawesome',
'version' => '4',
'scope' => 'all',
'scope' => 'front',
),
)
),