From c5cc2821311012a8a4385a304a043c4b41f2afbb Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 31 Aug 2009 19:05:21 +0000 Subject: All line endings are now Unix-style. git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/upload/upload_form_content.php | 230 +++++++++++++-------------- 1 file changed, 115 insertions(+), 115 deletions(-) (limited to 'views/default/upload') diff --git a/views/default/upload/upload_form_content.php b/views/default/upload/upload_form_content.php index c6208a8a5..dd0938cc2 100644 --- a/views/default/upload/upload_form_content.php +++ b/views/default/upload/upload_form_content.php @@ -1,115 +1,115 @@ - -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']) { - -?> -
-

- -

-

- -

-
-

">

- -

- -

- -

- -

-
-

-

- - -

- -

- - -

- -

- -"; - if (isset($vars['entity'])) - echo "getGUID()}\" />"; - -?> + +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']) { + +?> +
+

+ +

+

+ +

+
+

">

+ +

+ +

+ +

+ +

+
+

+

+ + +

+ +

+ + +

+ +

+ +"; + if (isset($vars['entity'])) + echo "getGUID()}\" />"; + +?> -- cgit v1.2.3