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.
 
 
 
 
 
 

5 lines
235 B

{if $field.options_array[0] eq 0 or $tiki_p_admin_trackers eq 'y'}
<input type="text" name="{$field.ins_id}" value="{if $field.value}{$field.value|escape}{else}{$IP|escape}{/if}" class="form-control">
{else}
{$IP|escape}
{/if}