Dotclear


Ignore:
Timestamp:
02/15/18 16:39:52 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use array form of optionnal parameters for form::combo(), code formatting (PSR-2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blogs.php

    r3699 r3703  
    163163 
    164164            '<p class="col right"><label for="action" class="classic">' . __('Selected blogs action:') . '</label> ' . 
    165             form::combo('action', $blogs_actions_page->getCombo(), 'online', '', '', '', 'title="' . __('Actions') . '"') . 
     165            form::combo('action', $blogs_actions_page->getCombo(), 
     166                array('class' => 'online', 'extra_html' => 'title="' . __('Actions') . '"')) . 
    166167            $core->formNonce() . 
    167168            '<input id="do-action" type="submit" value="' . __('ok') . '" /></p>' . 
Note: See TracChangeset for help on using the changeset viewer.

Sites map