added action="" to the <form line
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
c4e7bbad7a
commit
d925515515
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-archivesearch">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-config">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-general">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-index">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-menubar">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-post">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<div id="comicpress-themestyle">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
|
@ -103,7 +103,7 @@
|
|||
<a href="http://comicpress.org/"><img src="<?php echo get_template_directory_uri(); ?>/images/cal/default.png" /></a>
|
||||
</td>
|
||||
<td style="width:200px;">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
<input name="comicpress_reset" type="submit" class="button" value="Reset All Settings" />
|
||||
<input type="hidden" name="action" value="comicpress_reset" />
|
||||
|
|
Loading…
Reference in New Issue