- Timestamp:
- 06/06/10 02:16:31 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/page/templates/skin/developer/actions/ActionPage/add.tpl
r925 r933 80 80 <input type="text" id="page_seo_description" name="page_seo_description" value="{$_aRequest.page_seo_description}" class="input-wide" /> 81 81 <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> 82 86 83 87 <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> 84 90 85 91 <p>
