]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed some old <p> tags
authormoodler <moodler>
Tue, 8 Feb 2005 18:33:08 +0000 (18:33 +0000)
committermoodler <moodler>
Tue, 8 Feb 2005 18:33:08 +0000 (18:33 +0000)
blocks/course_list/config_global.html
blocks/html/config_instance.html
blocks/online_users/config_global.html
blocks/rss_client/config_global.html
blocks/rss_client/config_instance.html

index 946391fb5ce9f966981867f69f4f2bc02cfa07ee..9f0c786dc58309bb8bf463432f8f0883bef46c8c 100644 (file)
@@ -1,6 +1,6 @@
 <table cellpadding="9" cellspacing="0">
 <tr valign="top">
-    <td align="right"><p>block_course_list_adminview:</td>
+    <td align="right">block_course_list_adminview:</td>
     <td>
     <input name="block" type="hidden" value="<?php echo intval($_REQUEST['block']); ?>" />
     <select name="block_course_list_adminview">
@@ -24,4 +24,4 @@
     <td colspan="3" align="center">
     <input type="submit" value="<?php print_string("savechanges") ?>" /></td>
 </tr>
-</table>
\ No newline at end of file
+</table>
index 948042d3eb0a119bdd003607715e555b080cb0d8..6c6cacb17eefc85f382590104fb5194d34afe29f 100755 (executable)
@@ -1,11 +1,11 @@
 <?php $usehtmleditor = can_use_html_editor(); ?>
 <table cellpadding="9" cellspacing="0">
 <tr valign="top">
-    <td align="right"><p><?php print_string('configtitle', 'block_html'); ?>:</td>
+    <td align="right"><?php print_string('configtitle', 'block_html'); ?>:</td>
     <td><input type="text" name="title" size="30" value="<?php echo isset($this->config->title)?$this->config->title:''; ?>" /> (<?php print_string('leaveblanktohide', 'block_html'); ?>)</td>
 </tr>
 <tr valign="top">
-    <td align="right"><p><?php print_string('configcontent', 'block_html'); ?>:</td>
+    <td align="right"><?php print_string('configcontent', 'block_html'); ?>:</td>
     <td><?php print_textarea($usehtmleditor, 25, 50, 0, 0, 'text', isset($this->config->text)?$this->config->text:'') ?></td>
 </tr>
 <tr>
index 22c4f4636687c2b7a1e9eded19c9553fe2221206..50ed5db122f56953a27911412bfba71487d7fc0f 100644 (file)
@@ -1,6 +1,6 @@
 <table cellpadding="9" cellspacing="0">
 <tr valign="top">
-    <td align="right"><p>block_online_users_timetosee:</td>
+    <td align="right">block_online_users_timetosee:</td>
     <td>
     <input name="block" type="hidden" value="<?php echo intval($_REQUEST['block']); ?>" />
     <input name="block_online_users_timetosee" type="text" size="5" value="<?php 
index f82294a58135e9db0d4ea3d99ade68db0e07dbf1..cb7c9a1d5de3a8f9533a6dcd7baa5f359ff46639 100644 (file)
@@ -3,7 +3,7 @@
 ?>
 <table cellpadding="9" cellspacing="0">
 <tr valign="top">
-    <td align="right"><p>block_rss_client_num_entries:</td>
+    <td align="right">block_rss_client_num_entries:</td>
     <td>
     <input name="block" type="hidden" value="<?php echo intval($_REQUEST['block']); ?>" />
     <input name="block_rss_client_num_entries" type="text" size="5" value="<?php 
index 7ba45531c282fd598cd2737ed1a646a39b88a847..add9a607678ec6db8885925a6186a8e7c6043dea 100644 (file)
@@ -1,7 +1,7 @@
 <table cellpadding="9" cellspacing="0">
 <tr valign="top">
     <td align="right">
-        <p><?php print_string('block_rss_display_description_label', 'block_rss_client') ?></p>
+        <?php print_string('block_rss_display_description_label', 'block_rss_client') ?>
     </td>
     <td>
             <?php 
@@ -20,7 +20,7 @@
 </tr>
 <tr valign="top">
     <td align="right">
-        <p><?php print_string('block_rss_shownumentries_label', 'block_rss_client') ?></p>
+        <?php print_string('block_rss_shownumentries_label', 'block_rss_client') ?>
     </td>
     <td>
         <input name="shownumentries" type="text" size="5" value="<?php
@@ -38,7 +38,7 @@
 </tr>
 <tr valign="top">
     <td align="right">
-        <p><?php print_string('block_rss_choose_feed_label', 'block_rss_client') ?></p>
+        <?php print_string('block_rss_choose_feed_label', 'block_rss_client') ?>
     </td>
     <td>
         <?php 
@@ -90,7 +90,7 @@
     </td>
 </tr>
 <tr valign="top">
-    <td align="right"><p><?php print_string('uploadlabel'); ?></p></td>
+    <td align="right"><?php print_string('uploadlabel'); ?></td>
     <?php 
         $title = '';
         if (!empty($this->config) && !empty($this->config->title)) {
     </td>
 </tr>
 <tr valign="top">
-    <td align="right"><p><?php print_string('block_rss_client_show_channel_link_label', 'block_rss_client'); ?></p></td>
+    <td align="right"><?php print_string('block_rss_client_show_channel_link_label', 'block_rss_client'); ?></td>
     <td>
         <?php 
                 if (isset($this->config) && isset($this->config->block_rss_client_show_channel_link)) {
     </td>
 </tr>
 <tr valign="top">
-    <td align="right"><p><?php print_string('block_rss_client_show_image_label', 'block_rss_client'); ?></p></td>
+    <td align="right"><?php print_string('block_rss_client_show_image_label', 'block_rss_client'); ?></td>
     <td>
         <?php 
                 if (isset($this->config) && isset($this->config->block_rss_client_show_channel_image)) {
         <input type="submit" value="<?php print_string('savechanges') ?>">
     </td>
 </tr>
-</table>
\ No newline at end of file
+</table>