Ignore:
Timestamp:
May 18, 2010, 7:09:25 AM (14 years ago)
Author:
vdigital
Message:

Support: The basic 2.1 support

Location:
extensions/charlies_content
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/charlies_content/charlies.css

    r3318 r6220  
    6161.content .errors, .content .infos { position:relative;}
    6262
    63 #theAdminPage  .ct  { background: transparent url(./city-lights.jpg) no-repeat scroll right top; height:114px;}
    64 #theAdminPage .ct2 { background: transparent url(./city-lights-2.jpg) no-repeat scroll right top; height:114px;}
     63#theAdminPage  #pwgMain  { background: url("./city-lights-2.jpg") no-repeat scroll right -48px transparent; height:114px;}
     64#theAdminPage  #pwgMain  { background: url("./city-lights.jpg") no-repeat scroll right -55px transparent; height:114px;}
    6565#theAdminPage  #charlie .input { border-top: 1px solid #666; border-bottom: 0; margin-bottom:1px;}
    6666#theAdminPage  #charlie .i15 { border-top: 1px solid #666; border-bottom: 1px solid #666; margin-bottom:1px;}
     
    7777#theAdminPage .radio { margin: 0 10px 0 50px; }
    7878#theAdminPage .content div.titrePage { height:20px; }
    79 #theAdminPage  #the_page .content { margin-top: 0px;}
     79/* #theAdminPage  #the_page .content { margin-top: 0px;} */
    8080#theAdminPage #the_page #theHeader { height: 114px; min-height: 114px; max-height: 114px; }
    8181#theAdminPage .Charlies input[type="submit"] { display:block; margin:0 5px 0 auto; padding:3px 40px;}
  • extensions/charlies_content/charlies_config.tpl

    r4850 r6220  
    448448<link rel="stylesheet" type="text/css" href="{$CHARLIES_PATH|@cat:'charlies.css'}">
    449449{/html_head}
     450
     451{known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
     452{known_script id="jquery.ui.tabs" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.tabs.packed.js"}
    450453{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"}
    451454{known_script id="jquery.ui.tabs" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.tabs.packed.js"}
  • extensions/charlies_content/main.inc.php

    r4850 r6220  
    11<?php /*
    22Plugin Name: Charlies content
    3 Version: 2.0.f
     3Version: 2.1.a
    44Description: Charlies content is a global solution for none picture files.
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=119
     
    1616
    1717/** History ***************
     18  2010-05-18 2.1.a (The basic 2.1 version)
     19                                                 Just support 2.1.
    1820  2010-02-08 2.0.f (The reset version)
    1921                                                 includes Reset ALL Charlies' configuration in second tab
     
    6062define('CHARLIES_DIR' , basename(dirname(__FILE__)));
    6163define('CHARLIES_PATH' , PHPWG_PLUGINS_PATH . CHARLIES_DIR . '/');
    62 define('CHARLIES_VER' , '2.0.f');
     64define('CHARLIES_VER' , '2.1.a');
    6365$x = @file_get_contents( $conf['local_data_dir'].'/plugins/'.basename(dirname(__FILE__)).'.dat');
    6466if ($x!==false) $charlie = unserialize($x);
Note: See TracChangeset for help on using the changeset viewer.