mirror of https://github.com/avecms/AVE.cms.git
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.
7 lines
602 B
7 lines
602 B
7 years ago
|
{if $single_line_numeric != load}
|
||
|
{assign var=single_line_numeric value='' scope="global"}
|
||
|
<script language="JavaScript" type="text/javascript" src="{$ABS_PATH}fields/{$field_dir}/js/field.js"></script>
|
||
|
{assign var=single_line_numeric value="load" scope="global"}
|
||
|
{/if}
|
||
|
<input type="text" style="width: 250px;" name="feld[{$field_id}][0]" value="{$field_value.0}" class="field_numeric mousetrap" data-num-dot="2" autocomplete="off" />
|
||
|
<input type="text" style="width: 250px;" name="feld[{$field_id}][1]" value="{$field_value.1}" class="field_numeric mousetrap" data-num-dot="2" autocomplete="off" />
|