Changeset 1563:f219d9220033 for admin/categories.php
- Timestamp:
- 08/24/13 14:31:03 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r1553 r1563 183 183 if (count($combo_action)>0) { 184 184 echo 185 '<div class="t wo-cols">'.185 '<div class="three-cols">'. 186 186 '<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">'. 192 192 $core->formNonce(). 193 '<input type="submit" value="'.__(' OK').'" /></p>'.193 '<input type="submit" value="'.__('Delete').'"/>'. 194 194 '</div>'. 195 195 '</div>'.
Note: See TracChangeset
for help on using the changeset viewer.