[ticket/15041] Show error if there are not attachments

PHPBB3-15041
This commit is contained in:
Rubén Calvo 2017-10-17 18:56:00 +02:00
parent 3f95d49fee
commit cc361144f9

View file

@ -340,6 +340,7 @@
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
<!-- IF .orphan -->
<table class="table1 zebra-table fixed-width-table"> <table class="table1 zebra-table fixed-width-table">
<thead> <thead>
<tr> <tr>
@ -369,6 +370,11 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- ELSE -->
<div class="errorbox">
<p>{L_NO_ATTACHMENTS}</p>
</div>
<!-- ENDIF -->
<!-- IF TOTAL_FILES --> <!-- IF TOTAL_FILES -->
<div class="pagination"> <div class="pagination">
@ -381,10 +387,13 @@
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF .orphan -->
<p class="submit-buttons"> <p class="submit-buttons">
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp; <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
</p> </p>
<!-- ENDIF -->
{S_FORM_TOKEN} {S_FORM_TOKEN}
</fieldset> </fieldset>
</form> </form>