- Timestamp:
- 06/06/10 02:16:31 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/page/templates/skin/default/actions/ActionPage/add.tpl
r858 r933 79 79 </p> 80 80 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 81 85 <p><input type="checkbox" id="page_active" name="page_active" value="1" {if $_aRequest.page_active==1}checked{/if}/> 82 86 <label for="page_active"> — {$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"> — {$aLang.page_create_main}</label> 83 91 </p> 84 92
