summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorSimon2011-03-08 18:37:35 +0100
committerSimon2011-03-08 18:37:35 +0100
commitc113eb1ddd0263664b6ddaa22291469b56867a6c (patch)
tree184e95b7aba712149f0c4bb6f7adb459a6fa4024 /application/views/scripts
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-c113eb1ddd0263664b6ddaa22291469b56867a6c.tar.gz
pbs2-c113eb1ddd0263664b6ddaa22291469b56867a6c.tar.xz
pbs2-c113eb1ddd0263664b6ddaa22291469b56867a6c.zip
filtertypes implementiert
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/filter/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/filter/index.phtml b/application/views/scripts/filter/index.phtml
index eb459a7..0b738e0 100644
--- a/application/views/scripts/filter/index.phtml
+++ b/application/views/scripts/filter/index.phtml
@@ -83,7 +83,7 @@ tr.filter{background-color:#DDD;}
array(
'controller' => 'filter',
'action' => 'editfilterentry',
- 'filterentriesID' => $filterentry['filtertypeID']
+ 'filterentriesID' => $filterentry['filterentriesID']
),
'default',
true) ?>">edit filterentry</a>
@@ -91,7 +91,7 @@ tr.filter{background-color:#DDD;}
array(
'controller' => 'filter',
'action' => 'removefilterentry',
- 'filterentriesID' => $filterentry['filtertypeID']
+ 'filterentriesID' => $filterentry['filterentriesID']
),
'default',
true) ?>">remove filterentry</a>