the old "www/layout/<admin/frontend>/<template name>/..." layout is deprecated. new layout: www/layout/<admin|frontend>/<cache/css/images/javascript>/ The layout/<admin/frontend> is symlinked to www/<admin|frontend>/layout templates and lang are moved to includes www/includes/template/<admin/frontend> www/includes/lang/<admin/frontend> and no longer symlinked to any public facing folders The language po files have already been moved to 4dev/lang/<admin|frontend>/
23 lines
627 B
Smarty
23 lines
627 B
Smarty
{*
|
|
********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* DATE: 2005/06/23
|
|
* DESCRIPTION:
|
|
* load part of template
|
|
* HISTORY:
|
|
********************************************************************
|
|
*}
|
|
|
|
<tr>
|
|
<td class="edit_fgcolor_alt" class="normal">
|
|
Load:
|
|
</td>
|
|
<td class="edit_fgcolor_alt" class="normal">
|
|
<select name="{$load.t_pk_name}">
|
|
<option value="">{t}Please choose{/t}</option>
|
|
{html_options values=$load.pk_ids output=$load.pk_names selected=$load.pk_selected}
|
|
</select>
|
|
<input type="submit" name="archive" value="{t}Load{/t}">
|
|
</td>
|
|
</tr>
|