--- loncom/homework/lonsimpleproblemedit.pm	2009/05/11 16:51:22	1.22
+++ loncom/homework/lonsimpleproblemedit.pm	2009/06/11 16:48:28	1.23
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Simple Problem Parameter Setting "Editor"
 #
-# $Id: lonsimpleproblemedit.pm,v 1.22 2009/05/11 16:51:22 bisitz Exp $
+# $Id: lonsimpleproblemedit.pm,v 1.23 2009/06/11 16:48:28 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -222,18 +222,14 @@ sub handler {
 					     $spell_header));
     if ($symb) {
 	$r->print('<h1>'.&Apache::lonnet::gettitle($symb).'</h1>');
-        $r->print('<p class="LC_warning">'
-                 .&mt('Note: it can take up to 10 minutes for changes to take effect for all users.')
-                 .&Apache::loncommon::help_open_topic('Caching')
-                 .'</p>'
-        );
         my $displaylink = &get_parent_uri($symb);
         if ($displaylink ne '') {
-            $r->print(&Apache::lontemplate::start_functionslist()
-                     .&Apache::lontemplate::item_functionslist(
-                          '<a href="'.$displaylink.'">'.&mt('Student View').'</a>')
-                     .&Apache::lontemplate::end_functionslist()
-            );
+            my $functions=&Apache::lonhtmlcommon::start_funclist()
+                         .&Apache::lonhtmlcommon::add_item_funclist(
+                              '<a href="'.$displaylink.'">'
+                             .&mt('Student View').'</a>')
+                             .&Apache::lonhtmlcommon::end_funclist();
+            $r->print(&Apache::loncommon::head_subbox($functions));
         } else {
             $r->print('<p class="LC_error">'
                      .&mt('An error occurred retrieving the link to this problem.')
@@ -243,6 +239,11 @@ sub handler {
                      .'</p>'
             );
         }
+        $r->print('<p class="LC_warning">'
+                 .&mt('Note: it can take up to 10 minutes for changes to take effect for all users.')
+                 .&Apache::loncommon::help_open_topic('Caching')
+                 .'</p>'
+        );
 
 	$r->print('<table border="2" bgcolor="#FFFFFF" width="100%"><tr><td>'.
                   &rawrendering($symb).