Dotclear

Changeset 2964:488e1c42f079 for plugins


Ignore:
Timestamp:
03/17/15 20:12:08 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Add radio buttons for widgets
Fixes #2077

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/widgets/class.widgets.php

    r2667 r2964  
    269269     public function setting($name,$title,$value,$type='text') 
    270270     { 
    271           if ($type == 'combo') { 
     271          if ($type == 'combo' || $type=='radio') { 
    272272               $options = @func_get_arg(4); 
    273273               if (!is_array($options)) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map