9 lines
195 B
Smarty
9 lines
195 B
Smarty
{if $state}
|
|
<input type="checkbox" value="1" name="spec_value[{$idSpec}]" class="input" checked />{$spec};
|
|
{else}
|
|
{literal}
|
|
<script>
|
|
alert('Podana nazwa istnieje!');
|
|
</script>
|
|
{/literal}
|
|
{/if} |