Changeset 859

Show
Ignore:
Timestamp:
02/10/04 15:53:32 (5 years ago)
Author:
saxmatt
Message:

Some text fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/templates.php

    r833 r859  
    115115     <?php 
    116116        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' />"; 
    118118        } 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' />"; 
    120120        } 
    121121        ?>  
     
    128128</div>  
    129129<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>  
    131131  <form name="file" action="templates.php" method="get">  
    132132    <input type="text" name="file" />