Dotclear

Changeset 3045


Ignore:
Timestamp:
05/20/11 20:53:02 (12 years ago)
Author:
nikrou
Message:

Add div to encapsulate widget's content.

Location:
plugins/tagflash
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/tagflash/CHANGELOG

    r2779 r3045  
     1Tag Flash 1.1.1 - 2010-05-20 
     2================================= 
     3* Add div to encapsulate widget's content. 
     4 
    15Tag Flash 1.1.0 - 2010-11-28 
    26================================= 
  • plugins/tagflash/MANIFEST

    r2779 r3045  
    1 tagflash/CREDITS 
    2 tagflash/_public.php 
     1tagflash/js/jquery.colorpicker.js 
     2tagflash/_widgets.php 
     3tagflash/index.php 
     4tagflash/img/colorpicker_overlay.png 
     5tagflash/img/colorpicker_rgb_b.png 
     6tagflash/img/colorpicker_indic.gif 
     7tagflash/img/colorpicker_hsb_b.png 
     8tagflash/img/colorpicker_submit.png 
     9tagflash/img/colorpicker_hex.png 
     10tagflash/img/colorpicker_select.gif 
     11tagflash/img/colorpicker_rgb_r.png 
     12tagflash/img/icon.png 
     13tagflash/img/colorpicker_hsb_s.png 
     14tagflash/img/colorpicker_rgb_g.png 
     15tagflash/img/colorpicker_hsb_h.png 
     16tagflash/img/colorpicker_background.png 
     17tagflash/tagcloud.swf 
    318tagflash/locales/en/help.html 
    419tagflash/locales/fr/main.po 
    520tagflash/locales/fr/help.html 
    6 tagflash/_widgets.php 
     21tagflash/MANIFEST 
     22tagflash/_install.php 
     23tagflash/COPYING 
     24tagflash/tpl/index.tpl 
     25tagflash/CREDITS 
     26tagflash/_define.php 
     27tagflash/inc/class.tpl.tag.flash.php 
     28tagflash/CHANGELOG 
    729tagflash/_prepend.php 
    8 tagflash/MANIFEST 
    9 tagflash/index.php 
    10 tagflash/img/colorpicker_hex.png 
    11 tagflash/img/colorpicker_hsb_b.png 
    12 tagflash/img/colorpicker_rgb_g.png 
    13 tagflash/img/colorpicker_overlay.png 
    14 tagflash/img/colorpicker_rgb_b.png 
    15 tagflash/img/colorpicker_submit.png 
    16 tagflash/img/colorpicker_select.gif 
    17 tagflash/img/colorpicker_hsb_h.png 
    18 tagflash/img/icon.png 
    19 tagflash/img/colorpicker_indic.gif 
    20 tagflash/img/colorpicker_rgb_r.png 
    21 tagflash/img/colorpicker_hsb_s.png 
    22 tagflash/img/colorpicker_background.png 
    23 tagflash/tagcloud.swf 
    24 tagflash/swfobject.js 
    25 tagflash/tpl/index.tpl 
    26 tagflash/js/jquery.colorpicker.js 
    27 tagflash/CHANGELOG 
     30tagflash/colorpicker.css 
     31tagflash/_public.php 
    2832tagflash/_admin.php 
    29 tagflash/inc/class.tpl.tag.flash.php 
    30 tagflash/colorpicker.css 
    31 tagflash/_install.php 
    32 tagflash/_define.php 
    33 tagflash/COPYING 
    34 tagflash/TODO 
  • plugins/tagflash/_define.php

    r2779 r3045  
    33// | Tag Flash  - a plugin for Dotclear                                    | 
    44// +-----------------------------------------------------------------------+ 
    5 // | Copyright(C) 2010 Nicolas Roudaire             http://www.nikrou.net  | 
     5// | Copyright(C) 2010-2011 Nicolas Roudaire        http://www.nikrou.net  | 
    66// | Copyright(C) 2010 Guenaël Després                                     | 
    77// +-----------------------------------------------------------------------+ 
     
    2727    /* Description*/    "Flash based Tag Cloud for Dotclear", 
    2828    /* Author */        "Gwénaël Després (based on WordPress plugin by Roy Tanck)", 
    29     /* Version */       '1.1.0', 
     29    /* Version */       '1.1.1', 
    3030    /* Permissions */   'usage,contentadmin' 
    3131); 
  • plugins/tagflash/inc/class.tpl.tag.flash.php

    r2779 r3045  
    6767    $res .= '<p><a href="'.$core->blog->url.$core->url->getBase('tags').'">'.__('All tags').'</a></p>'; 
    6868 
    69     return $res; 
     69    return '<div class="tagFlash">'.$res.'</div>'; 
    7070  } 
    7171 
Note: See TracChangeset for help on using the changeset viewer.

Sites map