Make WordPress Core


Ignore:
Timestamp:
04/19/2004 08:09:27 AM (22 years ago)
Author:
saxmatt
Message:

Massive admin tweak commit. Improved consistency, numerous bug fixes, redesigned link forms, tweaked options more, left the ugly grey bar I didn't mean to add in the first place but tweaked it too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/templates.php

    r1089 r1100  
    122122    ?>
    123123  <form name="template" action="templates.php" method="post">
    124      <textarea cols="80" rows="20" style="width:100%; font-family: 'Courier New', Courier, monopace; font-size:small;" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
     124     <textarea cols="80" rows="21" style="width:100%; font-family: 'Courier New', Courier, monopace; font-size:small;" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
    125125     <input type="hidden" name="action" value="update" />
    126126     <input type="hidden" name="file" value="<?php echo $file ?>" />
     
    142142</div>
    143143<div class="wrap">
    144   <p>To edit a file, type its name here. You can edit any file writable by the server, e.g. CHMOD 766.</p>
     144  <p>To edit a file, type its name here. You can edit any file <a href="http://wiki.wordpress.org/index.php/MakeWritable" title="Read more about making files writable">writable by the server</a>, e.g. CHMOD 666.</p>
    145145  <form name="file" action="templates.php" method="get">
    146146    <input type="text" name="file" />
    147     <input type="submit" name="submit"  class="search" value="go" />
     147    <input type="submit" name="submit"  value="Edit file &raquo;" />
    148148  </form>
    149   <p>Common files:</p>
     149  <p>Common files: (click to edit)</p>
    150150  <ul>
    151151    <li><a href="templates.php?file=index.php">Main Index </a></li>
Note: See TracChangeset for help on using the changeset viewer.