identifier,$this->identifiersDnd) ? ' id="'.(((int)(Tools::getValue($this->identifiersDnd[$this->identifier], 1))) ? substr($this->identifier,3,strlen($this->identifier)) : '').'"' : '' )*}
- class="table"
- {*(array_key_exists($this->identifier,$this->identifiersDnd) AND ($this->_orderBy != 'position 'AND $this->_orderWay != 'DESC')) ? ' tableDnD' : '' ).'"*}
+ {if $table_id} id={$table_id}{/if}
+ class="table {if $table_dnd}tableDnd{/if}"
cellpadding="0" cellspacing="0">
@@ -138,10 +138,8 @@
{elseif $params.type == 'date' || $params.type == 'datetime'}
- {*
- {l s='From'}
- {l s='To'}
- *}
+ {l s='From'}
+ {l s='To'}
{elseif $params.type == 'select'}
{if isset($params.filter_key)}
|