cleaning up some options menus, this one is the members options.php moving the button lower
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
2d41987c77
commit
30218ce242
|
@ -106,7 +106,7 @@ $options = array (
|
|||
|
||||
array(
|
||||
"id" => "comicpress-enable_numbered_pagination",
|
||||
"default" => "no",
|
||||
"default" => "yes",
|
||||
"type" => "comicpress-enable_numbered_pagination"),
|
||||
|
||||
array(
|
||||
|
@ -114,11 +114,6 @@ $options = array (
|
|||
"default" => "no",
|
||||
"type" => "comicpress-disable_page_restraints"),
|
||||
|
||||
array(
|
||||
"id" => "comicpress-enable_dropdown_sidebar",
|
||||
"default" => "no",
|
||||
"type" => "comicpress-enable_dropdown_sidebar"),
|
||||
|
||||
array(
|
||||
"id" => "comicpress-enable_related_comics",
|
||||
"default" => "no",
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
}
|
||||
?>
|
||||
</table>
|
||||
<input name="comicpress_save" type="submit" class="button-primary" value="Save Settings" />
|
||||
<input type="hidden" name="action" value="comicpress_save" />
|
||||
</form>
|
||||
</div>
|
||||
<div class="inside">
|
||||
Usage:<br />
|
||||
|
@ -41,4 +38,7 @@
|
|||
<br />
|
||||
This will make it so that that category is only seen as blogposts inside that area and not anywhere else on the site unless the user has the members flag.<br />
|
||||
</div>
|
||||
<input name="comicpress_save" type="submit" class="button-primary" value="Save Settings" />
|
||||
<input type="hidden" name="action" value="comicpress_save" />
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: http://comicpress.org
|
|||
Description: Publish a comic with WordPress. <a href="http://comicpress.org">Visit the ComicPress Website.</a> This is the ComicPress Core Framework.
|
||||
Author: Tyler Martin, John Bintz, Philip M. Hofer
|
||||
Author URI: http://mindfaucet.com/
|
||||
Version: 2.8.2
|
||||
Version: 2.9
|
||||
.
|
||||
The CSS, XHTML and design is released under GPL v3:
|
||||
http://www.opensource.org/licenses/gpl-3.0.html
|
||||
|
|
Loading…
Reference in New Issue