Changeset 1760:70e6ba18a169 for admin/categories.php
- Timestamp:
- 09/08/13 18:13:34 (12 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          admin/categories.php (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/categories.phpr1741 r1760 168 168 '<p class="col checkboxes-helpers"></p>'. 169 169 '<p class="col right" id="mov-cat">'. 170 '<label for="mov_cat" class="classic">'.__('Category wh ich will receive entries of deleted categories:').'</label> '.170 '<label for="mov_cat" class="classic">'.__('Category where entries of deleted categories will be moved:').'</label> '. 171 171 form::combo('mov_cat',$categories_combo,'',''). 172 172 '</p>'. … … 176 176 '</div>'; 177 177 178 echo '< h3 class="clear hidden-if-no-js">'.__('Categories order').'</h3>';178 echo '<div class="fieldset"><h3 class="clear hidden-if-no-js">'.__('Categories order').'</h3>'; 179 179 180 180 if ($core->auth->check('categories',$core->blog->id) && $rs->count()>1) { … … 194 194 '<p class="hidden-if-no-js"><input type="submit" name="reset" value="'.__('Reorder all categories on the top level').'" />'. 195 195 $core->formNonce().'</p>'. 196 '</ form>';196 '</div></form>'; 197 197 } 198 198 
Note: See TracChangeset
          for help on using the changeset viewer.
      