From 69bd87f4129a872042675cac195b14990ea7f707 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 23 Jan 2009 15:35:30 +0000 Subject: Refs #706 git-svn-id: https://code.elgg.org/elgg/trunk@2611 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/access.php | 2 +- views/default/input/button.php | 2 +- views/default/input/calendar.php | 2 +- views/default/input/checkboxes.php | 2 +- views/default/input/email.php | 2 +- views/default/input/file.php | 2 +- views/default/input/form.php | 2 +- views/default/input/hidden.php | 2 +- views/default/input/longtext.php | 2 +- views/default/input/password.php | 2 +- views/default/input/pulldown.php | 2 +- views/default/input/radio.php | 2 +- views/default/input/reset.php | 2 +- views/default/input/submit.php | 2 +- views/default/input/tags.php | 2 +- views/default/input/text.php | 2 +- views/default/input/url.php | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'views/default/input') diff --git a/views/default/input/access.php b/views/default/input/access.php index 693a8da4a..9cd1e3d99 100644 --- a/views/default/input/access.php +++ b/views/default/input/access.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/button.php b/views/default/input/button.php index fadce6075..08d96d900 100644 --- a/views/default/input/button.php +++ b/views/default/input/button.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/calendar.php b/views/default/input/calendar.php index 0082d2a7e..81f2f58cb 100644 --- a/views/default/input/calendar.php +++ b/views/default/input/calendar.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php index da53bf271..fefcecc2c 100644 --- a/views/default/input/checkboxes.php +++ b/views/default/input/checkboxes.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/email.php b/views/default/input/email.php index bedf93e27..9fc620a38 100644 --- a/views/default/input/email.php +++ b/views/default/input/email.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/file.php b/views/default/input/file.php index de0098b3e..03e9e067d 100644 --- a/views/default/input/file.php +++ b/views/default/input/file.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/default/input/form.php b/views/default/input/form.php index 2931fb07c..da666318d 100644 --- a/views/default/input/form.php +++ b/views/default/input/form.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['body'] The body of the form (made up of other input/xxx views and html diff --git a/views/default/input/hidden.php b/views/default/input/hidden.php index 4ff9f31da..5d3015414 100644 --- a/views/default/input/hidden.php +++ b/views/default/input/hidden.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/longtext.php b/views/default/input/longtext.php index 85c3f8186..c28028217 100644 --- a/views/default/input/longtext.php +++ b/views/default/input/longtext.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/password.php b/views/default/input/password.php index 6fbd7254b..75650b6c7 100644 --- a/views/default/input/password.php +++ b/views/default/input/password.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/pulldown.php b/views/default/input/pulldown.php index 96b4d19aa..fcd13a6b3 100644 --- a/views/default/input/pulldown.php +++ b/views/default/input/pulldown.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/radio.php b/views/default/input/radio.php index 1595e796f..8be62c752 100644 --- a/views/default/input/radio.php +++ b/views/default/input/radio.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/reset.php b/views/default/input/reset.php index 6aa9d1c82..c2e77670f 100644 --- a/views/default/input/reset.php +++ b/views/default/input/reset.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/submit.php b/views/default/input/submit.php index 28a0bc5fd..1602a9009 100644 --- a/views/default/input/submit.php +++ b/views/default/input/submit.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/tags.php b/views/default/input/tags.php index e4c7d645d..c5d8454da 100644 --- a/views/default/input/tags.php +++ b/views/default/input/tags.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/text.php b/views/default/input/text.php index a6045cf4c..9f8ab79f7 100644 --- a/views/default/input/text.php +++ b/views/default/input/text.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any diff --git a/views/default/input/url.php b/views/default/input/url.php index 24e4f6a1d..5de25f283 100644 --- a/views/default/input/url.php +++ b/views/default/input/url.php @@ -8,7 +8,7 @@ * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any -- cgit v1.2.3