summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f9148b1)
raw | patch | inline | side by side (parent: f9148b1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 13:41:51 +0000 (13:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 13:41:51 +0000 (13:41 +0000) |
-Page select is now centered
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9388 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9388 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/class_gotomasses.inc | patch | blob | history | |
gosa-plugins/goto/addons/goto/gotomasses.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc
index 941617d06b461ecee485992ceefd1bcbd0610b90..bfbf796981a59929250f2fb8d82a0987c2db8da8 100644 (file)
"9999" => "*"));
$count = $this->o_queue->number_of_queued_entries();
- $smarty->assign("range_selector", range_selector($count, $this->start, $this->range,"range"));
+ $divlist->SetListFooter(range_selector($count, $this->start, $this->range,"range"));
$smarty->assign("range",$this->range);
$smarty->assign("div",$divlist->Draw());
return($smarty->fetch (get_template_path('gotomasses.tpl', TRUE, dirname(__FILE__))));
diff --git a/gosa-plugins/goto/addons/goto/gotomasses.tpl b/gosa-plugins/goto/addons/goto/gotomasses.tpl
index 844cdebf61164328a88715cc6ac4e80782f5899f..0f99633dfe46797b7b9a48760cc8f0820a16b76a 100644 (file)
{$div}
-<div style="width:65%; text-align: center; float:left;" >
-{$range_selector}
-</div>