Changeset - 7f7017e18145
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-16 21:05:48
ohnobinki@ohnopublishing.net
Hide the ``edit'' button on the schedule demo page.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -350,7 +350,8 @@ class Schedule
 
    }
 

	
 
    /* edit button */
 
    echo '<form method="get" action="input.php"><p><input type="hidden" name="s" value="' . $this->id_get() . '" /><input type="submit" value="edit" /></p></form>';
 
    if ($id = $this->id_get())
 
      echo '<form method="get" action="input.php"><p><input type="hidden" name="s" value="' . $id . '" /><input type="submit" value="edit" /></p></form>';
 

	
 
    echo "<p>There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.</p>";
 

	
0 comments (0 inline, 0 general)