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>/
22 lines
552 B
Smarty
Executable File
22 lines
552 B
Smarty
Executable File
<div>
|
|
{$SMARTY_TEST}
|
|
</div>
|
|
<div>
|
|
<select id="drop_down_test" name="drop_down_test">
|
|
{html_options options=$drop_down_test selected=$drop_down_test_selected}
|
|
</select>
|
|
</div>
|
|
<div class="jq-container">
|
|
<div id="jq-test" class="jp-test">
|
|
<div id="test-div" class="test-div">
|
|
Some content ehre or asdfasdfasf
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{* progresss indicator *}
|
|
<div id="indicator"></div>
|
|
{* the action confirm box *}
|
|
<div id="actionBox" class="actionBoxElement"></div>
|
|
{* The Overlay box *}
|
|
<div id="overlayBox" class="overlayBoxElement"></div>
|