Commit Graph

30 Commits

Author SHA1 Message Date
Philip M. Hofer (Frumph) 7d1fc2dbd3 Add type="text/javascript" to the <script line and removed the border="0" in the input box sense thats browser dependent.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:34:01 -08:00
Philip M. Hofer (Frumph) ca7c42d262 major-publishing-actions and publishing-action went from ID's to classes and added to the options.css instead of using the wp-admin.css - the problem with this is that if WP changes the look of their site ours will be old. cross that road when it comes, because wordpress dev's didn't use a class like they should have.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:29:53 -08:00
Philip M. Hofer (Frumph) bf106ed7bb adjusted id="myForm" in the <form> line to myForm-<page>
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:21:54 -08:00
Philip M. Hofer (Frumph) 118e20b816 id=comicpress-options now class=comicpress-options
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:11:29 -08:00
Philip M. Hofer (Frumph) d925515515 added action="" to the <form line
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:03:31 -08:00
Philip M. Hofer (Frumph) c4e7bbad7a <div id="comicpress-options-save"> converted to class. <div class="comicpress-options-save">
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:02:39 -08:00
Philip M. Hofer (Frumph) 97dadac78c Some option page cleanups like colspans and such.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 14:49:02 -08:00
John Bintz 3568dbaef2 clean up JS on options page, fixes GH#29 2010-01-02 15:18:43 -05:00
Philip M. Hofer (Frumph) 5de0427d66 for child themes, setting:
global $avail_layouts;
$avail_layouts = '3c,standard,v';

in the childfunctions.php file in the childtheme directory will set what layouts are available.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-31 00:35:29 -08:00
Philip M. Hofer (Frumph) 2297c16ea9 $avail_layouts trying to figure out the best method for having child themes set the themestyle.php which themes are available for the child theme.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-30 06:03:52 -08:00
Philip M. Hofer (Frumph) 042a790820 Added v3cr layout, (note to tyler, need image for comicpress options themestyle.php)
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-05 16:22:08 -08:00
mindfaucet 9d8d784c16 More options styling/cleanup. Finished options pages Internationalization edits. 2009-11-29 17:16:29 -07:00
mindfaucet 64f69e974e Admin styling continues... almost there... 2009-11-28 18:30:31 -07:00
mindfaucet 4c7cbab9bd More options styling... :) Moved the .css out of the js folder to the options folder. 2009-11-27 22:04:48 -07:00
mindfaucet fc0775b03c ComicPress Options Styling... still in progress. ;) 2009-11-24 15:14:59 -07:00
mindfaucet e56ee8d931 More ComicPress Options styling. 2009-11-23 23:34:16 -07:00
Philip M. Hofer (Frumph) 886b27a310 ComicPress Options Revamp (part 4 - done, need testing)
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 22:33:29 -08:00
Philip M. Hofer (Frumph) 2fa0c4d25d new comicpress options part 2
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 11:56:35 -08:00
Philip M. Hofer (Frumph) e1207a38be Centralizing options into single array - part 1.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 10:06:19 -08:00
Philip M. Hofer (Frumph) eb32e00aa9 .. renaming the layout types back to somewhat norm, it's 'recognition' for those already familiar with comicpress.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-20 06:14:05 -08:00
Danny Burleson 357f1f14f5 Updated verbiage and fixed sub-heading issue.
Signed-off-by: Danny Burleson <danny@oycomics.com>
2009-11-19 23:45:27 -08:00
mindfaucet 00ee6b084d Changes submit button wording from "style" to "layout" to reflect themepack styling no longer an option here and only layout is. 2009-11-17 18:34:20 -07:00
Philip M. Hofer (Frumph) 5c1e3c5794 2.8.2.6 fresh upload
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-13 08:00:25 -08:00
Philip M. Hofer (Frumph) 1a56733824 Removing from Github for security reasons.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-13 03:25:42 -08:00
Philip M. Hofer (Frumph) e8b749fdb3 ComicPress 2.8.2.1, Themepacks removed, added child themes, child themes are currently seperate now from the core framework.
Still needs to be done:   Fixing the childtheme/templatetheme directory finding for the archive and calendar page for images, and the comicpress calendar image default.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-05 18:56:36 -08:00
Philip M. Hofer (Frumph) dc916d1121 2.8.1.33
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-10-20 18:14:59 -07:00
Philip M. Hofer (Frumph) b68e072986 asfd
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-10-05 18:18:30 -07:00
Philip M. Hofer (Frumph) 8d9b11e7b0 ch-ch-chaaanges
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-10-04 23:08:01 -07:00
Philip M. Hofer (Frumph) 94639dca9b .12
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-28 14:49:51 -07:00
Philip M. Hofer (Frumph) 57afce8c1c 2.8.1.10
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-19 03:11:37 -07:00