Skip to content

Commit

Permalink
Checking in some old changes from Shane, I think ... just spacing ...
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Dec 22, 2004
1 parent dab4593 commit d23e229
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mod/glossary/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
echo '<p align="center"><font size="3"><b>' . stripslashes_safe($glossary->name);
if ( $isuserframe and $mode != 'search') {
/// the "Print" icon
echo " <a title =\"". get_string("printerfriendly","glossary") . "\" target=\"printview\" href=\"print.php?id=$cm->id&amp;mode=$mode&amp;hook=$hook&amp;sortkey=$sortkey&amp;sortorder=$sortorder&amp;offset=$offset\">";
echo " <a title =\"". get_string("printerfriendly","glossary") . "\" target=\"printview\" href=\"print.php?id=$cm->id&amp;mode=$mode&amp;hook=$hook&amp;sortkey=$sortkey&amp;sortorder=$sortorder&amp;offset=$offset\">\n";
echo '<img border="0" src="print.gif" alt="" /></a>';
}
echo '</b></font></p>';
Expand All @@ -251,7 +251,7 @@
}

/// Search box
// echo '<p>';
echo '<br />';

echo '<form method="post" action="view.php">';

Expand All @@ -277,11 +277,12 @@
print_simple_box_end();

echo '</form>';
echo '<br />';

include("tabs.html");

include_once("sql.php");

/// printing the entries
$entriesshown = 0;
$currentpivot = '';
Expand Down Expand Up @@ -371,6 +372,7 @@
print_simple_box('<center>' . get_string("noentries","glossary") . '</center>',"center","95%");
}


if ($ratingsmenuused) {
echo "<p><center><input type=\"submit\" value=\"".get_string("sendinratings", "glossary")."\" />";
if ($glossary->scale < 0) {
Expand All @@ -388,7 +390,7 @@
echo $paging;
echo '</div>';
}
echo '<p>';
echo '<br />';
echo '</center>';
glossary_print_tabbed_table_end();
if ( $debug and isadmin() ) {
Expand Down

0 comments on commit d23e229

Please sign in to comment.