mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 20:59:28 +00:00
"Weiter"-Button eingefügt
This commit is contained in:
@@ -528,6 +528,8 @@ if($result = $db->db_query($qry))
|
||||
echo " <a href='$PHP_SELF?gebiet_id=$gebiet_id&nummer=$row->nummer' class='Item'>$row->nummer</a> -";
|
||||
}
|
||||
echo " <a href='$PHP_SELF?gebiet_id=$gebiet_id&type=neuefrage' class='Item'>neue Frage hinzufuegen</a>";
|
||||
if($nummer<$db->db_num_rows($result)-1)
|
||||
echo " - <a href='$PHP_SELF?gebiet_id=$gebiet_id&nummer=".($nummer+1)."' class='Item'>Weiter >></a>";
|
||||
}
|
||||
|
||||
echo "\n\n<br />";
|
||||
|
||||
Reference in New Issue
Block a user