{config_load file=$language_path section="general"} {config_load file=$language_path section="textitems"} {if $SHOW_HEADER == 1} {yes_admin_page_menu main_title=$HEADING_TITLE buttons=$PAGE_HEADING_MENU_BUTTONS}
{else} {* EDIT MODE *} {if $action == 'edit' or $action == 'new'}
{$FORM}{if $INPUT_TID}{$INPUT_TID}{/if}
{#textitem_title#} {$INPUT_TITLE}
{#textitem_text#} {$INPUT_TEXT}
{#textitem_module#} {$INPUT_MODULE}
{#textitem_feedback#} {$INPUT_FEEDBACK}
{#textitem_module_intro#}
{#textitem_subject#} {$INPUT_SUBJECT}
{#textitem_subject_intro#}
{#sort_order#} {$INPUT_SORT_ORDER}
{$FORM_END}
{$TEXTITEMS_INTRO_PLACEHOLDER}
{* END EDIT MODE *} {* START LIST MODE *} {else}
{foreach from=$items item=item} {$item.tr} {/foreach}
  {#textitem_title#} {#textitem_text#} {#textitem_module#} {#sort_order#}  
{$split_count}
{$split_links}
{$edit_icon} {$item.class} {$item.text|truncate:100:"...":true} {$item.module} {$item.sort_order} {$item.action}
{* END LIST MODE *} {/if} {/if} {* END IF SHOW_HEADER == 1 *}