diff --git a/templates/editform.tpl b/templates/editform.tpl index 600e5b75..01af0a47 100644 --- a/templates/editform.tpl +++ b/templates/editform.tpl @@ -55,7 +55,13 @@ {/if} {/if} - {$field.desc} + + {if $table == 'foo' && $key == 'bar'} + Special handling (td content) for {$table} / {$key} + {else} + {$field.desc} + {/if} + {$fielderror.{$key}} {/if}