Ignore:
Timestamp:
Dec 5, 2004, 10:28:40 PM (20 years ago)
Author:
plg
Message:
  • on picture.php, related categories under the element are displayed in global_rank order
  • when adding a new virtual category, initializes its global_rank
  • bug fixed : in admin/cat_list, false next rank
  • in admin/cat_modify, complete directory is calculated only if category is not virtual
  • admin/picture_modify rewritten : graphically nearer to admin/cat_modify, virtual associations are back
  • update_category partially rewritten : take an array of categories in parameter, becomes optionnaly recursive, use the set_random_representant function, set a random representant for categories with elements and no representant
  • bug fixed : on a search results screen, elements belonging to more than 1 category were shown more than once
  • bug fixed : in admin/cat_modify, changing a value in a textefield and hitting enter was setting a new random representant
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin/cat_modify.tpl

    r633 r635  
    1414    </tr>
    1515    <!-- END representant -->
     16  </table>
     17</form>
     18<form action="{F_ACTION}" method="POST">
     19<table style="width:100%;">
    1620    <!-- BEGIN server -->
    1721    <tr>
     
    2933        <tr>
    3034      <td><strong>{L_STORAGE}</strong></td>
    31       <td class="row1">{CATEGORY_DIR}</td>
     35      <td class="row1">{storage.CATEGORY_DIR}</td>
    3236    </tr>
    3337        <!-- END storage -->
Note: See TracChangeset for help on using the changeset viewer.