diff options
| author | Simon | 2011-03-08 18:37:35 +0100 |
|---|---|---|
| committer | Simon | 2011-03-08 18:37:35 +0100 |
| commit | c113eb1ddd0263664b6ddaa22291469b56867a6c (patch) | |
| tree | 184e95b7aba712149f0c4bb6f7adb459a6fa4024 /application/views/scripts | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-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.phtml | 4 |
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> |
