[Customisation Database Commits] r962 - /trunk/titania/manage/categories.php

Tom Catullo tom at phpbb.com
Wed Mar 31 23:15:15 BST 2010


Author: Tom
Date: Wed Mar 31 23:15:15 2010
New Revision: 962

Log:
$nub++

Modified:
    trunk/titania/manage/categories.php

Modified: trunk/titania/manage/categories.php
==============================================================================
*** trunk/titania/manage/categories.php (original)
--- trunk/titania/manage/categories.php Wed Mar 31 23:15:15 2010
***************
*** 129,135 ****
  
  			$cache->destroy('sql', TITANIA_CATEGORIES_TABLE);
  
! 			trigger_error($user->lang['FORUM_DELETED']);
  		}
  
  		phpbb::$template->assign_vars(array(
--- 129,135 ----
  
  			$cache->destroy('sql', TITANIA_CATEGORIES_TABLE);
  
! 			trigger_error($user->lang['CATEGORY_DELETED']);
  		}
  
  		phpbb::$template->assign_vars(array(
***************
*** 183,190 ****
  			'ICON_EDIT'					=> '<img src="' . titania::$absolute_board . 'adm/images/icon_edit.gif" alt="' . phpbb::$user->lang['EDIT'] . '" title="' . phpbb::$user->lang['EDIT'] . '" />',
  			'ICON_EDIT_DISABLED'		=> '<img src="' . titania::$absolute_board . 'adm/images/icon_edit_disabled.gif" alt="' . phpbb::$user->lang['EDIT'] . '" title="' . phpbb::$user->lang['EDIT'] . '" />',
  			'ICON_DELETE'				=> '<img src="' . titania::$absolute_board . 'adm/images/icon_delete.gif" alt="' . phpbb::$user->lang['DELETE'] . '" title="' . phpbb::$user->lang['DELETE'] . '" />',
! 			'ICON_DELETE_DISABLED'		=> '<img src="' . titania::$absolute_board . 'adm/images/icon_delete_disabled.gif" alt="' . phpbb::$user->lang['DELETE'] . '" title="' . phpbb::$user->lang['DELETE'] . '" />'
! ,
  			'U_CREATE_CATEGORY'			=> ($category_id) ? titania_url::build_url('manage/categories', array('c' => $category_id, 'action' => 'add')) : titania_url::build_url('manage/categories', array('action' => 'add')),
  
  			'S_MANAGE' 					=> true,
--- 183,190 ----
  			'ICON_EDIT'					=> '<img src="' . titania::$absolute_board . 'adm/images/icon_edit.gif" alt="' . phpbb::$user->lang['EDIT'] . '" title="' . phpbb::$user->lang['EDIT'] . '" />',
  			'ICON_EDIT_DISABLED'		=> '<img src="' . titania::$absolute_board . 'adm/images/icon_edit_disabled.gif" alt="' . phpbb::$user->lang['EDIT'] . '" title="' . phpbb::$user->lang['EDIT'] . '" />',
  			'ICON_DELETE'				=> '<img src="' . titania::$absolute_board . 'adm/images/icon_delete.gif" alt="' . phpbb::$user->lang['DELETE'] . '" title="' . phpbb::$user->lang['DELETE'] . '" />',
! 			'ICON_DELETE_DISABLED'		=> '<img src="' . titania::$absolute_board . 'adm/images/icon_delete_disabled.gif" alt="' . phpbb::$user->lang['DELETE'] . '" title="' . phpbb::$user->lang['DELETE'] . '" />',
! 
  			'U_CREATE_CATEGORY'			=> ($category_id) ? titania_url::build_url('manage/categories', array('c' => $category_id, 'action' => 'add')) : titania_url::build_url('manage/categories', array('action' => 'add')),
  
  			'S_MANAGE' 					=> true,




More information about the customisationdb-commits mailing list