cvs: php-gtk-web /include shared-manual.inc
[email protected] ("Steph Fox") Fri, 07 Jul 2006 15:11:28 -0000
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1152285088@cvsserver> |
sfox Fri Jul 7 15:11:28 2006 UTC
Modified files:
/php-gtk-web/include shared-manual.inc
Log:
sort out a couple of wrong paths
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/shared-manual.inc?r1=1.66&r2=1.67&diff_format=u
Index: php-gtk-web/include/shared-manual.inc
diff -u php-gtk-web/include/shared-manual.inc:1.66 php-gtk-web/include/shared-manual.inc:1.67
--- php-gtk-web/include/shared-manual.inc:1.66 Fri Jul 7 13:35:21 2006
+++ php-gtk-web/include/shared-manual.inc Fri Jul 7 15:11:28 2006
@@ -378,7 +378,7 @@
$order = 'page';
}
- $SIDEBAR_DATA = "<form method='POST' action='manual/browse-notes.php'>\n".
+ $SIDEBAR_DATA = "<form method='POST' action='browse-notes.php'>\n".
"<table border='0' cellpadding='0' cellspacing='0' align='center'>\n".
"<tr><td valign='bottom' colspan='3'><br /><b>Order by:</b></td></tr>\n".
"<tr><td valign='top'><br />page (default)</td>\n".
@@ -393,7 +393,7 @@
"<td><input type='radio' name='order' value='date'";
if ($order == 'date') $SIDEBAR_DATA .= " checked";
$SIDEBAR_DATA .= " /></td>\n<td> ".
- make_submit('gifs/small_submit.gif', 'Order by', 'bottom').
+ make_submit('small_submit.gif', 'Order by', 'bottom').
"</td></tr>\n</table>\n</form>\n";
}