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:
parent
76e170f4e5
commit
cb07e54b1f
|
@ -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';
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
}
|
||||
?>
|
||||
Cemeteries
|
||||
<?php include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; ?>
|
||||
</h2>
|
||||
<ul><?php
|
||||
foreach ($this->cemeteryList as $cemetery) {
|
||||
|
@ -41,3 +40,4 @@
|
|||
?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; ?>
|
||||
|
|
|
@ -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';
|
||||
?>
|
Loading…
Reference in New Issue