[LON-CAPA-cvs] cvs: loncom /interface lonaboutme.pm
schualex
schualex@source.lon-capa.org
Mon, 02 Mar 2009 22:32:19 -0000
schualex Mon Mar 2 22:32:19 2009 EDT
Modified files:
/loncom/interface lonaboutme.pm
Log:
After that change the helpfunction in the blue table-element on the top of the page will only be shown in the EDITOR-View to clear out the PUBLIC VIEW of any unnecessary user-functions.
Index: loncom/interface/lonaboutme.pm
diff -u loncom/interface/lonaboutme.pm:1.107 loncom/interface/lonaboutme.pm:1.108
--- loncom/interface/lonaboutme.pm:1.107 Sun Mar 1 13:23:12 2009
+++ loncom/interface/lonaboutme.pm Mon Mar 2 22:32:19 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Personal Information Page
#
-# $Id: lonaboutme.pm,v 1.107 2009/03/01 13:23:12 neumanie Exp $
+# $Id: lonaboutme.pm,v 1.108 2009/03/02 22:32:19 schualex Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -223,7 +223,7 @@
#Print Help Text
if ($target ne 'tex') {
- if($privleged){
+ if($allowed){
$r->print(&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes')));
}
}