Skip to content

Commit

Permalink
Remove colons from inputs of addon panel and register
Browse files Browse the repository at this point in the history
  • Loading branch information
vampy committed Oct 13, 2016
1 parent d2ff21b commit c6120af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tpl/default/addons/panel.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<td itemprop="author" id="addon-designer">{$addon.designer}</td>
</tr>
<tr>
<td><strong>{t}Upload date:{/t}</strong></td>
<td><strong>{t}Upload date{/t}</strong></td>
<td itemprop="dateModified">{$addon.info.upload_date}</td>
</tr>
<tr>
<td><strong>{t}Submitted by{/t}</strong></td>
<td><a href="users.php?user={$addon.info.submitter}">{$addon.info.submitter}</a></td>
</tr>
<tr>
<td><strong>{t}Revision:{/t}</strong></td>
<td><strong>{t}Revision{/t}</strong></td>
<td itemprop="version">{$addon.info.revision}</td>
</tr>
<tr>
Expand Down Expand Up @@ -243,7 +243,7 @@
{if $has_permission}
<div class="row">
<div class="col-md-12">
<h4>{t}Included in Game Versions:{/t}</h4>
<h4>{t}Included in Game Versions{/t}</h4>
<form id="addon-edit-include-versions" class="form-horizontal">
<div class="form-group">
<label for="addon-edit-include-start" class="col-md-1">
Expand Down Expand Up @@ -277,7 +277,7 @@
{*Set status flags*}
<div class="row">
<div class="col-md-12">
<h4>{t}Status Flags:{/t}</h4>
<h4>{t}Status Flags{/t}</h4>
<form id="addon-set-flags">
<table class="table table-striped">
<thead>
Expand Down Expand Up @@ -350,7 +350,7 @@
{*Moderator notes*}
<div class="row">
<div class="col-md-12">
<h4>{t}Notes from Moderator to Submitter:{/t}</h4>
<h4>{t}Notes from Moderator to Submitter{/t}</h4>
{$readonly=" readonly"}
{if $has_permission}
{$readonly=""}
Expand Down
2 changes: 1 addition & 1 deletion tpl/default/register.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</div>
<div class="form-group">
<div class="col-md-3">
<label for="reg_terms">{t}Terms:{/t}</label>
<label for="reg_terms">{t}Terms{/t}</label>
</div>
<div class="col-md-7">
<textarea rows="20" cols="70" readonly id="reg_terms">
Expand Down

0 comments on commit c6120af

Please sign in to comment.