Make WordPress Core


Ignore:
Timestamp:
11/18/2004 07:40:36 PM (22 years ago)
Author:
saxmatt
Message:

Allow users 9+ to post as other users, minor advanced post reorg.

File:
1 edited

Legend:

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

    r1857 r1861  
    8383<fieldset id="pageoptions">
    8484         <legend><?php _e('Page Options') ?></legend>
    85    <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    86          <tr valign="top">
    87          <th scope="row"><?php _e('Page Template:') ?></th>
    88    <td><div><select name="page_template">
    89          <option value='default'><?php _e('Default Template'); ?></option>
    90          <?php page_template_dropdown($page_template); ?>
    91          </select>
    92          </div>
    93          </td>
    94          </tr>
    95          </table>
     85<table width="100%" cellspacing="2" cellpadding="5" class="editform">
     86        <tr valign="top">
     87                <th scope="row" width="30%"><?php _e('Page Template:') ?></th>
     88                <td><div><select name="page_template">
     89                <option value='default'><?php _e('Default Template'); ?></option>
     90                <?php page_template_dropdown($page_template); ?>
     91                </select>
     92                </div>
     93                </td>
     94        </tr>
     95</table>
    9696</fieldset>
    9797
Note: See TracChangeset for help on using the changeset viewer.