mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
spacing tidy up
This commit is contained in:
parent
a4221c1d20
commit
fd9576fb1b
6 changed files with 51 additions and 46 deletions
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php // $Id$ //
|
||||
require_once($CFG->libdir .'/rsslib.php');
|
||||
|
||||
$id = optional_param('id', SITEID, PARAM_INT);
|
||||
|
@ -7,7 +7,7 @@ $id = optional_param('id', SITEID, PARAM_INT);
|
|||
$page = page_create_object($this->instance->pagetype, $this->instance->pageid);
|
||||
|
||||
/// Print tabs at top
|
||||
$currentaction = optional_param( 'currentaction','',PARAM_ALPHA );
|
||||
$currentaction = optional_param('currentaction', '', PARAM_ALPHA);
|
||||
if (empty($currentaction) || $currentaction == 'configblock') {
|
||||
$currentaction = 'configblock';
|
||||
} else {
|
||||
|
@ -38,6 +38,7 @@ if ($currentaction == 'configblock') {
|
|||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right" width="50%">
|
||||
<?php print_string('shownumentrieslabel', 'block_rss_client') ?>
|
||||
|
@ -56,6 +57,7 @@ if ($currentaction == 'configblock') {
|
|||
?>" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right" width="50%">
|
||||
<?php print_string('choosefeedlabel', 'block_rss_client') ?>
|
||||
|
@ -95,6 +97,7 @@ if ($currentaction == 'configblock') {
|
|||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right" width="50%"><?php print_string('uploadlabel'); ?></td>
|
||||
<?php
|
||||
|
@ -106,6 +109,7 @@ if ($currentaction == 'configblock') {
|
|||
<td width="50%"><input type="text" name="title" size="30" value="<?php echo $title; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right" width="50%"><?php print_string('clientshowchannellinklabel', 'block_rss_client'); ?></td>
|
||||
<td width="50%">
|
||||
|
@ -122,6 +126,7 @@ if ($currentaction == 'configblock') {
|
|||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right" width="50%"><?php print_string('clientshowimagelabel', 'block_rss_client'); ?></td>
|
||||
<td width="50%">
|
||||
|
@ -138,6 +143,7 @@ if ($currentaction == 'configblock') {
|
|||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<input type="submit" value="<?php print_string('savechanges') ?>">
|
||||
|
@ -153,4 +159,4 @@ if ($currentaction == 'configblock') {
|
|||
print '</form>'; //not sure that this is needed
|
||||
rss_print_form($act, $url, $rssid, $preferredtitle, $id);
|
||||
print '</td></tr></table>';
|
||||
} ?>
|
||||
} ?>
|
Loading…
Add table
Add a link
Reference in a new issue