Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Side by Side Diff: appengine/monorail/templates/project/project-admin-quota-part.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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="[atta chment_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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698