From: cajus Date: Wed, 1 Dec 2010 09:53:19 +0000 (+0000) Subject: Add italic X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=260d3a2f20aa20cd5591012ec264ed491f9d3417;p=gosa.git Add italic git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20464 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/ihtml/themes/default/infoPage.tpl b/gosa-core/ihtml/themes/default/infoPage.tpl index 8d1499774..60dcd77bd 100644 --- a/gosa-core/ihtml/themes/default/infoPage.tpl +++ b/gosa-core/ihtml/themes/default/infoPage.tpl @@ -10,27 +10,27 @@ - {if $uid != ""}{/if} - {if $sn != ""}{/if} - {if $givenName != ""}{/if} - {if $personalTitle != ""}{/if} - {if $academicTitle != ""}{/if} - {if $homePostalAddress != ""}{/if} - {if $dateOfBirth != ""}{/if} - {if $mail != ""}{/if} - {if $homePhone != ""}{/if} + {if $uid != ""}{/if} + {if $sn != ""}{/if} + {if $givenName != ""}{/if} + {if $personalTitle != ""}{/if} + {if $academicTitle != ""}{/if} + {if $homePostalAddress != ""}{/if} + {if $dateOfBirth != ""}{/if} + {if $mail != ""}{/if} + {if $homePhone != ""}{/if}
{t}User ID{/t}:{$uid}
{t}Surname{/t}:{$sn}
{t}Given name{/t}:{$givenName}
{t}Personal title{/t}:{$personalTitle}
{t}Academic title{/t}:{$academicTitle}
{t}Home postal address{/t}:{$homePostalAddress}
{t}Date of birth{/t}:{$dateOfBirth}
{t}Mail{/t}:{$mail}
{t}Home phone{/t}:{$homePhone}
{t}User ID{/t}:{$uid}
{t}Surname{/t}:{$sn}
{t}Given name{/t}:{$givenName}
{t}Personal title{/t}:{$personalTitle}
{t}Academic title{/t}:{$academicTitle}
{t}Home postal address{/t}:{$homePostalAddress}
{t}Date of birth{/t}:{$dateOfBirth}
{t}Mail{/t}:{$mail}
{t}Home phone{/t}:{$homePhone}
- {if $o != ""}{/if} - {if $ou != ""}{/if} - {if $l != ""}{/if} - {if $street != ""}{/if} - {if $departmentNumber != ""}{/if} + {if $o != ""}{/if} + {if $ou != ""}{/if} + {if $l != ""}{/if} + {if $street != ""}{/if} + {if $departmentNumber != ""}{/if} - {if $employeeNumber != ""}{/if} - {if $employeeType != ""}{/if} + {if $employeeNumber != ""}{/if} + {if $employeeType != ""}{/if}
{t}Organization{/t}:{$o}
{t}Organizational unit{/t}:{$ou}
{t}Location{/t}:{$l}
{t}Street{/t}:{$street}
{t}Department number{/t}:{$departmentNumber}
{t}Organization{/t}:{$o}
{t}Organizational unit{/t}:{$ou}
{t}Location{/t}:{$l}
{t}Street{/t}:{$street}
{t}Department number{/t}:{$departmentNumber}
{t}Employee number{/t}:{$employeeNumber}
{t}Employee type{/t}:{$employeeType}
{t}Employee number{/t}:{$employeeNumber}
{t}Employee type{/t}:{$employeeType}