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,18 +106,13 @@ $options = array (
|
||||||
|
|
||||||
array(
|
array(
|
||||||
"id" => "comicpress-enable_numbered_pagination",
|
"id" => "comicpress-enable_numbered_pagination",
|
||||||
"default" => "no",
|
"default" => "yes",
|
||||||
"type" => "comicpress-enable_numbered_pagination"),
|
"type" => "comicpress-enable_numbered_pagination"),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
"id" => "comicpress-disable_page_restraints",
|
"id" => "comicpress-disable_page_restraints",
|
||||||
"default" => "no",
|
"default" => "no",
|
||||||
"type" => "comicpress-disable_page_restraints"),
|
"type" => "comicpress-disable_page_restraints"),
|
||||||
|
|
||||||
array(
|
|
||||||
"id" => "comicpress-enable_dropdown_sidebar",
|
|
||||||
"default" => "no",
|
|
||||||
"type" => "comicpress-enable_dropdown_sidebar"),
|
|
||||||
|
|
||||||
array(
|
array(
|
||||||
"id" => "comicpress-enable_related_comics",
|
"id" => "comicpress-enable_related_comics",
|
||||||
|
|
|
@ -25,9 +25,6 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
<input name="comicpress_save" type="submit" class="button-primary" value="Save Settings" />
|
|
||||||
<input type="hidden" name="action" value="comicpress_save" />
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
Usage:<br />
|
Usage:<br />
|
||||||
|
@ -41,4 +38,7 @@
|
||||||
<br />
|
<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 />
|
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>
|
</div>
|
||||||
|
<input name="comicpress_save" type="submit" class="button-primary" value="Save Settings" />
|
||||||
|
<input type="hidden" name="action" value="comicpress_save" />
|
||||||
|
</form>
|
||||||
</div>
|
</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.
|
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: Tyler Martin, John Bintz, Philip M. Hofer
|
||||||
Author URI: http://mindfaucet.com/
|
Author URI: http://mindfaucet.com/
|
||||||
Version: 2.8.2
|
Version: 2.9
|
||||||
.
|
.
|
||||||
The CSS, XHTML and design is released under GPL v3:
|
The CSS, XHTML and design is released under GPL v3:
|
||||||
http://www.opensource.org/licenses/gpl-3.0.html
|
http://www.opensource.org/licenses/gpl-3.0.html
|
||||||
|
|
Loading…
Reference in New Issue