Skip to content

Commit

Permalink
revert calendar menu placement for ippf only
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Jul 2, 2009
1 parent 3a83122 commit c3a0aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/main/left_nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ function selpopup(selobj) {
<?php } else { // not athletic team ?>

<ul id="navigation">
<li><?php genTreeLink('RTop','cal',xl('Calendar')); ?></li>
<?php if (!$GLOBALS['ippf_specific']) genTreeLink('RTop','cal',xl('Calendar')); ?>
<li class="open"><span><?php xl('Patient/Client','e') ?></span>
<ul>
<li><span><?php xl('Management','e') ?></span>
Expand All @@ -786,7 +786,7 @@ function selpopup(selobj) {
</li>
<li class="open"><span><?php xl('Visits','e') ?></span>
<ul>
<?php if ($GLOBALS['athletic_team']) genTreeLink('RTop','ros',xl('Roster')); ?>
<?php if ($GLOBALS['ippf_specific']) genTreeLink('RTop','cal',xl('Calendar')); ?>
<?php genTreeLink('RBot','nen',xl('New Visit')); ?>
<?php genTreeLink('RBot','enc',xl('Current')); ?>
<?php genTreeLink('RBot','ens',xl('List')); ?>
Expand Down

0 comments on commit c3a0aa1

Please sign in to comment.