Fixed ShowEmail
[clearscm.git] / maps / php / list.php
index bc38d99..04ba543 100755 (executable)
@@ -60,7 +60,7 @@ $this_page = $next / $lines + 1;
 </div>
 
 <div class="content">
-  <?php NavigationBar ($userid)?>
+  <?php NavigationBar($userid)?>
   <form method="post" action="/maps/bin/processaction.cgi" name="list">
   <div align="center">
   <?php
@@ -101,10 +101,10 @@ $this_page = $next / $lines + 1;
       onclick="return ClearAll (document.list);">
     <?php print $next_button?>
   </div>
+  <div id="highlightrow">
   <table border="0" cellspacing="0" cellpadding="4" width="100%" align="center" name="list">
     <tr>
-      <th class="tableleftend">Seq</th>
-      <th class="tableheader">Mark</th>
+      <th class="tableleftend">&nbsp;</th>
       <th class="tableheader">Username</th>
       <th class="tableheader">@</th>
       <th class="tableheader">Domain</th>
@@ -114,11 +114,12 @@ $this_page = $next / $lines + 1;
       <th class="tablerightend">Comments</th>
     </tr>
 
-    <?php DisplayList ($type, $next, $lines)?>
+    <?php DisplayList($type, $next, $lines)?>
 
   </table>
   <br>
   </form>
+  </div>
   <div align=center>
     <form method="post" enctype="multipart/form-data"
       action="/maps/bin/importlist.cgi?type=<?php echo $type?>">