Untypo
authorJoey Schulze <joey@infodrom.org>
Wed, 7 Nov 2007 22:11:53 +0000 (22:11 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 7 Nov 2007 22:11:53 +0000 (22:11 +0000)
src/InfoCon/stempel/index.wml
src/InfoCon/stempel/submenu.inc

index 03d0bae..1e5fa47 100644 (file)
@@ -21,7 +21,7 @@
   }
 
   $table_head = '<h3 class="bar">%s</h3>
-<table class=font width="100%%" border=0 cellpadding=2 cellspacing=0>
+<table class="font" width="100%%" border=0 cellpadding=2 cellspacing=0>
 <tr bgcolor=#<colh>>
   <th width=15%%>Datum</th>
   <th width=10%%>Dauer</th>
@@ -29,7 +29,7 @@
 </tr>';
   $table_foot = '</table>';
   $table_row = '<tr bgcolor=#%s><td>%s</td><td align="center">%s</td><td><a href="edit.php?id=%d">%s</a></td></tr>';
-  $table_sum = '<tr bgcolor=#%s><td>&nbsp;</td><td align="center">%s</td><td>Sum</td></tr>';
+  $table_sum = '<tr bgcolor=#%s><td>&nbsp;</td><td align="center">%s</td><td>Summe</td></tr>';
 
   $query = "SELECT oid,start,customer,time,task FROM stempel WHERE time IS NOT NULL ";
   if (isset($month) && $month !== 'all')
index 8804977..0613a2f 100644 (file)
@@ -20,7 +20,7 @@
   printf('<option value="all"%s>All</option>', $month == 'all'?' selected':'');
 ?>
 </select>
-<br><input type=submit value="Select">
+<br><center><input type=submit value="Select"></center>
 </form>
 </when>