fhiiqm/raum_aptyp_flist.php
changeset 33 f1a8785434e4
parent 26 3c1e3ac7089f
--- a/fhiiqm/raum_aptyp_flist.php	Fri Nov 16 10:40:03 2012 +0100
+++ b/fhiiqm/raum_aptyp_flist.php	Fri Dec 21 15:31:50 2012 +0100
@@ -72,6 +72,7 @@
     if (!isset($filter) && !$filter) $filter = "";
     if (!isset($sort) && !$sort) $sort = 2;
     if (!isset($dir) && !$dir)  $dir = "";
+    $getp = "&st=$start&z=$zeil&s=$sort&f=$fnum&b=$filter"; //Link fuer Raumliste zurueck
 
     include_once ($_SERVER['DOCUMENT_ROOT'] ."/fhiiqm/inc/func_lib.inc.php");
 	include_once($_SERVER['DOCUMENT_ROOT'] ."/fhiiqm/inc/dbconnect.inc.php");
@@ -153,7 +154,7 @@
             echo "<td>". str_replace("; ","<br />",$row->arbplatz_typ_bez)."</td>";
             echo "<td>$row->raumtyp_ID</td>";
             echo "<td>$row->raumtyp_bez</td>";
-            echo "<td><a href='/fhiiqm/raum_aptyp_ed.php?i=$row->raum_ID'><img src=\"/fhiiqm/img/edit.gif\" alt='edit' title='edit' border='0'/></a></td></tr>\n";
+            echo "<td><a href='/fhiiqm/raum_aptyp_ed.php?i=$row->raum_ID$getp'><img src=\"/fhiiqm/img/edit.gif\" alt='edit' title='edit' border='0'/></a></td></tr>\n";
         }
         echo "</table></div>\n";