Current Path :
/
home
/
develito
/
public_html
/
components
/
com_sobipro
/
views
/
tpl
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/components/com_sobipro/views/tpl/rchooser.php
<?php /** * @version: $Id$ * @package: SobiPro Component for Joomla! * @author * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH * Email: sobi[at]sigsiu.net * Url: http://www.Sigsiu.NET * @copyright Copyright (C) 2006 - 2015 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved. * @license GNU/GPL Version 3 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3. * See http://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses. * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. * $Date$ * $Revision$ * $Author$ * $HeadURL$ */ defined( 'SOBIPRO' ) || exit( 'Restricted access' ); ?> <script language="javascript" type="text/javascript"> function SP_selectCat( sid ) { try { SP_id( 'sobiCats_CatUrl' + sid ).focus(); } catch ( e ) {} parent.document.getElementById( 'selectedCat' ).value = sid; parent.document.getElementById( 'selectedCatName' ).value = SP_id( 'sobiCats_CatUrl' + sid ).innerHTML; } </script> <div style="margin: 5px; padding: 5px;"> <div><?php $this->get( 'tree' )->display(); ?></div> </div>