Skip to content

Commit

Permalink
FIxed some old <p> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 8, 2005
1 parent 01e8cf8 commit fa966ef
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions blocks/course_list/config_global.html
Original file line number Diff line number Diff line change
@@ -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">
Expand All @@ -24,4 +24,4 @@
<td colspan="3" align="center">
<input type="submit" value="<?php print_string("savechanges") ?>" /></td>
</tr>
</table>
</table>
4 changes: 2 additions & 2 deletions blocks/html/config_instance.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion blocks/online_users/config_global.html
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion blocks/rss_client/config_global.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions blocks/rss_client/config_instance.html
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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)) {
Expand All @@ -101,7 +101,7 @@
</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)) {
Expand All @@ -117,7 +117,7 @@
</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)) {
Expand All @@ -137,4 +137,4 @@
<input type="submit" value="<?php print_string('savechanges') ?>">
</td>
</tr>
</table>
</table>

0 comments on commit fa966ef

Please sign in to comment.