1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

GUI fixes and theme-handler warning removal.

This commit is contained in:
Cameron
2013-03-15 05:28:27 -07:00
parent 340156aebd
commit 33e7300b32
6 changed files with 35 additions and 17 deletions

View File

@@ -1452,9 +1452,8 @@ $text .= "
<tr>
<td>".PRFLAN_48.":</td>
<td>
<div class='field-spacer'>".$frm->radio_multi('user_tracking', array('cookie' => PRFLAN_49, 'session' => PRFLAN_50), $pref['user_tracking'])."</div>
".PRFLAN_55.": <br />".$frm->text('cookie_name', $pref['cookie_name'], 20)."
<td class='form-inline'>
".$frm->radio_multi('user_tracking', array('cookie' => PRFLAN_49, 'session' => PRFLAN_50), $pref['user_tracking'])." ".PRFLAN_55.": ".$frm->text('cookie_name', $pref['cookie_name'], 20)."
</td>
</tr>
@@ -1731,8 +1730,9 @@ $text .= "
$js_types = array(
array('id' => 'prototype', 'name'=> 'Prototype (local)'),
array('id' => 'jquery', 'name'=> 'jQuery (local)'),
array('id' => 'prototype', 'name'=> 'Prototype (local)'),
);
//TODO // separate switch for CDN.. or automatic fall-back.