Changeset 1100 for trunk/wp-admin/templates.php
- Timestamp:
- 04/19/2004 08:09:27 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/templates.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/templates.php
r1089 r1100 122 122 ?> 123 123 <form name="template" action="templates.php" method="post"> 124 <textarea cols="80" rows="2 0" 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> 125 125 <input type="hidden" name="action" value="update" /> 126 126 <input type="hidden" name="file" value="<?php echo $file ?>" /> … … 142 142 </div> 143 143 <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> 145 145 <form name="file" action="templates.php" method="get"> 146 146 <input type="text" name="file" /> 147 <input type="submit" name="submit" class="search" value="go" />147 <input type="submit" name="submit" value="Edit file »" /> 148 148 </form> 149 <p>Common files: </p>149 <p>Common files: (click to edit)</p> 150 150 <ul> 151 151 <li><a href="templates.php?file=index.php">Main Index </a></li>
Note: See TracChangeset
for help on using the changeset viewer.