From 9e4cc73fbe0b6500ebe5d5f38621505b126b53fd Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 1 Dec 2010 09:43:41 +0000 Subject: [PATCH] Minor cleanup git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20463 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/ihtml/themes/default/infoPage.tpl | 32 ++++++++++++--------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/gosa-core/ihtml/themes/default/infoPage.tpl b/gosa-core/ihtml/themes/default/infoPage.tpl index de7fc22a7..8d1499774 100644 --- a/gosa-core/ihtml/themes/default/infoPage.tpl +++ b/gosa-core/ihtml/themes/default/infoPage.tpl @@ -1,6 +1,7 @@ +
{if $personalInfoAllowed} -

{t}Personal information{/t}

+

{t}User information{/t}

@@ -9,27 +10,26 @@ -
- {if $uid != ""}{/if} + {if $uid != ""}{/if} {if $sn != ""}{/if} {if $givenName != ""}{/if} {if $personalTitle != ""}{/if} {if $academicTitle != ""}{/if} - - {if $dateOfBirth != ""}{/if} - {if $mail != ""}{/if} + {if $homePostalAddress != ""}{/if} + {if $dateOfBirth != ""}{/if} + {if $mail != ""}{/if} {if $homePhone != ""}{/if} - {if $homePostalAddress != ""}{/if}
{t}User-ID{/t}:{$uid}
{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}Date of birth{/t}:{$dateOfBirth}
{t}Mail{/t}:{$mail}
{t}Home postal address{/t}:{$homePostalAddress}
{t}Date of birth{/t}:{$dateOfBirth}
{t}Mail{/t}:{$mail}
{t}Home phone{/t}:{$homePhone}
{t}Home postal address{/t}:{$homePostalAddress}
+ {if $o != ""}{/if} {if $ou != ""}{/if} - {if $l != ""}{/if} + {if $l != ""}{/if} {if $street != ""}{/if} - {if $departmentNumber != ""}{/if} + {if $departmentNumber != ""}{/if} - {if $employeeNumber != ""}{/if} + {if $employeeNumber != ""}{/if} {if $employeeType != ""}{/if}
{t}Organization{/t}:{$o}
{t}Organizational unit{/t}:{$ou}
{t}Location{/t}:{$l}
{t}Location{/t}:{$l}
{t}Street{/t}:{$street}
{t}Department number{/t}:{$departmentNumber}
{t}Department number{/t}:{$departmentNumber}
{t}Employee number{/t}:{$employeeNumber}
{t}Employee number{/t}:{$employeeNumber}
{t}Employee type{/t}:{$employeeType}
@@ -41,18 +41,24 @@ {if $plugins != ""}
-

{t}Management shortcuts{/t}

+

{t}User settings{/t}

{$plugins}
{/if} {if $managersCnt != 0}
-

{t}If you need assistance with this interface, please contact your administrative contact{/t}:

+

{t}Administrative contact{/t}

{foreach from=$managers item=item} -
+
{$item.str}
{/foreach} +
{/if} + +

+ + + -- 2.30.2