Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
94890d75
Commit
94890d75
authored
May 28, 2008
by
tbrehm
Browse files
Make headers clickable in menu.
parent
2f07ae7b
Changes
4
Show whitespace changes
Inline
Side-by-side
interface/web/mail/lib/module.conf.php
View file @
94890d75
...
...
@@ -83,7 +83,7 @@ $module['nav'][] = array( 'title' => 'Fetchmail',
//**** Statistics menu
$items
=
array
();
$items
[]
=
array
(
'title'
=>
'Mailbox
es
'
,
$items
[]
=
array
(
'title'
=>
'Mailbox
traffic
'
,
'target'
=>
'content'
,
'link'
=>
'mail/mail_user_stats.php'
);
...
...
interface/web/nav.php
View file @
94890d75
...
...
@@ -85,6 +85,7 @@ if(isset($_GET['nav']) && $_GET['nav'] == 'side') {
$tmp_items
[]
=
$item
;
}
$nav
[
'title'
]
=
$app
->
lng
(
$nav
[
'title'
]);
$nav
[
'startpage'
]
=
$_SESSION
[
's'
][
'module'
][
'startpage'
];
$nav
[
'items'
]
=
$tmp_items
;
$nav_translated
[]
=
$nav
;
}
...
...
interface/web/themes/default/style.css
View file @
94890d75
...
...
@@ -85,6 +85,10 @@ body{
border-left-color
:
#999999
;
text-align
:
left
;
}
.navLeftHead
a
{
text-decoration
:
none
;
color
:
#4E70A7
;
}
.navLeftItem
{
font-family
:
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
10px
;
...
...
interface/web/themes/default/templates/sidenav.tpl.htm
View file @
94890d75
...
...
@@ -6,7 +6,7 @@
<tmpl_loop
name=
"nav_left"
>
<table
bgcolor=
"#F4F6FB"
width=
"115"
>
<tr>
<td
class=
"navLeftHead"
><tmpl_var
name=
"title"
></td>
<td
class=
"navLeftHead"
><
a
href=
"#"
onClick=
"loadContent('<tmpl_var name='startpage'>')"
><
tmpl_var
name=
"title"
></
a></
td>
</tr>
<tr>
<td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment