<?php
/**
 *
 * @category        modules
 * @package         jsadmin
 * @author          Independend-Software-Team
 * @author          WebsiteBaker Project
 * @copyright       2004-2009, Ryan Djurovich
 * @copyright       2009-2011, Website Baker Org. e.V.
 * @link            http://www.websitebaker2.org/
 * @license         http://www.gnu.org/licenses/gpl.html
 * @platform        WebsiteBaker 2.8.x
 * @requirements    PHP 5.2.2 and higher
 * @version         $Id: info.php 1457 2011-06-25 17:18:50Z Luisehahne $
 * @filesource      $HeadURL:  $
 * @lastmodified    $Date:  $
 *
 */

$module_directory = 'jsadmin';
$module_name = 'Javascript Admin';
$module_function = 'tool';
$module_version = '1.3.0';
$module_platform = '2.7 | 2.8.x';
$module_author = 'Stepan Riha, Swen Uth';
$module_license	= 'BSD License';
$module_description = 'This module adds Javascript functionality to the Website Baker Admin to improve some of the UI interactions. Uses the YahooUI library.';

?>