Make WordPress Core


Ignore:
Timestamp:
07/05/2006 08:21:45 PM (20 years ago)
Author:
ryan
Message:

Validation fixes from leftjustified. fixes #2907

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/edit-page-form.php

    r3933 r3982  
    3838
    3939<script type="text/javascript">
    40 <!--
     40// <![CDATA[
    4141function focusit() { // focus on first input field
    4242    document.post.title.focus();
    4343}
    4444addLoadEvent(focusit);
    45 //-->
     45// ]]>
    4646</script>
    4747<div id="poststuff">
     
    7575
    7676<?php if ( 0 != count( get_page_templates() ) ) { ?>
    77 <fieldset id="pageparent" class="dbx-box">
     77<fieldset id="pagetemplate" class="dbx-box">
    7878<h3 class="dbx-handle"><?php _e('Page Template:') ?></h3>
    7979<div class="dbx-content"><p><select name="page_template">
Note: See TracChangeset for help on using the changeset viewer.