Project

General

Profile

1
<?php
2
/**
3
 *
4
 * @category        modules
5
 * @package         jsadmin
6
 * @author          Independend-Software-Team
7
 * @author          WebsiteBaker Project
8
 * @copyright       2004-2009, Ryan Djurovich
9
 * @copyright       2009-2011, Website Baker Org. e.V.
10
 * @link            http://www.websitebaker2.org/
11
 * @license         http://www.gnu.org/licenses/gpl.html
12
 * @platform        WebsiteBaker 2.8.x
13
 * @requirements    PHP 5.2.2 and higher
14
 * @version         $Id: info.php 1477 2011-07-21 02:47:28Z Luisehahne $
15
 * @filesource      $HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/jsadmin/info.php $
16
 * @lastmodified    $Date: 2011-07-21 04:47:28 +0200 (Thu, 21 Jul 2011) $
17
 *
18
 */
19

    
20
$module_directory = 'jsadmin';
21
$module_name = 'Javascript Admin';
22
$module_function = 'tool';
23
$module_version = '1.3.0';
24
$module_platform = '2.7 | 2.8.x';
25
$module_author = 'Stepan Riha, Swen Uth';
26
$module_license	= 'BSD License';
27
$module_description = 'This module adds Javascript functionality to the Website Baker Admin to improve some of the UI interactions. Uses the YahooUI library.';
(5-5/11)