Display new tabs for the 'Themes' config page in mnet
authordonal72 <donal72>
Tue, 2 Oct 2007 16:09:17 +0000 (16:09 +0000)
committerdonal72 <donal72>
Tue, 2 Oct 2007 16:09:17 +0000 (16:09 +0000)
admin/mnet/mnet_review.html
admin/mnet/mnet_review_allhosts.html
admin/mnet/mnet_services.html

index 8f43791cdf07febbd33cacf095839b4addd47849..31fdcad9d70c6102dd1a1f4602801210954aa52b 100644 (file)
@@ -10,6 +10,7 @@ admin_externalpage_print_header();
 if (isset($mnet_peer->id) && $mnet_peer->id > 0) {
     $tabs[] = new tabobject('mnetdetails', 'peers.php?step=update&amp;hostid='.$mnet_peer->id, $strmnetedithost, $strmnetedithost, false);
     $tabs[] = new tabobject('mnetservices', 'mnet_services.php?step=list&amp;hostid='.$mnet_peer->id, $strmnetservices, $strmnetservices, false);
+    $tabs[] = new tabobject('mnetthemes', 'mnet_themes.php?step=list&amp;hostid='.$mnet_peer->id, $strmnetthemes, $strmnetthemes, false);
     if ($mnet_peer->application->name == 'moodle') {
         $tabs[] = new tabobject('mnetlog', $logurl, $strmnetlog, $strmnetlog, false);
     }
index 81451efa113de09d4b4408cf124ff5e324846ef9..246e81cc6c70b424ff7c09a9f46677f116a8f448 100644 (file)
@@ -3,6 +3,7 @@ admin_externalpage_print_header();
 
 $tabs[] = new tabobject('mnetdetails', 'peers.php?step=update&amp;hostid='.$mnet_peer->id, $strmnetedithost, $strmnetedithost, false);
 $tabs[] = new tabobject('mnetservices', 'mnet_services.php?step=list&amp;hostid='.$mnet_peer->id, $strmnetservices, $strmnetservices, false);
+$tabs[] = new tabobject('mnetthemes', 'mnet_themes.php?step=list&amp;hostid='.$mnet_peer->id, $strmnetthemes, $strmnetthemes, false);
 print_tabs(array($tabs), 'mnetdetails');
 
 print_simple_box_start("center", "");
index e020aae589f421f7f54ef66f93fa2f80f8d5254d..ae83cb7ea80abe9afb03b304199ebfb7205f17e5 100644 (file)
@@ -9,6 +9,7 @@ $logurl = $CFG->wwwroot.
 
 $tabs[] = new tabobject('mnetdetails', 'peers.php?step=update&amp;hostid='.$mnet_peer->id, $strmnetedithost, $strmnetedithost, false);
 $tabs[] = new tabobject('mnetservices', 'mnet_services.php?step=list&amp;hostid='.$mnet_peer->id, $strmnetservices, $strmnetservices, false);
+$tabs[] = new tabobject('mnetthemes', 'mnet_themes.php?step=list&amp;hostid='.$mnet_peer->id, $strmnetthemes, $strmnetthemes, false);
 if ($mnet_peer->id != $CFG->mnet_all_hosts_id && $mnet_peer->application->name == 'moodle') {
     $tabs[] = new tabobject('mnetlog', $logurl, $strmnetlog, $strmnetlog, false);
 }