]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9457 Missed a few files
authornicolasconnault <nicolasconnault>
Mon, 23 Apr 2007 04:14:11 +0000 (04:14 +0000)
committernicolasconnault <nicolasconnault>
Mon, 23 Apr 2007 04:14:11 +0000 (04:14 +0000)
admin/mnet/trustedhosts.html
blocks/glossary_random/config_instance.html
lang/en_utf8/lams.php

index f2f4b88fb69cb2e53863e1d14c22066096f690b3..1aa16d38b1654a70e4161ffa72449a65dce0a471 100644 (file)
@@ -26,7 +26,7 @@ admin_externalpage_print_header($adminroot);
         <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">
@@ -42,13 +42,13 @@ admin_externalpage_print_header($adminroot);
         </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">
index 0f35eea6056a08bb840a027f156ca0a1b344ffbd..5b5d2ea07714f93ddb7458190d0b3b07bf64576e 100644 (file)
@@ -27,6 +27,7 @@
 <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> 
 
index b08b81a084e9aa4a872649736bd3b9bbd78958db..bed655fb1f0e9488baa14566ee05c6354733c5ee 100644 (file)
@@ -20,8 +20,8 @@ $string['openmonitor'] = 'Open LAMS Monitor';
 $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';