Plugin Directory

Changeset 911491


Ignore:
Timestamp:
05/10/2014 04:42:00 AM (12 years ago)
Author:
macguru2000
Message:

CataBlog Release 1.6.5: WP3.9 UI fixes

Location:
catablog/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • catablog/trunk/catablog.php

    r709309 r911491  
    44Plugin URI: http://catablog.illproductions.com/
    55Description: 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.4
     6Version: 1.6.5
    77Author: Zachary Segal
    88Author URI: http://catablog.illproductions.com/about/
  • catablog/trunk/css/catablog-admin.css

    r530838 r911491  
    22 * CataBlog Admin StyleSheet
    33 */
     4
     5#catablog-edit-main-content .wp-editor-container {
     6    clear: right;
     7}
    48
    59.error {
     
    402406.catablog-category-row span {
    403407    vertical-align: middle;
     408}
     409#catablog-new-category-input {
     410    width: 175px;
    404411}
    405412#catablog-new-category-submit {
  • catablog/trunk/lib/catablog.upload.php

    r530481 r911491  
    1515 * example: '/var/www/wordpress/';
    1616 */
    17 $WP_ABS_PATH = '/var/www/wordpress';
     17$WP_ABS_PATH = '/var/www/wordpress/';
    1818
    1919
  • catablog/trunk/readme.txt

    r709913 r911491  
    44Tags: 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
    55Requires at least: 3.3
    6 Tested up to: 3.5.1
     6Tested up to: 3.9
    77Stable tag: 1.6.4
    88
     
    103103
    104104== 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.
    105109
    106110= 1.6.4 =
  • catablog/trunk/templates/admin-new.php

    r709309 r911491  
    157157            button_width : 190,
    158158            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") ?>',
    161160            button_text_top_padding: 3,
    162161            button_cursor: SWFUpload.CURSOR.HAND,
Note: See TracChangeset for help on using the changeset viewer.