mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-05 02:38:24 +00:00
correced __DEPLOY_VERSION__
This commit is contained in:
parent
5bb713b157
commit
f1f0fffb1c
@ -12,7 +12,7 @@ defined('JPATH_BASE') or die;
|
|||||||
/**
|
/**
|
||||||
* Supports a modal weblink picker.
|
* Supports a modal weblink picker.
|
||||||
*
|
*
|
||||||
* @since 1.6
|
* @since __DEPLOY_VERSION__
|
||||||
*/
|
*/
|
||||||
class JFormFieldModal_Weblink extends JFormField
|
class JFormFieldModal_Weblink extends JFormField
|
||||||
{
|
{
|
||||||
@ -20,7 +20,7 @@ class JFormFieldModal_Weblink extends JFormField
|
|||||||
* The form field type.
|
* The form field type.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
* @since 3.6
|
* @since __DEPLOY_VERSION__
|
||||||
*/
|
*/
|
||||||
protected $type = 'Modal_Weblink';
|
protected $type = 'Modal_Weblink';
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ class JFormFieldModal_Weblink extends JFormField
|
|||||||
*
|
*
|
||||||
* @return string The field input markup.
|
* @return string The field input markup.
|
||||||
*
|
*
|
||||||
* @since 3.6
|
* @since __DEPLOY_VERSION__
|
||||||
*/
|
*/
|
||||||
protected function getInput()
|
protected function getInput()
|
||||||
{
|
{
|
||||||
@ -263,7 +263,7 @@ class JFormFieldModal_Weblink extends JFormField
|
|||||||
*
|
*
|
||||||
* @return string The field label markup.
|
* @return string The field label markup.
|
||||||
*
|
*
|
||||||
* @since 3.6
|
* @since __DEPLOY_VERSION__
|
||||||
*/
|
*/
|
||||||
protected function getLabel()
|
protected function getLabel()
|
||||||
{
|
{
|
||||||
|
@ -12,7 +12,7 @@ defined('_JEXEC') or die;
|
|||||||
/**
|
/**
|
||||||
* HTML Weblink View class for the Weblinks component
|
* HTML Weblink View class for the Weblinks component
|
||||||
*
|
*
|
||||||
* @since 1.5
|
* @since __DEPLOY_VERSION__
|
||||||
*/
|
*/
|
||||||
class WeblinksViewWeblink extends JViewLegacy
|
class WeblinksViewWeblink extends JViewLegacy
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user