Ignore:
Timestamp:
Apr 9, 2010, 9:47:29 PM (14 years ago)
Author:
plg
Message:

feature 1591: smarter default categories in upload form. We use the most
recently added photo as reference.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/photos_add_direct.tpl

    r5742 r5743  
    173173      <div id="category_type_existing" style="display:none" class="category_selection">
    174174        <select class="categoryDropDown" name="category">
    175           {html_options options=$category_options}
     175          {html_options options=$category_options selected=$category_options_selected}
    176176        </select>
    177177      </div>
     
    184184              <select class="categoryDropDown" name="category_parent">
    185185                <option value="0">------------</option>
    186                 {html_options options=$category_options}
     186                {html_options options=$category_parent_options selected=$category_parent_options_selected}
    187187              </select>
    188188            </td>
Note: See TracChangeset for help on using the changeset viewer.