Changeset 859
- Timestamp:
- 02/10/2004 03:53:32 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/templates.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/templates.php
r833 r859 115 115 <?php 116 116 if (is_writeable($file)) { 117 echo "<input type= \"submit\" name=\"submit\" class=\"search\" value=\"update template !\" tabindex=\"2\"/>";117 echo "<input type='submit' name='submit' value='Update File' tabindex='2' />"; 118 118 } else { 119 echo "<input type= \"button\" name=\"oops\" class=\"search\" value=\"(you cannot update that file/template: must make it writable, e.g. CHMOD 766)\" tabindex=\"2\"/>";119 echo "<input type='button' name='oops' value='(You cannot update that file/template: must make it writable, e.g. CHMOD 666)' tabindex='2' />"; 120 120 } 121 121 ?> … … 128 128 </div> 129 129 <div class="wrap"> 130 <p>To edit a file, type its name here. You can edit any file ritable by the server, e.g. CHMOD 766.</p>130 <p>To edit a file, type its name here. You can edit any file writable by the server, e.g. CHMOD 766.</p> 131 131 <form name="file" action="templates.php" method="get"> 132 132 <input type="text" name="file" />
Note: See TracChangeset
for help on using the changeset viewer.