Changeset 464
- Timestamp:
- 10/25/2003 09:14:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2template.php
r212 r464 1 1 <?php 2 $title = "Template (s)& file editing";2 $title = "Template & file editing"; 3 3 /* <Template> */ 4 4 … … 110 110 ?> 111 111 <form name="template" action="b2template.php" method="post"> 112 <textarea cols="80" rows="20" style="width:100% " name="newcontent" tabindex="1"><?php echo $content ?></textarea>112 <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> 113 113 <input type="hidden" name="action" value="update" /> 114 114 <input type="hidden" name="file" value="<?php echo $file ?>" />
Note: See TracChangeset
for help on using the changeset viewer.