From eca44f56bd96fe43cb5c153818ee66f0d2954264 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 19 Jul 2010 17:28:48 +0000 Subject: [PATCH] MDL-21695 Removing commented code --- admin/mnet/peer_forms.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/admin/mnet/peer_forms.php b/admin/mnet/peer_forms.php index c34a7188961a1..2000ef56fd9f8 100644 --- a/admin/mnet/peer_forms.php +++ b/admin/mnet/peer_forms.php @@ -143,14 +143,6 @@ function definition() { $mform->addElement('static', 'certdetails', get_string('certdetails', 'mnet'), $OUTPUT->box('
' . $credstr . '
')); } - /* - // help icons - $mform->setHelpButton('ipaddress', array('ipaddress', get_string('ipaddress', 'mnet'), 'mnet')); - $mform->setHelpButton('public_key', array('public_key', get_string('public_key', 'mnet'), 'mnet')); - // TODO MDL-17087 I've been through vcs logs and I can't find any evidence the help files ever existed. - // Probably someone forgot to add them ;( So commenting out the icons for now - */ - // finished with static stuff, print save button $this->add_action_buttons(false); }