BitKeeper patch
Jonn Beames <jbeames-bi+AKbBUZKY6gyzm1THtWbp2dZbC/[email protected]> Mon, 21 Jul 2003 14:16:52 -0700
| Newsgroups | gmane.comp.cms.xaraya.patches |
|---|---|
| Message-ID | <[email protected]> |
This BitKeeper patch contains the following changesets: jbeames@jbeames01.(none)|ChangeSet|20030721202010|00507 # ID: [email protected]|ChangeSet|20020928131446|19176|e333bc156eae828a # User: jbeames # Host: jbeames01.(none) # Root: /home/jbeames/projects/bktest/stable # Patch vers: 1.3 # Patch type: REGULAR == ChangeSet == [email protected]|ChangeSet|20020928131446|19176|e333bc156eae828a [email protected]|ChangeSet|20030721073304|64761 D 1.1269 03/07/21 13:20:10-07:00 jbeames@jbeames01.(none) +2 -0 B [email protected]|ChangeSet|20020928131446|19176|e333bc156eae828a C c Give the custom menu items the ability to know if they are the current URL. K 507 P ChangeSet ------------------------------------------------ 0a0 > John.Cox@mcnabb.|html/modules/base/xartemplates/blocks/sidemenu.xd|20021215160056|27970|fad45bec jbeames@jbeames01.(none)|html/modules/base/xartemplates/blocks/sidemenu.xd|20030721201950|16557 > BK|html/modules/base/pnblocks/menu.php|19700101030959|02202|3af6a6c54f59b714 jbeames@jbeames01.(none)|html/modules/base/xarblocks/menu.php|20030721201950|17506 == html/modules/base/xarblocks/menu.php == BK|html/modules/base/pnblocks/menu.php|19700101030959|02202|3af6a6c54f59b714 [email protected]|html/modules/base/xarblocks/menu.php|20030713092254|36331 D 1.68 03/07/21 13:19:50-07:00 jbeames@jbeames01.(none) +1 -1 B [email protected]|ChangeSet|20020928131446|19176|e333bc156eae828a C c Give the usercontent (custom menu item) the ability to know if it is the current URL. K 17506 O -rw-rw-r-- P html/modules/base/xarblocks/menu.php ------------------------------------------------ D149 1 I149 1 $usercontent[] = array('title' => $title, 'url' => $url, 'comment' => $comment, 'child'=> $child, 'here'=> $currenturl); == html/modules/base/xartemplates/blocks/sidemenu.xd == John.Cox@mcnabb.|html/modules/base/xartemplates/blocks/sidemenu.xd|20021215160056|27970|fad45bec John.Cox@mcnabb.|html/modules/base/xartemplates/blocks/sidemenu.xd|20030712142121|49867 D 1.20 03/07/21 13:19:50-07:00 jbeames@jbeames01.(none) +9 -3 B [email protected]|ChangeSet|20020928131446|19176|e333bc156eae828a C c If a custom menu item is the current URL, give the users a visual clue as to where they are. K 16557 O -rw-rw-rw- P html/modules/base/xartemplates/blocks/sidemenu.xd ------------------------------------------------ I5 4 <xar:elseif condition="!empty($loop:item['child']) and ($loop:item['url'] eq $loop:item['here'])" /> <div class="xar-menu-item-current"> <div class="xar-menu-subitem">#$loop:item['title']#</div> </div> D7 3 I9 5 <div class="xar-menu-item-current"> <div class="xar-menu-subitem"><a href="#$loop:item['url']#" title="#$loop:item['comment']#">#$loop:item['title']#</a></div> </div> <xar:elseif condition="($loop:item['url'] eq $loop:item['here'])" /> <div class="xar-menu-item-current">#$loop:item['title']#</div> # Patch checksum=82773b7b