[vhffs-dev] [626] Fixed typo wich prevented acces to services preferences. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 626
Author: beuss
Date: 2007-05-23 14:13:20 +0000 (Wed, 23 May 2007)
Log Message:
-----------
Fixed typo wich prevented acces to services preferences.
Fixed mailing list preferences address.
Modified Paths:
--------------
branches/vhffs-design/vhffs-panel/mailinglist/index.pl
branches/vhffs-design/vhffs-panel/templates/misc/service_index.tmpl
branches/vhffs-design/vhffs-panel/themes/vhffs-ng/main.css
Modified: branches/vhffs-design/vhffs-panel/mailinglist/index.pl
===================================================================
--- branches/vhffs-design/vhffs-panel/mailinglist/index.pl 2007-05-23 12:11:37 UTC (rev 625)
+++ branches/vhffs-design/vhffs-panel/mailinglist/index.pl 2007-05-23 14:13:20 UTC (rev 626)
@@ -60,7 +60,7 @@
if($mls < 0) {
$panel->add_error( gettext('Unable to get mailing lists') );
} else {
- $panel->display($panel->create_service_index('mailing', $mls));
+ $panel->display($panel->create_service_index('mailinglist', $mls));
}
}
Modified: branches/vhffs-design/vhffs-panel/templates/misc/service_index.tmpl
===================================================================
--- branches/vhffs-design/vhffs-panel/templates/misc/service_index.tmpl 2007-05-23 12:11:37 UTC (rev 625)
+++ branches/vhffs-design/vhffs-panel/templates/misc/service_index.tmpl 2007-05-23 14:13:20 UTC (rev 626)
@@ -5,7 +5,7 @@
<tmpl_loop name="SERVICES">
<li><tmpl_var name="DISPLAYNAME">
<tmpl_if name="active">
- — <a href="/<tmpl_var name="SERVICE">/prefs.pl?name=<tmpl_var name="SERVERNAME">"><tmpl_var name="ADMIN_TEXT"></a> - <a href="/history.pl?OID=<tmpl_var name="OID">"><tmpl_var name="HISTORY_TEXT"></a>
+ — <a href="/<tmpl_var name="SERVICE">/prefs.pl?name=<tmpl_var name="DISPLAYNAME">"><tmpl_var name="ADMIN_TEXT"></a> - <a href="/history.pl?OID=<tmpl_var name="OID">"><tmpl_var name="HISTORY_TEXT"></a>
<tmpl_else>
(<tmpl_var name="state">)
</tmpl_if>
Modified: branches/vhffs-design/vhffs-panel/themes/vhffs-ng/main.css
===================================================================
--- branches/vhffs-design/vhffs-panel/themes/vhffs-ng/main.css 2007-05-23 12:11:37 UTC (rev 625)
+++ branches/vhffs-design/vhffs-panel/themes/vhffs-ng/main.css 2007-05-23 14:13:20 UTC (rev 626)
@@ -682,6 +682,10 @@
list-style-image: url('images/mailingentry.png');
}
+ul.mailinglistList {
+ list-style-image: url('images/mailingentry.png');
+}
+
ul.mysqlList {
list-style-image: url('images/dbentry.png');
}