adjusted id="myForm" in the <form> line to myForm-<page>
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
118e20b816
commit
bf106ed7bb
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-addons">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-addons" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div class="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-archivesearch">
|
||||
|
||||
<form method="post" id="myForm-archive" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-archivesearch" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div class="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-config">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-config" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div class="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-general">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-general" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div class="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-index">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-index" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div class="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-menubar">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-menubar" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div class="comicpress-options">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="comicpress-post">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-post" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div class="comicpress-options">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<div id="comicpress-themestyle">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-themestyle" enctype="multipart/form-data" action="">
|
||||
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue