Changeset 911491
- Timestamp:
- 05/10/2014 04:42:00 AM (12 years ago)
- Location:
- catablog/trunk
- Files:
-
- 5 edited
-
catablog.php (modified) (1 diff)
-
css/catablog-admin.css (modified) (2 diffs)
-
lib/catablog.upload.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
templates/admin-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
catablog/trunk/catablog.php
r709309 r911491 4 4 Plugin URI: http://catablog.illproductions.com/ 5 5 Description: CataBlog is a comprehensive and effortless tool that helps you create, organize and share catalogs, stores, galleries and portfolios on your blog. 6 Version: 1.6. 46 Version: 1.6.5 7 7 Author: Zachary Segal 8 8 Author URI: http://catablog.illproductions.com/about/ -
catablog/trunk/css/catablog-admin.css
r530838 r911491 2 2 * CataBlog Admin StyleSheet 3 3 */ 4 5 #catablog-edit-main-content .wp-editor-container { 6 clear: right; 7 } 4 8 5 9 .error { … … 402 406 .catablog-category-row span { 403 407 vertical-align: middle; 408 } 409 #catablog-new-category-input { 410 width: 175px; 404 411 } 405 412 #catablog-new-category-submit { -
catablog/trunk/lib/catablog.upload.php
r530481 r911491 15 15 * example: '/var/www/wordpress/'; 16 16 */ 17 $WP_ABS_PATH = '/var/www/wordpress ';17 $WP_ABS_PATH = '/var/www/wordpress/'; 18 18 19 19 -
catablog/trunk/readme.txt
r709913 r911491 4 4 Tags: plugin, admin, image, images, posts, Post, widget, links, catalog, gallery, portfolio, product catalog, discography, library, collection, store, organize, media, photo, thumbnail, product, listing, list, BuddyPress, ecommerce 5 5 Requires at least: 3.3 6 Tested up to: 3. 5.16 Tested up to: 3.9 7 7 Stable tag: 1.6.4 8 8 … … 103 103 104 104 == Changelog == 105 106 = 1.6.5 = 107 * Fix: Form elements positioned correctly in edit catalog item page. 108 * Fix: Removed extrenious html in flash upload button label. 105 109 106 110 = 1.6.4 = -
catablog/trunk/templates/admin-new.php
r709309 r911491 157 157 button_width : 190, 158 158 button_height: 23, 159 button_text : '<span class="button"><?php _e("Select Images", "catablog") ?></span>', 160 button_text_style : ".button { text-align:center; font-weight:bold; font-family:'Lucida Grande',Verdana,Arial,'Bitstream Vera Sans',sans-serif; font-size:10px; text-shadow: 0 1px 0 #FFFFFF; color:#464646;}", 159 button_text : '<?php _e("Select Images", "catablog") ?>', 161 160 button_text_top_padding: 3, 162 161 button_cursor: SWFUpload.CURSOR.HAND,
Note: See TracChangeset
for help on using the changeset viewer.