|
@@ -288,6 +288,7 @@ var _localLang = {
|
|
|
{/if}
|
|
{/if}
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ <td></td>
|
|
|
<td align='left'>
|
|
<td align='left'>
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="customfield{$customfields[1].id}">{$customfields[1].name}</label>
|
|
<label for="customfield{$customfields[1].id}">{$customfields[1].name}</label>
|
|
@@ -312,6 +313,7 @@ var _localLang = {
|
|
|
{/if}
|
|
{/if}
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ <td>@</td>
|
|
|
<td align='left'>
|
|
<td align='left'>
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="customfield{$customfields[3].id}">{$customfields[3].name}</label>
|
|
<label for="customfield{$customfields[3].id}">{$customfields[3].name}</label>
|
|
@@ -336,6 +338,7 @@ var _localLang = {
|
|
|
{/if}
|
|
{/if}
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ <td></td>
|
|
|
<td align='left'>
|
|
<td align='left'>
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="customfield{$customfields[5].id}">{$customfields[5].name}</label>
|
|
<label for="customfield{$customfields[5].id}">{$customfields[5].name}</label>
|
|
@@ -349,17 +352,6 @@ var _localLang = {
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
|
- {foreach $customfields as $customfield}
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- <label for="customfield{$customfield.id}">{$customfield.name}</label>
|
|
|
|
|
- {$customfield.input}
|
|
|
|
|
- {if $customfield.description}
|
|
|
|
|
- <span class="field-help-text">
|
|
|
|
|
- {$customfield.description}
|
|
|
|
|
- </span>
|
|
|
|
|
- {/if}
|
|
|
|
|
- </div>
|
|
|
|
|
- {/foreach}
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="alert alert-info">
|
|
<div class="alert alert-info">
|
|
|
<div id='hints'>
|
|
<div id='hints'>
|