Changeset 633 for trunk/template


Ignore:
Timestamp:
Dec 4, 2004, 6:42:07 PM (20 years ago)
Author:
plg
Message:
  • shows the element representing a non empty category in cat_modify
  • possibility to set a random representing element for a category
  • bug fixed : update_category function could not update nb_images
  • bug fixed : mass_updates was inserting in the wrong table
File:
1 edited

Legend:

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

    r632 r633  
    66<form action="{F_ACTION}" method="POST">
    77<table style="width:100%;">
     8    <!-- BEGIN representant -->
     9    <tr>
     10      <td style="width:50%;" align="center">
     11        <a href="{representant.URL}"><img src="{representant.SRC}" alt="" class="miniature" /></a>
     12      </td>
     13      <td class="row1"><input type="submit" name="set_random_representant" value="{L_SET_RANDOM_REPRESENTANT}" class="bouton" /></td>
     14    </tr>
     15    <!-- END representant -->
    816    <!-- BEGIN server -->
    917    <tr>
Note: See TracChangeset for help on using the changeset viewer.