summaryrefslogtreecommitdiff
path: root/UI/frameset.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-09 02:21:21 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-09 02:21:21 +0000
commitbdff0866f37cded4d1aaabd214ee22209864b0f6 (patch)
tree41a7e40fd585a8fd7bc044226d551c55348ce303 /UI/frameset.html
parentae39575800beeff17d7b4ef5a188df850939cd82 (diff)
Moving menu over to new template and stored proc model. THe menu expansion/contraction doesn't quite work yet and there needs to be some additional help on the CSS/Javascript side of this.
Also, this makes a few changes to the lower-level Perl API. Classes calling LedgerSMB::call_procedure() directly may need some editing but I believe I got them all. These changes were necessary to accomodate zero-argument stored procedures. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1355 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/frameset.html')
-rw-r--r--UI/frameset.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/frameset.html b/UI/frameset.html
index 9c5b51cc..67afad76 100644
--- a/UI/frameset.html
+++ b/UI/frameset.html
@@ -17,7 +17,7 @@
<frameset cols="155,*" border="1">
- <frame name="acc_menu" src="menu.pl?login=<?lsmb login ?>&amp;action=acc_menu&amp;path=bin/mozilla&amp;js=1" />
+ <frame name="acc_menu" src="menu.pl?login=<?lsmb login ?>&amp;action=expanding_menu&amp;path=bin/mozilla&amp;js=1" />
<frame name="main_window" src="<?lsmb main ?>" />
</frameset>
</html>