- Timestamp:
- 09/03/10 18:01:27 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/modules/aMedia/templates/uploadSuccess.php
r2134 r2136 16 16 <?php echo $form->renderGlobalErrors() ?> 17 17 18 <?php // Error message if they don't select anything at all. This is the only validation done in this pass ?> 19 <?php if ($mustUploadSomething): ?> 20 <h4>You must select a file to upload with the Browse Files button.</h4> 21 <?php endif ?> 22 18 23 <form method="POST" action="<?php echo url_for("aMedia/upload") ?>" enctype="multipart/form-data" id="a-media-upload-form"> 19 24 <?php echo $form->renderHiddenFields() ?>

