]> git.mjollnir.org Git - moodle.git/commitdiff
Changing the inline centering with an id.
authordefacer <defacer>
Mon, 31 Jan 2005 01:20:43 +0000 (01:20 +0000)
committerdefacer <defacer>
Mon, 31 Jan 2005 01:20:43 +0000 (01:20 +0000)
user/index.php

index ff870bee55d7ef1307e67092b8ea2832de0a436a..23db93bde0b5bb951d36ab833d385a145b3bc747 100644 (file)
     echo '</h2>';
 
     if (($CFG->longtimenosee < 500) and (!$page) and ($sort == "lastaccess")) {
-        echo '<p style="text-align: center;">('.get_string('unusedaccounts', '', $CFG->longtimenosee).')</p>';
+        echo '<p id="longtimenosee">('.get_string('unusedaccounts', '', $CFG->longtimenosee).')</p>';
     }
 
     /// Print paging bars if necessary