Ticket #5890: template_layout.patch
| File template_layout.patch, 1.3 KB (added by , 18 years ago) |
|---|
-
wp-admin/theme-editor.php
151 151 <input type="hidden" name="file" value="<?php echo $file ?>" /> 152 152 <input type="hidden" name="theme" value="<?php echo $theme ?>" /> 153 153 </div> 154 155 <div> 154 156 <?php if ( is_writeable($real_file) ) : ?> 155 <p class="submit">157 <p class="submit"> 156 158 <?php 157 159 echo "<input type='submit' name='submit' value=' " . __('Update File »') . "' tabindex='2' />"; 158 160 ?> … … 160 162 <?php else : ?> 161 163 <p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="http://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p> 162 164 <?php endif; ?> 165 </div> 163 166 </form> 164 167 <?php 165 168 } else { -
wp-admin/css/theme-editor.css
1 1 #template textarea { 2 font: small 'Courier New', Courier, monospace; 2 font-family: 'Courier New', Courier, monospace; 3 font-size: 12px; 3 4 width: 97%; 4 5 } 5 6 7 #template p { 8 width: 97%; 9 } 10 6 11 #templateside { 7 12 float: right; 8 13 width: 200px;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)