From cb07e54b1fda8898a6ce3263884c1c7faf08666b Mon Sep 17 00:00:00 2001 From: inghamn Date: Fri, 8 Jan 2010 20:42:52 +0000 Subject: [PATCH] Moved the XML and JSON buttons to the buttom git-svn-id: https://rosehill.googlecode.com/svn/trunk@50 100bd78a-fc82-11de-b5bc-ffd2847a4b57 --- blocks/html/cemeteries/cemeteryInfo.inc | 7 ++----- blocks/html/cemeteries/cemeteryList.inc | 4 ++-- blocks/html/interments/intermentList.inc | 5 +++-- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/blocks/html/cemeteries/cemeteryInfo.inc b/blocks/html/cemeteries/cemeteryInfo.inc index 6af5a8b..f57abd1 100644 --- a/blocks/html/cemeteries/cemeteryInfo.inc +++ b/blocks/html/cemeteries/cemeteryInfo.inc @@ -18,11 +18,7 @@ if (userIsAllowed('Sections')) { $name = View::escape($this->cemetery->getName()); echo "

$name

-

$addButton Sections -"; - include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; -echo " -

+

$addButton Sections

@@ -56,3 +52,4 @@ echo "
"; +include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; diff --git a/blocks/html/cemeteries/cemeteryList.inc b/blocks/html/cemeteries/cemeteryList.inc index 513fa45..01b67fb 100644 --- a/blocks/html/cemeteries/cemeteryList.inc +++ b/blocks/html/cemeteries/cemeteryList.inc @@ -17,7 +17,6 @@ } ?> Cemeteries - - \ No newline at end of file + + diff --git a/blocks/html/interments/intermentList.inc b/blocks/html/interments/intermentList.inc index 2cbe172..b03b57e 100644 --- a/blocks/html/interments/intermentList.inc +++ b/blocks/html/interments/intermentList.inc @@ -25,7 +25,6 @@ $return_url = $url->__toString(); } ?> Interments - @@ -97,4 +96,6 @@ $return_url = $url->__toString(); array('pages'=>$this->intermentList->getPaginator()->getPages())); echo $pageNavigation->render('html'); } -?> \ No newline at end of file + + include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; +?>