<th class="header c0" colspan="2"><?php print_string('testtrustedhosts', 'mnet'); ?></th>
</tr>
<?php
- if (!empty($test_ip_address)):
+ if (!empty($test_ip_address)){
?>
<tr>
<td class="cell c1" colspan="2">
</td>
</tr>
<?php
- else:
+ } else {
?>
<tr>
<td class="cell c1" colspan="2"><?php print_string('testtrustedhostsexplain', 'mnet'); ?></td>
</tr>
<?php
- endif;
+ }
?>
<tr>
<td class="cell c1" colspan="2">
<td><?php
choose_from_menu($type, "type", $this->config->type, "");
helpbutton("",get_string("type","block_glossary_random"),"moodle",true,false,get_string("typehelp","block_glossary_random"));
+ // helpbutton("type_help", get_string("type_help", "block_glossary_random"), "block/glossary_random");
?></td>
</tr>
$string['refreshSequenceList'] = 'Refresh sequence list';
$string['selectExistingSequence'] = 'Select an existing sequence or create a new sequence.';
$string['sequence'] = 'Select Sequence';
-$string['serverid'] = 'Enter the server ID received from <a href=http://www.lamsinternational.com target=_blank>LAMS international</a>.';
-$string['serverkey'] = 'Enter the server key received from <a href=http://www.lamsinternational.com target=_blank>LAMS international</a>.';
+$string['serverid'] = 'Enter the server ID received from <a href=\"http://www.lamsinternational.com\">LAMS international</a>.';
+$string['serverkey'] = 'Enter the server key received from <a href=\"http://www.lamsinternational.com\">LAMS international</a>.';
$string['serverurl'] = 'Enter the basic URL used to access the LAMS server. For example http://localhost:8080/lams';
$string['useSequence'] = 'Use selected sequence';
$string['visibletostudents'] = 'Show activity to students';