Moved the XML and JSON buttons to the buttom

git-svn-id: https://rosehill.googlecode.com/svn/trunk@50 100bd78a-fc82-11de-b5bc-ffd2847a4b57
This commit is contained in:
inghamn 2010-01-08 20:42:52 +00:00
parent 76e170f4e5
commit cb07e54b1f
3 changed files with 7 additions and 9 deletions

View File

@ -18,11 +18,7 @@ if (userIsAllowed('Sections')) {
$name = View::escape($this->cemetery->getName());
echo "
<h1>$name</h1>
<h2>$addButton Sections
";
include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';
echo "
</h2>
<h2>$addButton Sections</h2>
<table>
<thead>
<tr><th></th>
@ -56,3 +52,4 @@ echo "
</tbody>
</table>
";
include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';

View File

@ -17,7 +17,6 @@
}
?>
Cemeteries
<?php include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; ?>
</h2>
<ul><?php
foreach ($this->cemeteryList as $cemetery) {
@ -40,4 +39,5 @@
}
?>
</ul>
</div>
</div>
<?php include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; ?>

View File

@ -25,7 +25,6 @@ $return_url = $url->__toString();
}
?>
Interments
<?php include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; ?>
</h2>
<table>
<thead>
@ -97,4 +96,6 @@ $return_url = $url->__toString();
array('pages'=>$this->intermentList->getPaginator()->getPages()));
echo $pageNavigation->render('html');
}
?>
include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';
?>