diff --git a/lam/lib/modules/quota.inc b/lam/lib/modules/quota.inc
index 04322b5d..f395d8ad 100644
--- a/lam/lib/modules/quota.inc
+++ b/lam/lib/modules/quota.inc
@@ -100,11 +100,15 @@ class quota extends baseModule {
),
"HardBlockLimit" => array(
"Headline" => _("Hard block limit"),
- "Text" => _("Hard block limit").'.', "SeeAlso" => ''.'Quota How-To'
+ "Text" => _("Hard block limit"), "SeeAlso" => array(
+ 'link' => 'http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.5',
+ 'text' => 'Quota How-To')
),
"GraceBlockPeriod" => array(
"Headline" => _("Grace block period"),
- "Text" => _("Grace block period. Most filesystems use a fixed maximum value of 7 days."), "SeeAlso" => ''.'Quota How-To'
+ "Text" => _("Grace block period. Most filesystems use a fixed maximum value of 7 days."), "SeeAlso" => array(
+ 'link' => 'http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.6',
+ 'text' => 'Quota How-To')
),
"UsedInodes" => array(
"Headline" => _("Used inodes"),
@@ -112,15 +116,21 @@ class quota extends baseModule {
),
"SoftInodeLimit" => array(
"Headline" => _("Soft inode limit"),
- "Text" => _("Soft inode (files) limit."), "SeeAlso" => ''.'Quota How-To'
+ "Text" => _("Soft inode (files) limit."), "SeeAlso" => array(
+ 'link' => 'http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.4',
+ 'text' => 'Quota How-To')
),
"HardInodeLimit" => array(
"Headline" => _("Hard inode limit"),
- "Text" => _("Hard inode (files) limit").'.', "SeeAlso" => ''.'Quota How-To'
+ "Text" => _("Hard inode (files) limit"), "SeeAlso" => array(
+ 'link' => 'http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.5',
+ 'text' => 'Quota How-To')
),
"GraceInodePeriod" => array(
"Headline" => _("Grace inode period"),
- "Text" => _("Grace inode (files) period. Most filesystems use a fixed maximum value of 7 days."), "SeeAlso" => ''.'Quota How-To'
+ "Text" => _("Grace inode (files) period. Most filesystems use a fixed maximum value of 7 days."), "SeeAlso" => array(
+ 'link' => 'http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.6',
+ 'text' => 'Quota How-To')
),
"upload" => array(
"Headline" => _("Quota"),