summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorSimon2011-03-04 11:46:40 +0100
committerSimon2011-03-04 11:46:40 +0100
commit999057aa42c78ac3bbe27847c049af615d725eb5 (patch)
tree610c671b1dc1ab5257bf50d835ab20540bef314d /application/views/scripts
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-999057aa42c78ac3bbe27847c049af615d725eb5.tar.gz
pbs2-999057aa42c78ac3bbe27847c049af615d725eb5.tar.xz
pbs2-999057aa42c78ac3bbe27847c049af615d725eb5.zip
zend einrichten geupdated
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/filter/index.phtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/application/views/scripts/filter/index.phtml b/application/views/scripts/filter/index.phtml
index 33043dc..19b21cc 100644
--- a/application/views/scripts/filter/index.phtml
+++ b/application/views/scripts/filter/index.phtml
@@ -27,6 +27,14 @@
),
'default',
true) ?>">edit filter</a></td>
+ <td><a href="<?php echo $this->url(
+ array(
+ 'controller' => 'filter',
+ 'action' => 'deletefilter',
+ 'filterID' => $filter->getID()
+ ),
+ 'default',
+ true) ?>">edit filter</a></td>
</tr>
<?php endforeach ?>