Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame^] | 1 | <h4>Storage quota</h4> |
| 2 | |
| 3 | <div class="section"> |
| 4 | |
| 5 | <table cellspacing="6" style="padding:6px"> |
| 6 | <tr> |
| 7 | <td>Issue attachments:</td> |
| 8 | <td>[include "quota-bar.ezt" attachment_quota]</td> |
| 9 | </tr> |
| 10 | <tr> |
| 11 | <td style="padding:15px 0"> |
| 12 | [if-any offer_quota_editing] |
| 13 | <input type="submit" name="savechanges" value="Update Quota"> |
| 14 | [end] |
| 15 | </td> |
| 16 | <td style="padding:15px 0"> |
| 17 | [if-any offer_quota_editing] |
| 18 | <input type="number" name="[attachment_quota.field_name]" value="[attachment_quota.quota_mb]" |
| 19 | size="5" min="1" style="font-size:90%; padding:0"> |
| 20 | [if-any errors.attachment_quota] |
| 21 | <div class="fielderror">[errors.attachment_quota]</div> |
| 22 | [end] |
| 23 | [else] |
| 24 | [attachment_quota.quota_mb] |
| 25 | [end] |
| 26 | MB |
| 27 | </td> |
| 28 | </tr> |
| 29 | </table> |
| 30 | </div> |