Changeset 8818


Ignore:
Timestamp:
Jan 21, 2011, 7:09:44 AM (13 years ago)
Author:
rub
Message:

2.2 adaptation: add class button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dotcleareasy/include/class.inc.php

    r8425 r8818  
    207207    {
    208208      $link_url =
    209         '<a href="'.$link_url.'" title="'.$link_title.'" rel="nofollow"><img src="'.get_root_url().'plugins/'.$this->plugin_name.'/icon/controller_'.$suffix_url.'.png" class="button" alt="DotClear Easy controller"></a>';
     209        '<a class="pwg-state-default pwg-button" href="'.$link_url.'" title="'.$link_title.'" rel="nofollow"><img src="'.get_root_url().'plugins/'.$this->plugin_name.'/icon/controller_'.$suffix_url.'.png" class="button" alt="DotClear Easy controller"></a>';
    210210    }
    211211
Note: See TracChangeset for help on using the changeset viewer.