diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-04 15:46:10 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-04 15:46:10 +0000 |
| commit | f7d82ec52f533c620c94fe0327175747cc3d8877 (patch) | |
| tree | a4fdc5d31e700036083e11f31f17c8fca6cccd60 /modules/local_import/views/local_import_tree.html.php | |
| parent | f16224ae828e43204cf334681941c27f179e09c3 (diff) | |
Rename local_import module to server_add
Diffstat (limited to 'modules/local_import/views/local_import_tree.html.php')
| -rw-r--r-- | modules/local_import/views/local_import_tree.html.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/local_import/views/local_import_tree.html.php b/modules/local_import/views/local_import_tree.html.php deleted file mode 100644 index b664c679..00000000 --- a/modules/local_import/views/local_import_tree.html.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<script type="text/javascript"> -$("#<?= $uid ?>").ready(function() { - $("#<?= $uid ?> span.ui-icon").click(function(event) { - open_close_branch(this, event); - }); - - $("#<?= $uid ?> :checkbox").click(function(event) { - checkbox_click(this, event); - }); -}); -</script> -<ul id="<?= $uid ?>" class="gCheckboxTree"> - <? foreach ($data as $file => $file_info): ?> - <li class="<?= empty($file_info["is_dir"]) ? "gFile" : "gDirectory gCollapsed ui-icon-left" ?>"> - <? if (!empty($file_info["is_dir"])): ?> - <span class="ui-icon ui-icon-plus" ref="<?= $file ?>"></span> - <? endif ?> - <label> <?= form::checkbox("checkbox", $file) . " $file" ?> </label> - </li> - <? endforeach ?> -</ul> |
