|
|
@@ -324,6 +324,30 @@ 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 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>
|
|
|
{foreach $customfields as $customfield}
|
|
|
<div class="form-group">
|