tags.html修复
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
|
{if empty($value)}
|
||||||
|
<input type="text" value="" id="{$field}" name="{$field}" data-role="tagsinput" />
|
||||||
|
{else/}
|
||||||
<input type="text" value="{$value|implode=',',###}" id="{$field}" name="{$field}" data-role="tagsinput" />
|
<input type="text" value="{$value|implode=',',###}" id="{$field}" name="{$field}" data-role="tagsinput" />
|
||||||
|
{/if}
|
||||||
Reference in New Issue
Block a user