# HG changeset patch # User Matti Hamalainen # Date 1417071234 -7200 # Node ID bc2267ee7788eed58a965e5cf9749f57158e9394 # Parent 5d7e525b0eb580ac7b9dd976e0dc692701082183 Add note about files upload. diff -r 5d7e525b0eb5 -r bc2267ee7788 admajax.php --- 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 "
File(s) will be uploaded after adding entry.
"; $eid = $entry["id"]; $str = "
".chentities($title)."\n";