X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=templates%2Fimport_entry.tpl;h=be96fd2935593e8a56db471728e26447358fffd5;hb=refs%2Fheads%2Fmultivalue;hp=63a0c2582faefca33bbb5c852d3407b6e79939de;hpb=3dcc26f728beaeee605bad5e641759c74d83732e;p=contagged diff --git a/templates/import_entry.tpl b/templates/import_entry.tpl index 63a0c25..be96fd2 100644 --- a/templates/import_entry.tpl +++ b/templates/import_entry.tpl @@ -1,39 +1,50 @@ -
- - {$entry.name}, {$entry.givenname} - - - - - - - - - - - - - - - - - - - {foreach from=$entry.mail item=mail} - - {/foreach} - - - - - - - -
+ + {$entry.name|h}, {$entry.givenname|h}
+ {$entry.organization|h} {$entry.street|h} {$entry.zip|h} {$entry.location|h} + + +
+ + + + + + + + + + + + {foreach from=$entry.phone item=phone} + + {/foreach} + + + + {foreach from=$entry.homephone item=homephone} + + {/foreach} + + + + {foreach from=$entry.mail item=mail} + + {/foreach} + + + {if $conf.privatebook} + + + {else} + + {/if} + +
+