From 5b829f0c5aeff54ece7b26787e01b2e36f5204ae Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 15 Dec 2010 02:25:54 +0000 Subject: upload form content view not used anywhere git-svn-id: http://code.elgg.org/elgg/trunk@7626 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/upload/upload_form_content.php | 123 --------------------------- 1 file changed, 123 deletions(-) delete mode 100644 views/default/upload/upload_form_content.php diff --git a/views/default/upload/upload_form_content.php b/views/default/upload/upload_form_content.php deleted file mode 100644 index 5b66a9bf3..000000000 --- a/views/default/upload/upload_form_content.php +++ /dev/null @@ -1,123 +0,0 @@ - - - -title; - $description = $vars['entity']->description; - $tags = $vars['entity']->tags; - $access_id = $vars['entity']->access_id; -} else { - $title = ""; - $description = ""; - $tags = ""; - $access_id = get_default_access(); -} - -$plugin = $vars['plugin']; - -if (!$vars['entity']) { - -?> -
-

- -

-

- -

-
-

">

- -

- -

- -

- - "description", - "value" => $description, - )); - ?> -

-

-

- - -

- -

- - -

- -

- -"; - } - if (isset($vars['entity'])) { - echo "getGUID()}\" />"; - } \ No newline at end of file -- cgit v1.2.3