From a1abec1d617c9330d9c06bda2f462d213f013f53 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 16 Oct 2009 20:54:48 +0000 Subject: Finish up standardizing views/default/* git-svn-id: http://code.elgg.org/elgg/trunk@3557 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/upload/upload_form_content.php | 54 +++++++++++++++++----------- 1 file changed, 33 insertions(+), 21 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 dd0938cc2..225560a3f 100644 --- a/views/default/upload/upload_form_content.php +++ b/views/default/upload/upload_form_content.php @@ -1,3 +1,17 @@ + +
"title_0" - )); - + echo elgg_view("input/text", array("internalname" => "title_0")); + ?>

@@ -35,7 +47,7 @@ if (!$vars['entity']) { 'upload_0')); - + ?>

@@ -50,10 +62,10 @@ if (!$vars['entity']) { "title", - "value" => $title, - )); - + "internalname" => "title", + "value" => $title, + )); + ?>

@@ -65,9 +77,9 @@ if (!$vars['entity']) { "description", - "value" => $description, - )); + "internalname" => "description", + "value" => $description, + )); ?>

@@ -77,10 +89,10 @@ if (!$vars['entity']) { "tags", - "value" => $tags, - )); - + "internalname" => "tags", + "value" => $tags, + )); + ?>

'access_id','value' => $access_id)); ?>

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