Page MenuHomeIn-Portal Phabricator

change_log_tp.php
No OneTemporary

File Metadata

Created
Fri, Nov 21, 10:55 AM

change_log_tp.php

<?php
/**
* @version $Id: change_log_tp.php 14639 2011-10-05 14:17:02Z alex $
* @package In-Portal
* @copyright Copyright (C) 1997 - 2011 Intechnic. All rights reserved.
* @license GNU/GPL
* In-Portal is Open Source software.
* This means that this software may have been modified pursuant
* the GNU General Public License, and as distributed it includes
* or is derivative of works licensed under the GNU General Public License
* or other free or open source software licenses.
* See http://www.in-portal.org/license for copyright notices and details.
*/
defined('FULL_PATH') or die('restricted access!');
class ChangeLogTagProcessor extends kDBTagProcessor
{
/**
* Displays a message, that allows to enable change log, when it is disabled
*
* @param Array $params
* @return string
* @access protected
*/
protected function EnableChangeLogMessage($params)
{
$link_html = $this->Application->ParseBlock( Array ('name' => $params['link_render_as'], 'strip_nl' => 2) );
return sprintf( $this->Application->Phrase($params['phrase']), $link_html );
}
}

Event Timeline