From d23e2291a5cfc16abffcac92cba96dfad8021292 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 22 Dec 2004 02:51:54 +0000 Subject: [PATCH] Checking in some old changes from Shane, I think ... just spacing ... --- mod/glossary/view.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mod/glossary/view.php b/mod/glossary/view.php index e26f5b10fb..3c147ea428 100644 --- a/mod/glossary/view.php +++ b/mod/glossary/view.php @@ -238,7 +238,7 @@ echo '

' . stripslashes_safe($glossary->name); if ( $isuserframe and $mode != 'search') { /// the "Print" icon - echo " id&mode=$mode&hook=$hook&sortkey=$sortkey&sortorder=$sortorder&offset=$offset\">"; + echo " id&mode=$mode&hook=$hook&sortkey=$sortkey&sortorder=$sortorder&offset=$offset\">\n"; echo ''; } echo '

'; @@ -251,7 +251,7 @@ } /// Search box -// echo '

'; + echo '
'; echo '

'; @@ -277,11 +277,12 @@ print_simple_box_end(); echo '
'; + echo '
'; include("tabs.html"); include_once("sql.php"); - + /// printing the entries $entriesshown = 0; $currentpivot = ''; @@ -371,6 +372,7 @@ print_simple_box('
' . get_string("noentries","glossary") . '
',"center","95%"); } + if ($ratingsmenuused) { echo "

"; if ($glossary->scale < 0) { @@ -388,7 +390,7 @@ echo $paging; echo ''; } - echo '

'; + echo '
'; echo '

'; glossary_print_tabbed_table_end(); if ( $debug and isadmin() ) { -- 2.39.5