Changeset 1126
- Timestamp:
- 04/22/2004 04:00:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/templates.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/templates.php
r1108 r1126 122 122 ?> 123 123 <form name="template" action="templates.php" method="post"> 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>124 <textarea cols="80" rows="21" style="width:98%; 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 ?>" />
Note: See TracChangeset
for help on using the changeset viewer.