-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from JoomJunk/development
Merge Version 1.3.2 into master
- Loading branch information
Showing
6 changed files
with
43 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
<?php | ||
/** | ||
* @package JoomJunk.Shoutbox | ||
* | ||
* @copyright Copyright (C) 2011 - 2013 JoomJunk. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE | ||
*/ | ||
* @package JJ_Social_Slider | ||
* @author JoomJunk <[email protected]> | ||
* @copyright Copyright (C) 2011 - 2013 JoomJunk. All Rights Reserved | ||
* @license GPL v3.0 or later http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
defined('_JEXEC') or die('Restricted access'); | ||
|
||
/** | ||
* Form Field class for JoomJunk. | ||
* Provides radio button inputs for the jQuery insertation in Joomla 2.5 only | ||
* | ||
* @package JoomJunk.Shoutbox | ||
* @subpackage Form | ||
* @since 2.0 | ||
* @package JJ_Social_Slider | ||
* @since 1.3.0 | ||
*/ | ||
class JFormFieldjQuery extends JFormField | ||
{ | ||
|
@@ -117,4 +116,4 @@ protected function getOptions() | |
|
||
return $options; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<license>http://www.gnu.org/licenses/gpl-3.0.html</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>http://www.joomjunk.co.uk</authorUrl> | ||
<version>1.3.1</version> | ||
<version>1.3.2</version> | ||
<description>JJ_SOCIAL_SLIDER_DESC</description> | ||
|
||
<files> | ||
|
@@ -209,6 +209,7 @@ | |
<field name="position" type="list" default="left" label="JJ_SOCIAL_SLIDER_POSITION" description="JJ_SOCIAL_SLIDER_POSITION_DESC"> | ||
<option value="left">JJ_SOCIAL_SLIDER_LEFT</option> | ||
<option value="right">JJ_SOCIAL_SLIDER_RIGHT</option> | ||
<option value="rtl">JJ_SOCIAL_SLIDER_LANGUAGE_DEFINED</option> | ||
</field> | ||
<field name="top" type="text" default="10" label="JJ_SOCIAL_SLIDER_TOP" description="JJ_SOCIAL_SLIDER_TOP_DESC" /> | ||
<field name="disable" type="list" default="0" label="JJ_SOCIAL_SLIDER_DISABLE" description="JJ_SOCIAL_SLIDER_DISABLE_DESC"> | ||
|