Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #129 from Hilarious001/patch-18
Browse files Browse the repository at this point in the history
Language error, nothing serious
  • Loading branch information
jkroepke committed Jan 31, 2016
2 parents 31f982f + 55e28c7 commit 8a4ddfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/templates/game/page.fleetStep2.default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<td class="transparent left">
<input id="radio_{$MissionID}" type="radio" name="mission" value="{$MissionID}" {if $mission == $MissionID}checked="checked"{/if} style="width:60px;"><label for="radio_{$MissionID}">{$LNG.type_mission.{$MissionID}}</label><br>
{if $MissionID == 15}<br><div style="color:red;padding-left:13px;">{$LNG.fl_expedition_alert_message}</div><br>{/if}
{if $MissionID == 11}<br><div style="color:red;padding-left:13px;">{$LNG.fl_dm_alert_message}</div><br>{/if}
{if $MissionID == 11}<br><div style="color:red;padding-left:13px;">{$fl_dm_alert_message}</div><br>{/if}
</td>
</tr>
{/foreach}
Expand Down Expand Up @@ -72,4 +72,4 @@
<script type="text/javascript">
data = {$fleetdata|json};
</script>
{/block}
{/block}

0 comments on commit 8a4ddfc

Please sign in to comment.