changeset 903:bc2267ee7788

Add note about files upload.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 Nov 2014 08:53:54 +0200
parents 5d7e525b0eb5
children c4bff14a8a50
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Nov 27 08:47:52 2014 +0200
+++ b/admajax.php	Thu Nov 27 08:53:54 2014 +0200
@@ -177,7 +177,7 @@
 function stGetFileUploadAndSelector($mode, $entry, $type, $file_id, $title)
 {
   if ($mode == 2)
-    return "";
+    return "<div>File(s) will be uploaded after adding entry.</div>";
 
   $eid = $entry["id"];
   $str = "<div class=\"editControl\"><span class=\"editControlTitle\">".chentities($title)."</span>\n";