summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/showreports.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-14 14:07:48 +0200
committerBjörn Geiger2011-09-14 14:07:48 +0200
commit1d9d98fcda8fb525a816a057be4ee8ea6db0b81f (patch)
tree3c6fdc1456f4caec80c96b1f568140a4b7678f8a /application/views/scripts/event/showreports.phtml
parentkleine Korrektur (diff)
downloadpoolctrl-1d9d98fcda8fb525a816a057be4ee8ea6db0b81f.tar.gz
poolctrl-1d9d98fcda8fb525a816a057be4ee8ea6db0b81f.tar.xz
poolctrl-1d9d98fcda8fb525a816a057be4ee8ea6db0b81f.zip
verschiedenes
Diffstat (limited to 'application/views/scripts/event/showreports.phtml')
-rwxr-xr-xapplication/views/scripts/event/showreports.phtml30
1 files changed, 16 insertions, 14 deletions
diff --git a/application/views/scripts/event/showreports.phtml b/application/views/scripts/event/showreports.phtml
index 2c1c400..7f5065a 100755
--- a/application/views/scripts/event/showreports.phtml
+++ b/application/views/scripts/event/showreports.phtml
@@ -1,16 +1,15 @@
<h1>Reports <?php echo $this->eventTitle; ?></h1>
+<div class='listelement'>
<?php
if(count($this->reportlist) > 0) {
- foreach($this->reportlist as $report) {
+ foreach($this->reportlist as $k => $report) {
?>
-<style type="text/css">
-label {
- width: 150px !important;
-}
-</style>
-<div class='listelement'>
<div class='element'>
- <div class='content'>
+ <div class='number'>
+ <div class='smallnumber'>Report</div>
+ <?php echo $k+1 ?>
+ </div>
+ <div class='content'>
<div class='actions'>
<a href="<?php echo $this->url(
array(
@@ -22,11 +21,11 @@ label {
true) ?>"> <img src='/media/img/delete.png' alt='Delete Group' />
</a>
</div>
- <div class='title'>Run event <?php echo $report->getResult();?>.</div>
- <div class='subtitle'><?php echo date("m/d/Y H:i", $report->getCreated());?>&nbsp;</div>
- <div class='details'>
- <label>Type:</label>
- <div class='item'><?php echo $report->getType(); ?></div>
+ <div class='title'><?php echo $report->getResult();?></div>
+ <div class='subtitle'><?php echo $report->getType(); ?>&nbsp;</div>
+ <div class='details dispnone'>
+ <label>Finished:</label>
+ <div class='item'><?php echo date("m/d/Y H:i", $report->getCreated());?>&nbsp;</div>
<?php if($report->getErrors()) { ?>
<label>Errors:</label>
<div class='item'><?php echo $report->getErrors(); ?>&nbsp;</div>
@@ -35,9 +34,12 @@ label {
</div>
<div class='clear'></div>
</div>
-</div>
<?php
}
+?>
+</div>
+<?php
+ echo $this->pagination;
} else {
?>
<br />