diff --git a/e107_admin/admin.php b/e107_admin/admin.php index 367883ce7..b9bab6e35 100644 --- a/e107_admin/admin.php +++ b/e107_admin/admin.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/admin.php,v $ -| $Revision: 1.9 $ -| $Date: 2008-12-30 15:56:12 $ -| $Author: secretr $ +| $Revision: 1.10 $ +| $Date: 2009-07-04 03:08:03 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ require_once('../class2.php'); @@ -167,14 +167,18 @@ function render_links($link, $title, $description, $perms, $icon = FALSE, $mode } else { - if ($td == (ADLINK_COLS+1)) + + if($mode != "div") { - $text .= ''; - $td = 1; - } - if ($td == 1) - { - $text .= '
+"; + +require_once(e_FILE."shortcode/batch/admin_shortcodes.php"); +$text .= $tp->parseTemplate("{ADMIN_LATEST}"); +$text .= " | "; +$text .= $tp->parseTemplate("{ADMIN_STATUS}"); + + $text .= " |