From 822a630601960797266f0bae6aea3fdc3a141d5c Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 3 Jul 2012 11:08:08 +0200 Subject: Minor changes. --- tpl/file/upload-ok.php | 5 +++-- tpl/file/upload.php | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tpl/file/upload-ok.php b/tpl/file/upload-ok.php index 1d6559f..2d0ccdb 100644 --- a/tpl/file/upload-ok.php +++ b/tpl/file/upload-ok.php @@ -5,8 +5,9 @@ $minurl = $baseurl . $id . "-min." . $type; $imgurl = $baseurl . $id . "." . $type; ?> -

Preview :
- Image :
+

+ Preview :
+ File :
Markdown code : ]()

diff --git a/tpl/file/upload.php b/tpl/file/upload.php index 31bdda7..de2ea88 100644 --- a/tpl/file/upload.php +++ b/tpl/file/upload.php @@ -6,8 +6,8 @@ if ($user['id'] == 0) $message = "You should create an account so that you can t $form_message = "If you upload an image, a $img_mini_width"."px preview will be created."; $need_file = true; $fields = array( - array("label" => "Image file : ", "type" => "file", "name" => "file"), - array("label" => "Image title (optionnal) : ", "type" => "text", "name" => "name") + array("label" => "File : ", "type" => "file", "name" => "file"), + array("label" => "Filename (optionnal) : ", "type" => "text", "name" => "name") ); $validate = "Upload"; -- cgit v1.2.3