Dotclear


Ignore:
Timestamp:
08/24/13 14:31:03 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Issue #1541: no combo box because only one action
deletion works without javascript (category that can received entries is not hidden)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/categories.php

    r1553 r1563  
    183183     if (count($combo_action)>0) { 
    184184           echo 
    185            '<div class="two-cols">'. 
     185           '<div class="three-cols">'. 
    186186           '<p class="col checkboxes-helpers"></p>'. 
    187            '<div class="col right">'. 
    188            '<p class="cat-actions"><label for="action" class="classic">'.__('Selected categories action:').'</label> '. 
    189            form::combo('action',$combo_action).' '. 
    190            '<span id="mov-cat"><label for="mov_cat">'.__('Choose the category which will receive its entries:').'</label> '. 
    191            form::combo('mov_cat',array_merge(array(__('(No cat)') => ''),$categories_combo),'','').' </span>'. 
     187           '<div class="col" id="mov-cat">'. 
     188           '<label for="mov_cat">'.__('Choose the category which will receive its entries:').'</label> '. 
     189           form::combo('mov_cat',array_merge(array(__('(No cat)') => ''),$categories_combo),'',''). 
     190           '</div>'. 
     191           '<div class="col">'. 
    192192           $core->formNonce(). 
    193            '<input type="submit" value="'.__('OK').'" /></p>'. 
     193           '<input type="submit" value="'.__('Delete').'"/>'. 
    194194           '</div>'. 
    195195           '</div>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map