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());
|
$name = View::escape($this->cemetery->getName());
|
||||||
echo "
|
echo "
|
||||||
<h1>$name</h1>
|
<h1>$name</h1>
|
||||||
<h2>$addButton Sections
|
<h2>$addButton Sections</h2>
|
||||||
";
|
|
||||||
include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';
|
|
||||||
echo "
|
|
||||||
</h2>
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr><th></th>
|
<tr><th></th>
|
||||||
|
@ -56,3 +52,4 @@ echo "
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
";
|
";
|
||||||
|
include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
Cemeteries
|
Cemeteries
|
||||||
<?php include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; ?>
|
|
||||||
</h2>
|
</h2>
|
||||||
<ul><?php
|
<ul><?php
|
||||||
foreach ($this->cemeteryList as $cemetery) {
|
foreach ($this->cemeteryList as $cemetery) {
|
||||||
|
@ -40,4 +39,5 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<?php include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; ?>
|
||||||
|
|
|
@ -25,7 +25,6 @@ $return_url = $url->__toString();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
Interments
|
Interments
|
||||||
<?php include APPLICATION_HOME.'/blocks/html/serviceButtons.inc'; ?>
|
|
||||||
</h2>
|
</h2>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -97,4 +96,6 @@ $return_url = $url->__toString();
|
||||||
array('pages'=>$this->intermentList->getPaginator()->getPages()));
|
array('pages'=>$this->intermentList->getPaginator()->getPages()));
|
||||||
echo $pageNavigation->render('html');
|
echo $pageNavigation->render('html');
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';
|
||||||
|
?>
|
||||||
|
|
Loading…
Reference in New Issue