Dotclear


Ignore:
Timestamp:
10/24/12 15:54:49 (13 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add class attribute (applied to encapsulated div) for standard widgets - Fixes #1230

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/widgets/index.php

    r902 r904  
    283283                    case 'check': 
    284284                         $s_type = __('boolean').", ".__('possible values:')." <code>0</code> ".__('or')." <code>1</code>"; 
    285 //                       $s_type = '0|1'; 
    286285                         break; 
    287286                    case 'combo': 
    288287                         $s['options'] = array_map("literalNullString", $s['options']); 
    289288                         $s_type = __('listitem').", ".__('possible values:')." <code>".implode('</code>, <code>',$s['options'])."</code>"; 
    290 //                       $s_type = implode('|',$s['options']); 
    291289                         break; 
    292290                    case 'text': 
     
    294292                    default: 
    295293                         $s_type = __('string'); 
    296 //                       $s_type = 'text'; 
    297294                         break; 
    298295               } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map