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/default/actions/ActionPage/add.tpl

    r858 r933  
    7979                                </p> 
    8080 
     81                                <p><label for="page_sort">{$aLang.page_create_sort}:</label><br /> 
     82                                        <input type="text" id="page_sort" name="page_sort" value="{$_aRequest.page_sort}" class="w100p" /> 
     83                                        <span class="form_note">{$aLang.page_create_sort_notice}</span></p> 
     84                                 
    8185                                <p><input type="checkbox" id="page_active" name="page_active" value="1" {if $_aRequest.page_active==1}checked{/if}/> 
    8286                                <label for="page_active"> &mdash; {$aLang.page_create_active}</label>                                                
     87                                </p> 
     88                                 
     89                                <p><input type="checkbox" id="page_main" name="page_main" value="1" {if $_aRequest.page_main==1}checked{/if}/> 
     90                                <label for="page_main"> &mdash; {$aLang.page_create_main}</label>                                                    
    8391                                </p> 
    8492