|
|
@@ -300,6 +300,30 @@ var _localLang = {
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <td align='left'>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="customfield{$customfields[2].id}">{$customfields[2].name}</label>
|
|
|
+ {$customfields[2].input}
|
|
|
+ {if $customfields[2].description}
|
|
|
+ <span class="field-help-text">
|
|
|
+ {$customfields[2].description}
|
|
|
+ </span>
|
|
|
+ {/if}
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td align='left'>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="customfield{$customfields[3].id}">{$customfields[3].name}</label>
|
|
|
+ {$customfields[3].input}
|
|
|
+ {if $customfields[3].description}
|
|
|
+ <span class="field-help-text">
|
|
|
+ {$customfields[3].description}
|
|
|
+ </span>
|
|
|
+ {/if}
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
</table>
|
|
|
{foreach $customfields as $customfield}
|
|
|
<div class="form-group">
|