You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{if $item.itemId}
|
|
|
<div{if $field.options_map.prepend or $field.options_map.append} class="input-group"{/if}>
|
|
|
{if $field.options_map.prepend}
|
|
|
<span class="input-group-text">{$field.options_map.prepend} </span>
|
|
|
{/if}
|
|
|
<input type="text" class="form-control" value="{$field.value|escape}" disabled="disabled">
|
|
|
{if $field.options_map.append}
|
|
|
<span class="input-group-text">{$field.options_map.append}</span>
|
|
|
{/if}
|
|
|
</div>
|
|
|
{else}
|
|
|
{tr}(automatically generated after item creation){/tr}
|
|
|
{/if}
|