1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

Newspost administration - work in progres (news cats ready);

overall administration area improvements;
iconpicker shortcode, iconpicker e_form method;
new Ajax#toggleUpdate, Ajax#scUpdate methods;
old icons removal
This commit is contained in:
secretr
2009-01-16 17:57:57 +00:00
parent 21f4629908
commit 2e951dd633
39 changed files with 282 additions and 152 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_files/e_ajax.php,v $
| $Revision: 1.5 $
| $Date: 2008-11-09 20:33:24 $
| $Revision: 1.6 $
| $Date: 2009-01-16 17:57:57 $
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
@@ -36,7 +36,7 @@ ob_implicit_flush(0);
if($_POST['ajax_sc'] && $_POST['ajax_used'])
{
list($fld,$parm) = explode("=",$_POST['ajax_sc']);
$prm = ($parm) ? "=".$parm : "";
$prm = ($parm) ? "=".urldecode($parm) : "";
echo $tp->parseTemplate("{".strtoupper($fld).$prm."}",TRUE,$shortcodes);
exit;
}