Ignore:
Timestamp:
Dec 6, 2008, 3:28:54 AM (15 years ago)
Author:
patdenice
Message:
  • Add a "Bound Template" column for template extensions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/extend_for_templates.tpl

    r2531 r2923  
    1010      <th>{'Original templates'|@translate}</th>
    1111      <th>{'Optional URL keyword'|@translate}</th>
     12      <th>{'Bound template'|@translate}</th>
    1213    </tr>
    1314    {foreach from=$extents item=tpl name=extent_loop}
     
    2324        {html_options name=url[] output=$tpl.url_parameter values=$tpl.url_parameter selected=$tpl.selected_url}
    2425      </td>
     26      <td>
     27        {html_options name=bound[] output=$tpl.bound_tpl values=$tpl.bound_tpl selected=$tpl.selected_bound}
     28      </td>
    2529    </tr>
    2630    {/foreach}
Note: See TracChangeset for help on using the changeset viewer.