templates/add_confirm.tmpl
changeset 74 6784c4350b41
parent 59 2c5e38748004
child 75 4f6b7b48322f
--- a/templates/add_confirm.tmpl	Wed Dec 31 01:53:22 2008 -0500
+++ b/templates/add_confirm.tmpl	Wed Dec 31 15:41:32 2008 -0500
@@ -3,10 +3,10 @@
   <TMPL_INCLUDE NAME="headers.tmpl">
   <body>
     <h1><TMPL_VAR remote_user>'s Confirmation</h1>
-    <form name="confirmation" method="post" action="?action=add">
+    <form name="confirmation" method="post" action="">
       <fieldset>
         <legend>Bookmark</legend>
-	<input type="hidden" name="action" value="add"/>
+	<input type="hidden" name="action" value="bookmark"/>
 	<input type="hidden" name="id" value="<TMPL_VAR id>"/>
 	<input type="hidden" name="name" value="<TMPL_VAR name>"/>
 	<input type="hidden" name="url" value="<TMPL_VAR url>"/>