From a9af0e8733af2eb30552b74c734d6b0ea894e895 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Wed, 3 Oct 2007 06:48:25 +0000 Subject: [PATCH] KTS-2413 "links on toolbar became inactive - preferences , about, etc" Fixed. --- templates/kt3/standard_page.smarty | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/templates/kt3/standard_page.smarty b/templates/kt3/standard_page.smarty index d01f394..7ddcd4d 100644 --- a/templates/kt3/standard_page.smarty +++ b/templates/kt3/standard_page.smarty @@ -209,6 +209,27 @@ {/literal}
  • + {if ($page->user)} + {$page->user->getName()} + {/if} + {if !empty($page->userMenu)} + · + {/if} + {foreach item=aMenuItem from=$page->userMenu name=prefmenu} + {if ($aMenuItem.active == 1)} + {$aMenuItem.label} + {else} + {$aMenuItem.label} + {/if} + {if !$smarty.foreach.prefmenu.last} + · + {/if} + {/foreach} + {if ($page->getHelpURL() != null)}    {/if} +
  • + + +
  • @@ -232,24 +253,8 @@
    - {if ($page->user)} - {$page->user->getName()} - {/if} - {if !empty($page->userMenu)} - · - {/if} - {foreach item=aMenuItem from=$page->userMenu name=prefmenu} - {if ($aMenuItem.active == 1)} - {$aMenuItem.label} - {else} - {$aMenuItem.label} - {/if} - {if !$smarty.foreach.prefmenu.last} - · - {/if} - {/foreach} - {if ($page->getHelpURL() != null)}    {/if} -
  • + + -- libgit2 0.21.4