[enh] tell the user that (s)he can upload compressed files
This commit is contained in:
parent
5b555f5281
commit
f166518bb2
|
@ -212,7 +212,7 @@ echo $msg->msg_html_all();
|
||||||
<br />
|
<br />
|
||||||
<input type="submit" id="sendthisfile" class="ina" value="<?php __("Send this file"); ?>" />
|
<input type="submit" id="sendthisfile" class="ina" value="<?php __("Send this file"); ?>" />
|
||||||
<?php echo sprintf(_("Warning: max size: %s"),$bro->getMaxAllowedUploadSize() ); ?>
|
<?php echo sprintf(_("Warning: max size: %s"),$bro->getMaxAllowedUploadSize() ); ?>
|
||||||
</form>
|
<?php __("(If you upload a compressed file, <br />you will be able to uncompress it after.)"); ?></form>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 20px"> </td>
|
<td style="width: 20px"> </td>
|
||||||
|
|
Loading…
Reference in New Issue