summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd63ec6)
raw | patch | inline | side by side (parent: bd63ec6)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Dec 2005 14:22:51 +0000 (14:22 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Dec 2005 14:22:51 +0000 (14:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2275 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 6151838bc1bfa4221355fd874f561b2cff40b881..a9c0e3463dcba6bed930da0be3a0caf058575419 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
if($post_var){
$output.= "<div style='border:1px solid #E0E0E0; background-color:#FFFFFF;'>
- <table width='100%'><tr><td style='width:25%'></td><td style='align:center;'>";
+ <table width='100%'><tr><td style='width:25%'></td><td style='text-align:center;'>";
}else{
$output.= "<div style='border:1px solid #E0E0E0; background-color:#FFFFFF;'>";
}
/* Draw pages */
for ($i= $begin; $i < $end; $i++) {
if ($ppage == $i){
- $output.= "<a style=\"background-color:#D0D0D0;\" href=\"main.php?plug=".
+ $output.= "<a style=\"vertical-align:middle;background-color:#D0D0D0;\" href=\"main.php?plug=".
validate($_GET['plug'])."&start=".
($i*$range)."\"> ".($i+1)." </a>";
} else {
- $output.= "<a href=\"main.php?plug=".validate($_GET['plug']).
+ $output.= "<a style=\"vertical-align:middle;\" href=\"main.php?plug=".validate($_GET['plug']).
"&start=".($i*$range)."\"> ".($i+1)." </a>";
}
}
if($start < ($dcnt-$range)) {
$output.=" <a href= \"main.php?plug=".validate($_GET['plug'])."&start=".
(($start+($range)))."\">".
- "<img class=\"center\" alt=\"\" src=\"images/forward.png\" border=0 align=\"middle\"></a>";
+ "<img class=\"center\" alt=\"\" src=\"images/forward.png\" border=\"0\" align=\"middle\"></a>";
}
if(($post_var)&&($numpages)){