Skip to content

Commit 78816a0

Browse files
committed
hestiacp#1043 Adjustments to logo / iframe
- Set fixed image to logo.png (60px x 60px) - Ajusted frame height - Minor change to v-add-web-domain-stats to how it handles aliases.
1 parent 0727ef9 commit 78816a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/v-add-web-domain-stats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cat $WEBTPL/$type/$type.tpl |\
7575
-e "s|%domain%|$domain|g" \
7676
-e "s|%user%|$user|g" \
7777
-e "s|%home%|$HOMEDIR|g" \
78-
-e "s|%alias%|${aliases//,/ }|g" \
78+
-e "s|%alias%|$stats_alias|g" \
7979
-e "s|%alias_idn%|$stats_alias|g" \
8080
> $HOMEDIR/$user/conf/web/$domain/$type.conf
8181

install/deb/templates/web/awstats/index.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
44
<title>Awstats log analyzer </title>
55
</head>
6-
<frameset rows="60,*" cols="*">
6+
<frameset rows="80,*" cols="*">
77
<frame src="nav.html" name="nav" scrolling="no" noresize>
88
<frame src="%month%/index.html" name="stats">
99
</frameset>

install/deb/templates/web/awstats/nav.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<table width="100%" border="0" cellspacing="0" cellpadding="0">
1212
<tr>
13-
<td><img src="logo.png" alt="hestia"></td>
13+
<td><img src="logo.png" alt="hestia" height="60px" width="60px"></td>
1414
<td><form name="period" action="" method="get">
1515
<select name="select" ONCHANGE="change()">
1616
%select_month%

0 commit comments

Comments
 (0)