mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
JS work and HTML cleanup
This commit is contained in:
@@ -870,7 +870,7 @@ if(isset($page_title[$action]))
|
||||
<fieldset id='core-admin-log-list'>
|
||||
<legend class='e-hideme'>{$page_title[$action]}</legend>
|
||||
<table class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<colgroup>
|
||||
";
|
||||
|
||||
foreach($col_widths[$action] as $i)
|
||||
|
@@ -955,7 +955,7 @@ class cron
|
||||
<form method='post' action='"
|
||||
.e_SELF."' id='cronform'>
|
||||
<table class='adminlist'>
|
||||
<colgroup span='8'>
|
||||
<colgroup>
|
||||
<col />
|
||||
<col />
|
||||
<col />
|
||||
|
@@ -139,7 +139,7 @@ class emotec
|
||||
|
||||
$text = "
|
||||
<div class='admintabs' id='tab-container'>
|
||||
<ul class='e-tabs e-hideme' id='core-emote-tabs'>
|
||||
<ul class='e-tabs' id='core-emote-tabs'>
|
||||
<li id='tab-activate'><a href='#emoticon-activate'>".EMOLAN_1."</a></li>
|
||||
<li id='tab-packages'><a href='#emoticon-packages'>".EMOLAN_13."</a></li>
|
||||
</ul>
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
@@ -355,7 +355,7 @@ else
|
||||
<fieldset id='core-search-configuration-main'>
|
||||
<legend class='e-hideme'>".SEALAN_1."</legend>
|
||||
<table class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<colgroup>
|
||||
<col style='width:55%' />
|
||||
<col style='width:25%' />
|
||||
<col style='width:10%' />
|
||||
|
Reference in New Issue
Block a user