mirror of
https://github.com/e107inc/e107.git
synced 2025-03-13 17:09:46 +01:00
Cosmetic bug fixes
This commit is contained in:
parent
551ae88a84
commit
9866fbe2d6
@ -246,8 +246,8 @@ $text .= "<div class='field-spacer'>".$tp->parseTemplate("{IMAGESELECTOR={$parms
|
||||
|
||||
$text .= "
|
||||
</td>
|
||||
|
||||
<tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_214."</td>
|
||||
<td class='control'>".$frm->imagepicker('sitelogo',$pref['sitelogo'],'-- No Image --')."</td>
|
||||
</tr>
|
||||
@ -401,7 +401,8 @@ $text .= "
|
||||
".$frm->radio_switch('admin_slidedown_subs', $pref['admin_slidedown_subs'])."
|
||||
<div class='smalltext field-help'>".PRFLAN_200."</div>
|
||||
</td>
|
||||
<tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_204."</td>
|
||||
<td class='control'>
|
||||
".$frm->radio_switch('admin_separate_plugins', $pref['admin_separate_plugins'])."
|
||||
|
@ -128,10 +128,10 @@ function imageselector_shortcode($parm = '', $mod = '')
|
||||
}
|
||||
}
|
||||
}
|
||||
$text .= '</optgroup>\n';
|
||||
$text .= "</optgroup>\n";
|
||||
}
|
||||
$text .= "</select>";
|
||||
$text .= "<a href='#' onclick=\"replaceSC('imageselector=".rawurlencode($parm)."&saction=select',\$('{$name_id}').up('form'),'{$name_id}_cont'); return false;\">refresh</a>";
|
||||
$text .= "<a href='#' onclick=\"replaceSC('imageselector=".rawurlencode($parm)."&saction=select',\$('{$name_id}').up('form'),'{$name_id}_cont'); return false;\">refresh</a>";
|
||||
if(!e_AJAX_REQUEST) $text .= '</div>';
|
||||
|
||||
if ($scaction == 'select') return $text;
|
||||
|
Loading…
x
Reference in New Issue
Block a user