View Single Post
  #1  
Old 09-11-2014, 10:52 AM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default make tpl files in admin open with toggle editor unchecked

I want to know how to make the .tpl files open up with the "toggle editor" checkbox at the bottom unchecked. The reason is that when I open up the main.css file in content/edit templates, it takes forever and freezes my browser until it is finished opening.

I am doing this in version 4.6.0

I have narrowed the .tpl file I need to edit down to /common_files/admin/main/edit_file.tpl

and I believe it is in this line
Code:
<form action="file_edit.php" method="post" {if $use_edit_area}onsubmit="javascript: if(!$('#edit_area_toggle_checkbox_filebody').prop('checked'))$('#toggle_edit_area').val('Y');"{/if}>

I thought it would be just changing the
Code:
.val('Y') to .val('N')
but that doesn't work. I don't know a lick of javascript so I'm clueless on this one.

Can anyone help?
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote