aboutsummaryrefslogtreecommitdiff
path: root/views/default/input
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input')
-rw-r--r--views/default/input/access.php2
-rw-r--r--views/default/input/autocomplete.php2
-rw-r--r--views/default/input/button.php2
-rw-r--r--views/default/input/captcha.php2
-rw-r--r--views/default/input/checkboxes.php2
-rw-r--r--views/default/input/datepicker.php2
-rw-r--r--views/default/input/email.php2
-rw-r--r--views/default/input/file.php2
-rw-r--r--views/default/input/form.php2
-rw-r--r--views/default/input/hidden.php2
-rw-r--r--views/default/input/longtext.php2
-rw-r--r--views/default/input/password.php2
-rw-r--r--views/default/input/plaintext.php2
-rw-r--r--views/default/input/pulldown.php2
-rw-r--r--views/default/input/radio.php2
-rw-r--r--views/default/input/reset.php2
-rw-r--r--views/default/input/securitytoken.php2
-rw-r--r--views/default/input/submit.php2
-rw-r--r--views/default/input/tags.php2
-rw-r--r--views/default/input/text.php2
-rw-r--r--views/default/input/url.php2
-rw-r--r--views/default/input/urlshortener.php2
-rw-r--r--views/default/input/userpicker.php2
23 files changed, 0 insertions, 46 deletions
diff --git a/views/default/input/access.php b/views/default/input/access.php
index 2515180ce..b7273acb1 100644
--- a/views/default/input/access.php
+++ b/views/default/input/access.php
@@ -6,9 +6,7 @@
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/autocomplete.php b/views/default/input/autocomplete.php
index b6044e55f..28e0cf6a7 100644
--- a/views/default/input/autocomplete.php
+++ b/views/default/input/autocomplete.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @todo This currently only works for ONE AUTOCOMPLETE TEXT FIELD on a page.
*
diff --git a/views/default/input/button.php b/views/default/input/button.php
index d6d3aec62..63a140524 100644
--- a/views/default/input/button.php
+++ b/views/default/input/button.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/captcha.php b/views/default/input/captcha.php
index d1d780e77..210e0f50a 100644
--- a/views/default/input/captcha.php
+++ b/views/default/input/captcha.php
@@ -4,7 +4,5 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
?> \ No newline at end of file
diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php
index dfab90a0a..adfe19914 100644
--- a/views/default/input/checkboxes.php
+++ b/views/default/input/checkboxes.php
@@ -9,8 +9,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses string $vars['internalname'] The name of the input fields (Forced to an array by appending [])
* @uses array $vars['options'] An array of strings representing the label => option for the each checkbox field
diff --git a/views/default/input/datepicker.php b/views/default/input/datepicker.php
index 684c872f9..fceb8b30c 100644
--- a/views/default/input/datepicker.php
+++ b/views/default/input/datepicker.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/email.php b/views/default/input/email.php
index f8df87dd4..efe2c5848 100644
--- a/views/default/input/email.php
+++ b/views/default/input/email.php
@@ -6,9 +6,7 @@
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/file.php b/views/default/input/file.php
index bd27df525..bf9101991 100644
--- a/views/default/input/file.php
+++ b/views/default/input/file.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['js'] Any Javascript to enter into the input tag
* @uses $vars['internalname'] The name of the input field
diff --git a/views/default/input/form.php b/views/default/input/form.php
index c22e644b9..f40d8ad8c 100644
--- a/views/default/input/form.php
+++ b/views/default/input/form.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['body'] The body of the form (made up of other input/xxx views and html
* @uses $vars['method'] Method (default POST)
diff --git a/views/default/input/hidden.php b/views/default/input/hidden.php
index 2abf4faf5..a5fb01e73 100644
--- a/views/default/input/hidden.php
+++ b/views/default/input/hidden.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/longtext.php b/views/default/input/longtext.php
index e1bc235e3..6fe2c9e8e 100644
--- a/views/default/input/longtext.php
+++ b/views/default/input/longtext.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any - will be html encoded
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/password.php b/views/default/input/password.php
index ad9f45c16..90864a4a7 100644
--- a/views/default/input/password.php
+++ b/views/default/input/password.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/plaintext.php b/views/default/input/plaintext.php
index dd1178945..cf798e4d8 100644
--- a/views/default/input/plaintext.php
+++ b/views/default/input/plaintext.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/pulldown.php b/views/default/input/pulldown.php
index 415ab3ad8..7eb9456b4 100644
--- a/views/default/input/pulldown.php
+++ b/views/default/input/pulldown.php
@@ -7,8 +7,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/radio.php b/views/default/input/radio.php
index 8520b2b83..82c49fea4 100644
--- a/views/default/input/radio.php
+++ b/views/default/input/radio.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/reset.php b/views/default/input/reset.php
index bb8d278c3..1d5e47ccb 100644
--- a/views/default/input/reset.php
+++ b/views/default/input/reset.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/securitytoken.php b/views/default/input/securitytoken.php
index a2a4a0e01..9a8cb1ebe 100644
--- a/views/default/input/securitytoken.php
+++ b/views/default/input/securitytoken.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$ts = time();
diff --git a/views/default/input/submit.php b/views/default/input/submit.php
index 377a86c8f..dd520fa8e 100644
--- a/views/default/input/submit.php
+++ b/views/default/input/submit.php
@@ -6,8 +6,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/tags.php b/views/default/input/tags.php
index 1c71cb0e0..5a7ca4ef3 100644
--- a/views/default/input/tags.php
+++ b/views/default/input/tags.php
@@ -6,9 +6,7 @@
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any - string or array - tags will be encoded
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/text.php b/views/default/input/text.php
index a77956985..ea35efe2a 100644
--- a/views/default/input/text.php
+++ b/views/default/input/text.php
@@ -6,9 +6,7 @@
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/url.php b/views/default/input/url.php
index 0b9e124c6..1271bd3be 100644
--- a/views/default/input/url.php
+++ b/views/default/input/url.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/urlshortener.php b/views/default/input/urlshortener.php
index 7a8c2786a..ecfb02efa 100644
--- a/views/default/input/urlshortener.php
+++ b/views/default/input/urlshortener.php
@@ -4,7 +4,5 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
?> \ No newline at end of file
diff --git a/views/default/input/userpicker.php b/views/default/input/userpicker.php
index 75186c948..f51f9f484 100644
--- a/views/default/input/userpicker.php
+++ b/views/default/input/userpicker.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
* @uses $vars['internalname'] The name of the input field