From 488d84633e944dda8381ce9e8fd99674702b9e8c Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 6 Feb 2008 19:45:08 +0000 Subject: Changed the way the submenu-tabs is displayed. Now tabs are defined in the .menu files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@705 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/template-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/template-html.lsp') diff --git a/app/template-html.lsp b/app/template-html.lsp index f042e23..884c5cc 100644 --- a/app/template-html.lsp +++ b/app/template-html.lsp @@ -116,13 +116,13 @@ Content-Type: text/html - %s\n',class,v,v )) + io.write (string.format('\t\t\t%s\n',class,submenu[k]["action"],submenu[k]["tab"] )) end ?> -- cgit v1.2.3