mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Fix icon appearing on admin language selection. Minor tweaks
This commit is contained in:
@@ -845,7 +845,7 @@ if(!empty($_GET['iframe']))
|
|||||||
{
|
{
|
||||||
if($val != $pref['sitelanguage'])
|
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>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -64,7 +64,7 @@ $ADMIN_TEMPLATE['nav']['button_enav_home'] = '
|
|||||||
$ADMIN_TEMPLATE['nav']['button_enav_language'] = '
|
$ADMIN_TEMPLATE['nav']['button_enav_language'] = '
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a class="dropdown-toggle" title="'.LAN_CHANGE_LANGUAGE.'" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
|
<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>
|
<b class="caret"></b>
|
||||||
</a>
|
</a>
|
||||||
{SUB_MENU}
|
{SUB_MENU}
|
||||||
|
@@ -1342,7 +1342,7 @@ class mailoutAdminClass extends e107MailManager
|
|||||||
* @param $nextPage - 'mode' specification for page to return to following delete
|
* @param $nextPage - 'mode' specification for page to return to following delete
|
||||||
* @return text for display
|
* @return text for display
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
public function showDeleteConfirm($mailID, $nextPage = 'saved')
|
public function showDeleteConfirm($mailID, $nextPage = 'saved')
|
||||||
{
|
{
|
||||||
$mailData = $this->retrieveEmail($mailID);
|
$mailData = $this->retrieveEmail($mailID);
|
||||||
@@ -1390,7 +1390,7 @@ class mailoutAdminClass extends e107MailManager
|
|||||||
|
|
||||||
$ns->tablerender(ADLAN_136.SEP.LAN_MAILOUT_171, $text);
|
$ns->tablerender(ADLAN_136.SEP.LAN_MAILOUT_171, $text);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate the HTML to show a list of emails of a particular type, in tabular
|
* Generate the HTML to show a list of emails of a particular type, in tabular
|
||||||
|
@@ -384,13 +384,13 @@
|
|||||||
array (
|
array (
|
||||||
'name' => 'bootstrap',
|
'name' => 'bootstrap',
|
||||||
'version' => '3',
|
'version' => '3',
|
||||||
'scope' => 'all',
|
'scope' => 'front',
|
||||||
),
|
),
|
||||||
1 =>
|
1 =>
|
||||||
array (
|
array (
|
||||||
'name' => 'fontawesome',
|
'name' => 'fontawesome',
|
||||||
'version' => '4',
|
'version' => '4',
|
||||||
'scope' => 'all',
|
'scope' => 'front',
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user