From 0328eb2da2ce7069df72b2036cf1ee4bda59f264 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 17 May 2009 22:18:47 +0000 Subject: A little cleanup of old stuff --- views/default/input/accessRead.php | 61 ---------------------------------- views/default/input/cover_checkbox.php | 6 ---- views/default/input/multi_radio.php | 10 ++---- views/default/tidypics/hover_menu.php | 4 --- views/default/tidypics/icon.php | 4 --- 5 files changed, 2 insertions(+), 83 deletions(-) delete mode 100644 views/default/input/accessRead.php (limited to 'views/default') diff --git a/views/default/input/accessRead.php b/views/default/input/accessRead.php deleted file mode 100644 index 81392b19f..000000000 --- a/views/default/input/accessRead.php +++ /dev/null @@ -1,61 +0,0 @@ - 0) - { - - /* my hacks (pay no attention please =D ) - //allow showing of group for write access - if($vars['group_write']) $vars['options'] = trigger_plugin_hook('access:collections:write','user',array('user_id' => $_SESSION['guid'], 'site_id' => 0),$vars['options']); - */ - - //developer check - to check the value being sent initially - //echo 'given value: '.$vars['value'].'
'; - - //if no value currently set - specify default - if (empty($vars['value']) && $vars['value'] != '0') - $vars['value'] = 2; - - - foreach($vars['options'] as $key => $option) { - if ($key == $vars['value']) { -?> - - class=""> - - \ No newline at end of file diff --git a/views/default/input/cover_checkbox.php b/views/default/input/cover_checkbox.php index 48c7d51cc..04132661d 100644 --- a/views/default/input/cover_checkbox.php +++ b/views/default/input/cover_checkbox.php @@ -7,12 +7,6 @@ * it handles the checkboxes via arrays, but i only need one and i did not want to use time figuring it all out * simple and sweet , one checkbox. * - * @package Elgg - * @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 - * @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/multi_radio.php b/views/default/input/multi_radio.php index 11f4c13b8..3e3bb1649 100644 --- a/views/default/input/multi_radio.php +++ b/views/default/input/multi_radio.php @@ -1,15 +1,9 @@ diff --git a/views/default/tidypics/icon.php b/views/default/tidypics/icon.php index 614fa3ad0..c960bc00b 100644 --- a/views/default/tidypics/icon.php +++ b/views/default/tidypics/icon.php @@ -3,10 +3,6 @@ * Elgg tidypic icon * Optionally you can specify a size. * - * @package ElggFile - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ */ global $CONFIG; -- cgit v1.2.3