Project

General

Profile

« Previous | Next » 

Revision 1782

Added by Dietmar over 11 years ago

+ add maintance modus in backend

View differences:

groups_list.inc.php
25 25
 */
26 26
	function show_grouplist($admin)
27 27
	{
28
//		global $TEXT, $MESSAGE, $MENU, $HEADING;
28
		global $TEXT, $MESSAGE, $MENU, $HEADING;
29 29
		$database = WbDatabase::getInstance();
30 30
		$mLang = ModLanguage::getInstance();
31 31
// Create new template object for the modify/remove section
......
140 140
		$tpl->set_var(array(
141 141
				'TEXT_MODIFY'    => ($admin->get_permission('groups_modify') == true) ? $mLang->TEXT_MODIFY : $mLang->TEXT_VIEW,
142 142
				'TEXT_DELETE'    => $mLang->TEXT_DELETE,
143
				'CONFIRM_DELETE' => $mLang->MESSAGE_GROUPS_CONFIRM_DELETE
143
				'CONFIRM_DELETE' => $MESSAGE['GROUPS_CONFIRM_DELETE']
144 144
				));
145 145

  
146 146
	// Parse template object

Also available in: Unified diff