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

JS work and HTML cleanup

This commit is contained in:
CaMer0n
2012-05-16 06:05:39 +00:00
parent e9f6febe02
commit 9f1a322c98
12 changed files with 1209 additions and 1255 deletions

View File

@@ -29,6 +29,13 @@ if (!getperms("I"))
e107::coreLan('links', true);
if(e_AJAX_REQUEST)
{
print_a($_POST);
echo "HI THERE";
exit;
}
class links_admin extends e_admin_dispatcher
{
@@ -67,6 +74,7 @@ class links_admin_ui extends e_admin_ui
protected $batchDelete = true;
protected $batchCopy = true;
protected $listOrder = 'link_order ASC';
protected $listSorting = true;
public $current_parent = 0;
public $sublink_data = null;