Skip to content

Commit

Permalink
Merge pull request #426 from khoa-nd/master
Browse files Browse the repository at this point in the history
Merged
  • Loading branch information
khoa-nd committed Oct 1, 2015
2 parents 65d3584 + f58f0a1 commit ec3c604
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/main/resources/template/confirmUserJoinChallenge.en.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@
<tr>
<td width="100%" align="left" class="fullWidth">
<table border="0" cellspacing="0" cellpadding="0" align="left" style="margin: 0 auto; color:#000000" width="100%">
<#if firstPlaceReward > 0>
<tr>
<td align="left" width="45%" style="font-size: 14px; padding-left: 15px" valign="top">
1st Place Reward (USD):
Expand All @@ -469,8 +468,6 @@
$${firstPlaceReward}
</td>
</tr>
</#if>
<#if secondPlaceReward > 0>
<tr>
<td style="height:5px; line-height: 5px;">
<img height="1" width="1" src="http://images.vietnamworks.com/x.gif" style="display:block; border: 0px" />
Expand All @@ -487,8 +484,6 @@
$${secondPlaceReward}
</td>
</tr>
</#if>
<#if thirdPlaceReward > 0>
<tr>
<td style="height:5px; line-height: 5px;">
<img height="1" width="1" src="http://images.vietnamworks.com/x.gif" style="display:block; border: 0px" />
Expand All @@ -505,7 +500,6 @@
$${thirdPlaceReward}
</td>
</tr>
</#if>
</table>
</td>
</tr>
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/template/confirmUserJoinChallenge.vi.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@
<tr>
<td width="100%" align="left" class="fullWidth">
<table border="0" cellspacing="0" cellpadding="0" align="left" style="margin: 0 auto; color:#000000" width="100%">
<#if firstPlaceReward > 0>
<tr>
<td align="left" width="45%" style="font-size: 14px; padding-left: 15px" valign="top">
Giải nhất (USD):
Expand All @@ -477,8 +476,6 @@
<img height="1" width="1" src="http://images.vietnamworks.com/x.gif" style="display:block; border: 0px" />
</td>
</tr>
</#if>
<#if secondPlaceReward > 0>
<tr>
<td align="left" width="45%" style="font-size: 14px; padding-left: 15px" valign="top">
Giải nhì (USD):
Expand All @@ -495,8 +492,6 @@
<img height="1" width="1" src="http://images.vietnamworks.com/x.gif" style="display:block; border: 0px" />
</td>
</tr>
</#if>
<#if thirdPlaceReward > 0>
<tr>
<td align="left" width="45%" style="font-size: 14px; padding-left: 15px" valign="top">
Giải ba (USD):
Expand All @@ -505,7 +500,6 @@
$${thirdPlaceReward}
</td>
</tr>
</#if>
</table>
</td>
</tr>
Expand Down

0 comments on commit ec3c604

Please sign in to comment.