From 88524e6f82f9a37c352792be489e722692294d99 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sat, 24 Mar 2012 13:06:08 +0000 Subject: Replace array of images with CSS. --- modules_v3/todo/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules_v3/todo/module.php') diff --git a/modules_v3/todo/module.php b/modules_v3/todo/module.php index 9027351682..58aa64846c 100644 --- a/modules_v3/todo/module.php +++ b/modules_v3/todo/module.php @@ -41,7 +41,7 @@ class todo_WT_Module extends WT_Module implements WT_Module_Block { // Implement class WT_Module_Block public function getBlock($block_id, $template=true, $cfg=null) { - global $ctype, $WT_IMAGES, $controller; + global $ctype, $controller; $show_unassigned=get_block_setting($block_id, 'show_unassigned', true); $show_other =get_block_setting($block_id, 'show_other', true); @@ -58,7 +58,7 @@ class todo_WT_Module extends WT_Module implements WT_Module_Block { $id=$this->getName().$block_id; $class=$this->getName().'_block'; if ($ctype=='gedcom' && WT_USER_GEDCOM_ADMIN || $ctype=='user' && WT_USER_ID) { - $title=''.WT_I18N::translate('Configure').''; + $title=''; } else { $title=''; } -- cgit v1.3