Skip to content

Commit 7944e05

Browse files
committed
Add "Friend of Perl" and "Future Friend of Perl" to template
1 parent f87a420 commit 7944e05

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

po/de.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,3 +912,9 @@ msgstr "Dürfen wir Ihren Vortrag aufnehmen?"
912912

913913
msgid "Aww, why not?"
914914
msgstr "Aww, wieso nicht?"
915+
916+
msgid "Friend of Perl"
917+
msgstr "Freund von Perl"
918+
919+
msgid "Future Friend of Perl"
920+
msgstr "Zukünftiger Freund von Perl"

po/en.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,3 +1439,9 @@ msgstr "May we record your talk?"
14391439

14401440
msgid "Aww, why not?"
14411441
msgstr "Aww, why not?"
1442+
1443+
msgid "Friend of Perl"
1444+
msgstr "Friend of Perl"
1445+
1446+
msgid "Future Friend of Perl"
1447+
msgstr "Future Friend of Perl"

templates/core/user/purchase

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ if (window.act) {
8787
[% END %]
8888
[% END %]
8989
[% END %]
90+
9091
<tr>
9192
<td colspan="2">
9293
<label for="form-donation">{{Donation}}:</label>
@@ -101,6 +102,21 @@ if (window.act) {
101102
<td align="right"><strong><span id="totalamount">0</span></strong></td>
102103
<td>[% currency %]</td>
103104
</tr>
105+
106+
<tr>
107+
<td align="right"><input type="checkbox" value="friend-of-perl" id="friend-of-perl" name="friend-of-perl" /></td>
108+
<td><label for="friend-of-perl">{{Friend of Perl}}</label></td>
109+
<td align="right">250</td>
110+
<td>Dollars</td>
111+
</tr>
112+
113+
<tr>
114+
<td align="right"><input type="checkbox" value="future-friend-of-perl" id="future-friend-of-perl" name="future-friend-of-perl" /></td>
115+
<td><label for="future-friend-of-perl">{{Future Friend of Perl}}</label></td>
116+
<td align="right">100</td>
117+
<td>Dollars</td>
118+
</tr>
119+
104120
<tr>
105121
<td colspan="4" align="right">
106122
<input type="submit" name="purchase" value="{{Buy now!}}" />

0 commit comments

Comments
 (0)