|
|
@@ -289,7 +289,7 @@ var _localLang = {
|
|
|
</td>
|
|
|
<td></td>
|
|
|
<td align='left'>
|
|
|
- <div class="form-group">
|
|
|
+ <div class="form-group" style="min-height:3em;">
|
|
|
<label for="customfield{$customfields[1].id}">{$customfields[1].name}</label>
|
|
|
{$customfields[1].input}
|
|
|
{if $customfields[1].description}
|
|
|
@@ -327,31 +327,6 @@ var _localLang = {
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
- <td align='left'>
|
|
|
- <div class="form-group">
|
|
|
- <label for="customfield{$customfields[4].id}">{$customfields[4].name}</label>
|
|
|
- {$customfields[4].input}
|
|
|
- {if $customfields[4].description}
|
|
|
- <span class="field-help-text">
|
|
|
- {$customfields[4].description}
|
|
|
- </span>
|
|
|
- {/if}
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td></td>
|
|
|
- <td align='left'>
|
|
|
- <div class="form-group">
|
|
|
- <label for="customfield{$customfields[5].id}">{$customfields[5].name}</label>
|
|
|
- {$customfields[5].input}
|
|
|
- {if $customfields[5].description}
|
|
|
- <span class="field-help-text">
|
|
|
- {$customfields[5].description}
|
|
|
- </span>
|
|
|
- {/if}
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="alert alert-info">
|