Show
Ignore:
Timestamp:
06/06/10 02:16:31 (2 years ago)
Author:
ort
Message:

доработка плагина Page - появилась сортировка и вывод на главную

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/page/templates/skin/developer/actions/ActionPage/add.tpl

    r925 r933  
    8080        <input type="text" id="page_seo_description" name="page_seo_description" value="{$_aRequest.page_seo_description}" class="input-wide" /> 
    8181        <span class="note">{$aLang.page_create_seo_description_notice}</span></p> 
     82         
     83        <p><label for="page_sort">{$aLang.page_create_sort}:</label><br /> 
     84        <input type="text" id="page_sort" name="page_sort" value="{$_aRequest.page_sort}" class="input-wide" /> 
     85        <span class="note">{$aLang.page_create_sort_notice}</span></p> 
    8286 
    8387        <p><label><input type="checkbox" id="page_active" name="page_active" value="1" class="checkbox" {if $_aRequest.page_active==1}checked{/if} />{$aLang.page_create_active}</label></p> 
     88         
     89        <p><label><input type="checkbox" id="page_main" name="page_main" value="1" class="checkbox" {if $_aRequest.page_main==1}checked{/if} />{$aLang.page_create_main}</label></p> 
    8490         
    8591        <p>