From 415daaa20a93b376566f19d2f31957e79a5a0b10 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <eric@unl.edu>
Date: Tue, 17 Apr 2012 18:18:03 +0000
Subject: [PATCH] [gh-312] Merging test into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1559 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl.module | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module
index fd3f8e50..777bb0aa 100644
--- a/sites/all/modules/unl/unl.module
+++ b/sites/all/modules/unl/unl.module
@@ -360,11 +360,13 @@ function unl_preprocess_page(&$vars) {
                           <li><a href="http://unlcms.unl.edu/community">Users Group</a>, the second Tuesday of each month at 3:00pm in Nebraska Union</li>
                           <li><a href="http://wdn.unl.edu/help/irc.shtml">WDN Chat Room</a></li></ul>
                       <p>Below are help topics automatically generated by Drupal.</p><hr />';
+      break;
     case 'admin/modules':
       if (!unl_user_is_administrator()) {
         // Changed here rather than using hook_help because the later merely appends to the existing text.
-        $vars['page']['help']['system_help']['#markup'] = '<p>Not all modules can be turned on/off. If you have questions about modules on this page or modules not yet part of the UNL project contact an administrator.</p>';
+        $vars['page']['help']['system_help']['#markup'] = '<p>Not all modules can be turned on/off. If you have questions about modules on this page or modules not yet part of the UNL project <a href="user/unl/technical_feedback">contact an administrator</a>.</p>';
       }
+      break;
   }
 }
 
-- 
GitLab