Changeset - 6cbda7a85c59
[Not reviewed]
default
0 1 0
ethanzonca - 15 years ago 2010-09-25 01:44:20

Minor changes
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/class.page.php
Show inline comments
 
@@ -123,7 +123,7 @@ class page {
 
			echo "<a href=\"process.php?savedkey=$key\">#" . ($key + 1) . " - " . $sch->getName()
 
			  . '</a> <form style="display: inline" method="get" action="input.php"><input type="hidden" name="savedkey" value="' . $key . '" /><input type="submit" value="edit"/></form>'
 
			  . "<em><a href=\"process.php?delsaved=$key\"><img src=\"images/close.png\" style=\"border:0;\" alt=\"[del]\"/></a></em>"
 
			  . "<br />\n";
 
			  . "<br /><br />\n";
 
		}
 
		echo '</div>';
 
	}
0 comments (0 inline, 0 general)