[wp-cvs] wordpress/wp-admin templates.php,1.21,1.22
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sat Jul 10 23:34:49 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23777/wp-admin
Modified Files:
templates.php
Log Message:
A nicer meta bar.
Index: templates.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/templates.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** templates.php 15 Jun 2004 23:24:35 -0000 1.21
--- templates.php 10 Jul 2004 23:34:47 -0000 1.22
***************
*** 131,135 ****
?>
<form name="template" action="templates.php" method="post">
! <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>
<input type="hidden" name="action" value="update" />
<input type="hidden" name="file" value="<?php echo $file ?>" />
--- 131,135 ----
?>
<form name="template" action="templates.php" method="post">
! <textarea cols="80" rows="21" style="width:95%; margin-right: 10em; font-family: 'Courier New', Courier, monopace; font-size:small;" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
<input type="hidden" name="action" value="update" />
<input type="hidden" name="file" value="<?php echo $file ?>" />
More information about the cvs
mailing list